COLOR #120E0E

HEX: #120E0E
RGB: (18,14,14)

Color info

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

RGB color model

#120E0E color RGB value is (18,14,14).

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

RGB channels and saturation

R 18 of 255 = 7%
G 14 of 255 = 5%
B 14 of 255 = 5%

18
14
14

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

Portions of RGB colors in percentages

R + G + B =
18 + 14 + 14 = 46 (100%)
R 18 of 46 ~ 39.13%
G 14 of 46 ~ 30.43%
B 14 of 46 ~ 30.43%

%39.13
%30.43
%30.43

CMYK color model

#120E0E color CMYK value is (0,22,22,93).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 22.22%
  • key color value is 92.94%
CMYK:
(0,22,22,93)
C0M22Y22K93 
(0%,22%,22%,93%)
(0.00/0.22/0.22/0.93)	

CMYK percentages

%0
%22.22
%22.22
%92.94

Codes

Color #120E0E in popluar color models

120E0E
RGB181414
HSL12.50%6.27%
HSB/HSV22.22%7.06%
CMYK0.00%22.22%22.22%
92.94%

Color #120E0E in popluar number systems.

HEX120E0E
Decimal181414
Binary1001011101110
Octal221616

Shades and tints

Shades of #120E0E

#120E0E
(18,14,14)
#110D0D
(17,13,13)
#100C0C
(16,12,12)
#0F0B0B
(15,11,11)
#0E0A0A
(14,10,10)
#0D0909
(13,9,9)
#0C0808
(12,8,8)
#0B0707
(11,7,7)
#0A0606
(10,6,6)
#090505
(9,5,5)
#080404
(8,4,4)
#000000
(0,0,0)

Tints of #120E0E

#120E0E
(18,14,14)
#272323
(39,35,35)
#3C3838
(60,56,56)
#514D4D
(81,77,77)
#666262
(102,98,98)
#7B7777
(123,119,119)
#908C8C
(144,140,140)
#A5A1A1
(165,161,161)
#BAB6B6
(186,182,182)
#CFCBCB
(207,203,203)
#E4E0E0
(228,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120E0E; }

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

This text font color is #120E0E.


Background Color

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

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

This div background color is #120E0E.


Border color

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

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

This div border color is #120E0E.


Opacity

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

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

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

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

This text has shadow with #120E0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120E0E on black background.


Color preview on white background

This text has color #120E0E on white background.



Black color preview on #120E0E background

This text has black color on #120E0E background.


White color preview on #120E0E background

This text has white color on #120E0E background.