COLOR #121006

HEX: #121006
RGB: (18,16,6)

Color info

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

RGB color model

#121006 color RGB value is (18,16,6).

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

RGB channels and saturation

R 18 of 255 = 7%
G 16 of 255 = 6%
B 6 of 255 = 2%

18
16
6

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

Portions of RGB colors in percentages

R + G + B =
18 + 16 + 6 = 40 (100%)
R 18 of 40 ~ 45%
G 16 of 40 ~ 40%
B 6 of 40 ~ 15%

%45
%40
%15

CMYK color model

#121006 color CMYK value is (0,11,67,93).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 66.67%
  • key color value is 92.94%
CMYK:
(0,11,67,93)
C0M11Y67K93 
(0%,11%,67%,93%)
(0.00/0.11/0.67/0.93)	

CMYK percentages

%0
%11.11
%66.67
%92.94

Codes

Color #121006 in popluar color models

121006
RGB18166
HSL50°50.00%4.71%
HSB/HSV50°66.67%7.06%
CMYK0.00%11.11%66.67%
92.94%

Color #121006 in popluar number systems.

HEX121006
Decimal18166
Binary1001010000110
Octal22206

Shades and tints

Shades of #121006

#121006
(18,16,6)
#110F06
(17,15,6)
#100E06
(16,14,6)
#0F0D06
(15,13,6)
#0E0C06
(14,12,6)
#0D0B06
(13,11,6)
#0C0A06
(12,10,6)
#0B0906
(11,9,6)
#0A0806
(10,8,6)
#090706
(9,7,6)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #121006

#121006
(18,16,6)
#27251C
(39,37,28)
#3C3A32
(60,58,50)
#514F48
(81,79,72)
#66645E
(102,100,94)
#7B7974
(123,121,116)
#908E8A
(144,142,138)
#A5A3A0
(165,163,160)
#BAB8B6
(186,184,182)
#CFCDCC
(207,205,204)
#E4E2E2
(228,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121006; }

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

This text font color is #121006.


Background Color

.myBgColor { background-color: #121006; }

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

This div background color is #121006.


Border color

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

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

This div border color is #121006.


Opacity

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

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

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

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

This text has shadow with #121006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121006 on black background.


Color preview on white background

This text has color #121006 on white background.



Black color preview on #121006 background

This text has black color on #121006 background.


White color preview on #121006 background

This text has white color on #121006 background.