• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

Colors

Status
Not open for further replies.
It's just hexadecimal values. Meaning 0 through 9, and by extension, A through F (representing 10-15).
Code:
|c[COLOR="White"]ff[/COLOR][COLOR="Red"]rr[/COLOR][COLOR="Lime"]gg[/COLOR][COLOR="Blue"]bb[/COLOR]«text»|r

  • |c: Initiates the code.
  • ff: Deters opacity. Letters can't be transparent, so this is pretty much left as it is.
  • rr: Red color value in HEX.
  • gg: Green color value in HEX.
  • bb: Blue color value in HEX.
  • «text»: Dispenses nerve gas on boot Your text here.
  • |r: Closes the code.
Web Color Chart: http://html-color-codes.com/

|cffffff00This text is yellow|r would output:
This text is yellow
 
Speaking of color codes, does anyone know what's the color code of Hive's background? The one that you see in posts.
9k7414.jpg
 
Thanks guys for you answers but my question was misunderstood I know about hex decimal coding for color. What I meant is for this site. when you want to colorize a post here you write or [COLOR=black] or the color you choose and end it with the [/COLOR], what I was asking is what is the name of the color similar to the one in WarCraft III tooltip. But I found that if you typed [color=#RRGGBB] it works fine.

However, thanks again to all kind users who tried to answer my question :)
 
Status
Not open for further replies.
Back
Top