COLOR #121208

HEX: #121208
RGB: (18,18,8)

Color info

#121208 contains red, green and blue colors in about the same proportion. Web safe color of #121208 is #000000 (or #000).

RGB color model

#121208 color RGB value is (18,18,8).

  • red value is 18;
  • green value is 18;
  • blue value is 8.
RGB:
(18,18,8)
(7%,7%,3%)

RGB channels and saturation

R 18 of 255 = 7%
G 18 of 255 = 7%
B 8 of 255 = 3%

18
18
8

R + G + B ~ 6%. #121208 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 18 + 8 = 44 (100%)
R 18 of 44 ~ 40.91%
G 18 of 44 ~ 40.91%
B 8 of 44 ~ 18.18%

%40.91
%40.91
%18.18

CMYK color model

#121208 color CMYK value is (0,0,56,93).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 92.94%
CMYK:
(0,0,56,93)
C0M0Y56K93 
(0%,0%,56%,93%)
(0.00/0.00/0.56/0.93)	

CMYK percentages

%0
%0
%55.56
%92.94

Codes

Color #121208 in popluar color models

121208
RGB18188
HSL60°38.46%5.10%
HSB/HSV60°55.56%7.06%
CMYK0.00%0.00%55.56%
92.94%

Color #121208 in popluar number systems.

HEX121208
Decimal18188
Binary10010100101000
Octal222210

Shades and tints

Shades of #121208

#121208
(18,18,8)
#111108
(17,17,8)
#101008
(16,16,8)
#0F0F08
(15,15,8)
#0E0E08
(14,14,8)
#0D0D08
(13,13,8)
#0C0C08
(12,12,8)
#0B0B08
(11,11,8)
#0A0A08
(10,10,8)
#090908
(9,9,8)
#080808
(8,8,8)
#000000
(0,0,0)

Tints of #121208

#121208
(18,18,8)
#27271E
(39,39,30)
#3C3C34
(60,60,52)
#51514A
(81,81,74)
#666660
(102,102,96)
#7B7B76
(123,123,118)
#90908C
(144,144,140)
#A5A5A2
(165,165,162)
#BABAB8
(186,186,184)
#CFCFCE
(207,207,206)
#E4E4E4
(228,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #121208 color. Also use rgb(18,18,8) instead hex code.

Text Font Color

.myTextColor { color: #121208; }

<p style="color:#121208">This sample text font color is #121208.</p>

This text font color is #121208.


Background Color

.myBgColor { background-color: #121208; }

<div style="background-color:#121208">Inner text</div>

This div background color is #121208.


Border color

.myBorderColor { border: 1px solid #121208; }

<div style="border:3px solid #121208">Div</div>

This div border color is #121208.


Opacity

.myOpacity80 { color: #121208; opacity: 0.8; }

<p style="color:#121208;opacity:0.8;">80%</p>

Text with #121208 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #121208;}

<p style="text-shadow: 3px 3px 1px #121208">Text here.</p>

This text has shadow with #121208 color.

.textShadow {text-shadow: 3px 3px 1px #121208, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #121208, 5px 5px 20px red">Text here.</p>

This text has shadow with #121208 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#121208, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#121208, Direction=45, Strength=4)">Text</p>

This text has shadow with #121208 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #121208;
  -webkit-box-shadow:	1px 1px 3px 2px #121208;
  box-shadow:		1px 1px 3px 2px #121208;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #121208;
-webkit-box-shadow: 1px 1px 3px 2px #121208;
box-shadow:1px 1px 3px 2px #121208;">
Div content here</div>
This div box has shadow with color #121208.

Preview

Color preview on black background

This text has color #121208 on black background.


Color preview on white background

This text has color #121208 on white background.



Black color preview on #121208 background

This text has black color on #121208 background.


White color preview on #121208 background

This text has white color on #121208 background.