COLOR #120A06

HEX: #120A06
RGB: (18,10,6)

Color info

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

RGB color model

#120A06 color RGB value is (18,10,6).

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

RGB channels and saturation

R 18 of 255 = 7%
G 10 of 255 = 4%
B 6 of 255 = 2%

18
10
6

R + G + B ~ 4%. #120A06 is dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 10 + 6 = 34 (100%)
R 18 of 34 ~ 52.94%
G 10 of 34 ~ 29.41%
B 6 of 34 ~ 17.65%

%52.94
%29.41
%17.65

CMYK color model

#120A06 color CMYK value is (0,44,67,93).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 66.67%
  • key color value is 92.94%
CMYK:
(0,44,67,93)
C0M44Y67K93 
(0%,44%,67%,93%)
(0.00/0.44/0.67/0.93)	

CMYK percentages

%0
%44.44
%66.67
%92.94

Codes

Color #120A06 in popluar color models

120A06
RGB18106
HSL20°50.00%4.71%
HSB/HSV20°66.67%7.06%
CMYK0.00%44.44%66.67%
92.94%

Color #120A06 in popluar number systems.

HEX120A06
Decimal18106
Binary100101010110
Octal22126

Shades and tints

Shades of #120A06

#120A06
(18,10,6)
#110A06
(17,10,6)
#100A06
(16,10,6)
#0F0A06
(15,10,6)
#0E0A06
(14,10,6)
#0D0A06
(13,10,6)
#0C0A06
(12,10,6)
#0B0A06
(11,10,6)
#0A0A06
(10,10,6)
#090A06
(9,10,6)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #120A06

#120A06
(18,10,6)
#27201C
(39,32,28)
#3C3632
(60,54,50)
#514C48
(81,76,72)
#66625E
(102,98,94)
#7B7874
(123,120,116)
#908E8A
(144,142,138)
#A5A4A0
(165,164,160)
#BABAB6
(186,186,182)
#CFD0CC
(207,208,204)
#E4E6E2
(228,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120A06; }

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

This text font color is #120A06.


Background Color

.myBgColor { background-color: #120A06; }

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

This div background color is #120A06.


Border color

.myBorderColor { border: 1px solid #120A06; }

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

This div border color is #120A06.


Opacity

.myOpacity80 { color: #120A06; opacity: 0.8; }

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

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

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

This text has shadow with #120A06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120A06 on black background.


Color preview on white background

This text has color #120A06 on white background.



Black color preview on #120A06 background

This text has black color on #120A06 background.


White color preview on #120A06 background

This text has white color on #120A06 background.