COLOR #121106

HEX: #121106
RGB: (18,17,6)

Color info

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

RGB color model

#121106 color RGB value is (18,17,6).

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

RGB channels and saturation

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

18
17
6

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

Portions of RGB colors in percentages

R + G + B =
18 + 17 + 6 = 41 (100%)
R 18 of 41 ~ 43.9%
G 17 of 41 ~ 41.46%
B 6 of 41 ~ 14.63%

%43.9
%41.46
%14.63

CMYK color model

#121106 color CMYK value is (0,6,67,93).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 66.67%
  • key color value is 92.94%
CMYK:
(0,6,67,93)
C0M6Y67K93 
(0%,6%,67%,93%)
(0.00/0.06/0.67/0.93)	

CMYK percentages

%0
%5.56
%66.67
%92.94

Codes

Color #121106 in popluar color models

121106
RGB18176
HSL55°50.00%4.71%
HSB/HSV55°66.67%7.06%
CMYK0.00%5.56%66.67%
92.94%

Color #121106 in popluar number systems.

HEX121106
Decimal18176
Binary1001010001110
Octal22216

Shades and tints

Shades of #121106

#121106
(18,17,6)
#111006
(17,16,6)
#100F06
(16,15,6)
#0F0E06
(15,14,6)
#0E0D06
(14,13,6)
#0D0C06
(13,12,6)
#0C0B06
(12,11,6)
#0B0A06
(11,10,6)
#0A0906
(10,9,6)
#090806
(9,8,6)
#080706
(8,7,6)
#000000
(0,0,0)

Tints of #121106

#121106
(18,17,6)
#27261C
(39,38,28)
#3C3B32
(60,59,50)
#515048
(81,80,72)
#66655E
(102,101,94)
#7B7A74
(123,122,116)
#908F8A
(144,143,138)
#A5A4A0
(165,164,160)
#BAB9B6
(186,185,182)
#CFCECC
(207,206,204)
#E4E3E2
(228,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #121106; }

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

This text font color is #121106.


Background Color

.myBgColor { background-color: #121106; }

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

This div background color is #121106.


Border color

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

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

This div border color is #121106.


Opacity

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

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

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

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

This text has shadow with #121106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #121106 on black background.


Color preview on white background

This text has color #121106 on white background.



Black color preview on #121106 background

This text has black color on #121106 background.


White color preview on #121106 background

This text has white color on #121106 background.