COLOR #121008

HEX: #121008
RGB: (18,16,8)

Color info

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

RGB color model

#121008 color RGB value is (18,16,8).

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

RGB channels and saturation

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

18
16
8

R + G + B ~ 5%. #121008 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 16 + 8 = 42 (100%)
R 18 of 42 ~ 42.86%
G 16 of 42 ~ 38.1%
B 8 of 42 ~ 19.05%

%42.86
%38.1
%19.05

CMYK color model

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

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

CMYK percentages

%0
%11.11
%55.56
%92.94

Codes

Color #121008 in popluar color models

121008
RGB18168
HSL48°38.46%5.10%
HSB/HSV48°55.56%7.06%
CMYK0.00%11.11%55.56%
92.94%

Color #121008 in popluar number systems.

HEX121008
Decimal18168
Binary10010100001000
Octal222010

Shades and tints

Shades of #121008

#121008
(18,16,8)
#110F08
(17,15,8)
#100E08
(16,14,8)
#0F0D08
(15,13,8)
#0E0C08
(14,12,8)
#0D0B08
(13,11,8)
#0C0A08
(12,10,8)
#0B0908
(11,9,8)
#0A0808
(10,8,8)
#090708
(9,7,8)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #121008

#121008
(18,16,8)
#27251E
(39,37,30)
#3C3A34
(60,58,52)
#514F4A
(81,79,74)
#666460
(102,100,96)
#7B7976
(123,121,118)
#908E8C
(144,142,140)
#A5A3A2
(165,163,162)
#BAB8B8
(186,184,184)
#CFCDCE
(207,205,206)
#E4E2E4
(228,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121008; }

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

This text font color is #121008.


Background Color

.myBgColor { background-color: #121008; }

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

This div background color is #121008.


Border color

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

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

This div border color is #121008.


Opacity

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

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

Text with #121008 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 #121008;}

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

This text has shadow with #121008 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121008 on black background.


Color preview on white background

This text has color #121008 on white background.



Black color preview on #121008 background

This text has black color on #121008 background.


White color preview on #121008 background

This text has white color on #121008 background.