COLOR #120D04

HEX: #120D04
RGB: (18,13,4)

Color info

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

RGB color model

#120D04 color RGB value is (18,13,4).

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

RGB channels and saturation

R 18 of 255 = 7%
G 13 of 255 = 5%
B 4 of 255 = 2%

18
13
4

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

Portions of RGB colors in percentages

R + G + B =
18 + 13 + 4 = 35 (100%)
R 18 of 35 ~ 51.43%
G 13 of 35 ~ 37.14%
B 4 of 35 ~ 11.43%

%51.43
%37.14
%11.43

CMYK color model

#120D04 color CMYK value is (0,28,78,93).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 77.78%
  • key color value is 92.94%
CMYK:
(0,28,78,93)
C0M28Y78K93 
(0%,28%,78%,93%)
(0.00/0.28/0.78/0.93)	

CMYK percentages

%0
%27.78
%77.78
%92.94

Codes

Color #120D04 in popluar color models

120D04
RGB18134
HSL39°63.64%4.31%
HSB/HSV39°77.78%7.06%
CMYK0.00%27.78%77.78%
92.94%

Color #120D04 in popluar number systems.

HEX120D04
Decimal18134
Binary100101101100
Octal22154

Shades and tints

Shades of #120D04

#120D04
(18,13,4)
#110C04
(17,12,4)
#100B04
(16,11,4)
#0F0A04
(15,10,4)
#0E0904
(14,9,4)
#0D0804
(13,8,4)
#0C0704
(12,7,4)
#0B0604
(11,6,4)
#0A0504
(10,5,4)
#090404
(9,4,4)
#080304
(8,3,4)
#000000
(0,0,0)

Tints of #120D04

#120D04
(18,13,4)
#27231A
(39,35,26)
#3C3930
(60,57,48)
#514F46
(81,79,70)
#66655C
(102,101,92)
#7B7B72
(123,123,114)
#909188
(144,145,136)
#A5A79E
(165,167,158)
#BABDB4
(186,189,180)
#CFD3CA
(207,211,202)
#E4E9E0
(228,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120D04; }

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

This text font color is #120D04.


Background Color

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

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

This div background color is #120D04.


Border color

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

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

This div border color is #120D04.


Opacity

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

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

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

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

This text has shadow with #120D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120D04 on black background.


Color preview on white background

This text has color #120D04 on white background.



Black color preview on #120D04 background

This text has black color on #120D04 background.


White color preview on #120D04 background

This text has white color on #120D04 background.