COLOR #00120E

HEX: #00120E
RGB: (0,18,14)

Color info

#00120E contains only green and blue colors. Web safe color of #00120E is #000000 (or #000).

RGB color model

#00120E color RGB value is (0,18,14).

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

RGB channels and saturation

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

0
18
14

R + G + B ~ 4%. #00120E is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 14 = 32 (100%)
R 0 of 32 ~ 0%
G 18 of 32 ~ 56.25%
B 14 of 32 ~ 43.75%

%56.25
%43.75

CMYK color model

#00120E color CMYK value is (100,0,22,93).

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

CMYK percentages

%100
%0
%22.22
%92.94

Codes

Color #00120E in popluar color models

00120E
RGB01814
HSL167°100.00%3.53%
HSB/HSV167°100.00%7.06%
CMYK100.00%0.00%22.22%
92.94%

Color #00120E in popluar number systems.

HEX00120E
Decimal01814
Binary0100101110
Octal02216

Shades and tints

Shades of #00120E

#00120E
(0,18,14)
#00110D
(0,17,13)
#00100C
(0,16,12)
#000F0B
(0,15,11)
#000E0A
(0,14,10)
#000D09
(0,13,9)
#000C08
(0,12,8)
#000B07
(0,11,7)
#000A06
(0,10,6)
#000905
(0,9,5)
#000804
(0,8,4)
#000000
(0,0,0)

Tints of #00120E

#00120E
(0,18,14)
#172723
(23,39,35)
#2E3C38
(46,60,56)
#45514D
(69,81,77)
#5C6662
(92,102,98)
#737B77
(115,123,119)
#8A908C
(138,144,140)
#A1A5A1
(161,165,161)
#B8BAB6
(184,186,182)
#CFCFCB
(207,207,203)
#E6E4E0
(230,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00120E; }

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

This text font color is #00120E.


Background Color

.myBgColor { background-color: #00120E; }

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

This div background color is #00120E.


Border color

.myBorderColor { border: 1px solid #00120E; }

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

This div border color is #00120E.


Opacity

.myOpacity80 { color: #00120E; opacity: 0.8; }

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

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

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

This text has shadow with #00120E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00120E on black background.


Color preview on white background

This text has color #00120E on white background.



Black color preview on #00120E background

This text has black color on #00120E background.


White color preview on #00120E background

This text has white color on #00120E background.