COLOR #00120A

HEX: #00120A
RGB: (0,18,10)

Color info

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

RGB color model

#00120A color RGB value is (0,18,10).

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

RGB channels and saturation

R 0 of 255 = 0%
G 18 of 255 = 7%
B 10 of 255 = 4%

0
18
10

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

Portions of RGB colors in percentages

R + G + B =
0 + 18 + 10 = 28 (100%)
R 0 of 28 ~ 0%
G 18 of 28 ~ 64.29%
B 10 of 28 ~ 35.71%

%64.29
%35.71

CMYK color model

#00120A color CMYK value is (100,0,44,93).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 92.94%
CMYK:
(100,0,44,93)
C100M0Y44K93 
(100%,0%,44%,93%)
(1.00/0.00/0.44/0.93)	

CMYK percentages

%100
%0
%44.44
%92.94

Codes

Color #00120A in popluar color models

00120A
RGB01810
HSL153°100.00%3.53%
HSB/HSV153°100.00%7.06%
CMYK100.00%0.00%44.44%
92.94%

Color #00120A in popluar number systems.

HEX00120A
Decimal01810
Binary0100101010
Octal02212

Shades and tints

Shades of #00120A

#00120A
(0,18,10)
#00110A
(0,17,10)
#00100A
(0,16,10)
#000F0A
(0,15,10)
#000E0A
(0,14,10)
#000D0A
(0,13,10)
#000C0A
(0,12,10)
#000B0A
(0,11,10)
#000A0A
(0,10,10)
#00090A
(0,9,10)
#00080A
(0,8,10)
#000000
(0,0,0)

Tints of #00120A

#00120A
(0,18,10)
#172720
(23,39,32)
#2E3C36
(46,60,54)
#45514C
(69,81,76)
#5C6662
(92,102,98)
#737B78
(115,123,120)
#8A908E
(138,144,142)
#A1A5A4
(161,165,164)
#B8BABA
(184,186,186)
#CFCFD0
(207,207,208)
#E6E4E6
(230,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00120A; }

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

This text font color is #00120A.


Background Color

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

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

This div background color is #00120A.


Border color

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

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

This div border color is #00120A.


Opacity

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

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

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

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

This text has shadow with #00120A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00120A on black background.


Color preview on white background

This text has color #00120A on white background.



Black color preview on #00120A background

This text has black color on #00120A background.


White color preview on #00120A background

This text has white color on #00120A background.