COLOR #120C04

HEX: #120C04
RGB: (18,12,4)

Color info

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

RGB color model

#120C04 color RGB value is (18,12,4).

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

RGB channels and saturation

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

18
12
4

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

Portions of RGB colors in percentages

R + G + B =
18 + 12 + 4 = 34 (100%)
R 18 of 34 ~ 52.94%
G 12 of 34 ~ 35.29%
B 4 of 34 ~ 11.76%

%52.94
%35.29
%11.76

CMYK color model

#120C04 color CMYK value is (0,33,78,93).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 77.78%
  • key color value is 92.94%
CMYK:
(0,33,78,93)
C0M33Y78K93 
(0%,33%,78%,93%)
(0.00/0.33/0.78/0.93)	

CMYK percentages

%0
%33.33
%77.78
%92.94

Codes

Color #120C04 in popluar color models

120C04
RGB18124
HSL34°63.64%4.31%
HSB/HSV34°77.78%7.06%
CMYK0.00%33.33%77.78%
92.94%

Color #120C04 in popluar number systems.

HEX120C04
Decimal18124
Binary100101100100
Octal22144

Shades and tints

Shades of #120C04

#120C04
(18,12,4)
#110B04
(17,11,4)
#100A04
(16,10,4)
#0F0904
(15,9,4)
#0E0804
(14,8,4)
#0D0704
(13,7,4)
#0C0604
(12,6,4)
#0B0504
(11,5,4)
#0A0404
(10,4,4)
#090304
(9,3,4)
#080204
(8,2,4)
#000000
(0,0,0)

Tints of #120C04

#120C04
(18,12,4)
#27221A
(39,34,26)
#3C3830
(60,56,48)
#514E46
(81,78,70)
#66645C
(102,100,92)
#7B7A72
(123,122,114)
#909088
(144,144,136)
#A5A69E
(165,166,158)
#BABCB4
(186,188,180)
#CFD2CA
(207,210,202)
#E4E8E0
(228,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120C04; }

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

This text font color is #120C04.


Background Color

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

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

This div background color is #120C04.


Border color

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

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

This div border color is #120C04.


Opacity

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

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

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

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

This text has shadow with #120C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120C04 on black background.


Color preview on white background

This text has color #120C04 on white background.



Black color preview on #120C04 background

This text has black color on #120C04 background.


White color preview on #120C04 background

This text has white color on #120C04 background.