COLOR #120404

HEX: #120404
RGB: (18,4,4)

Color info

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

RGB color model

#120404 color RGB value is (18,4,4).

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

RGB channels and saturation

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

18
4
4

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

Portions of RGB colors in percentages

R + G + B =
18 + 4 + 4 = 26 (100%)
R 18 of 26 ~ 69.23%
G 4 of 26 ~ 15.38%
B 4 of 26 ~ 15.38%

%69.23
%15.38
%15.38

CMYK color model

#120404 color CMYK value is (0,78,78,93).

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

CMYK percentages

%0
%77.78
%77.78
%92.94

Codes

Color #120404 in popluar color models

120404
RGB1844
HSL63.64%4.31%
HSB/HSV77.78%7.06%
CMYK0.00%77.78%77.78%
92.94%

Color #120404 in popluar number systems.

HEX120404
Decimal1844
Binary10010100100
Octal2244

Shades and tints

Shades of #120404

#120404
(18,4,4)
#110404
(17,4,4)
#100404
(16,4,4)
#0F0404
(15,4,4)
#0E0404
(14,4,4)
#0D0404
(13,4,4)
#0C0404
(12,4,4)
#0B0404
(11,4,4)
#0A0404
(10,4,4)
#090404
(9,4,4)
#080404
(8,4,4)
#000000
(0,0,0)

Tints of #120404

#120404
(18,4,4)
#271A1A
(39,26,26)
#3C3030
(60,48,48)
#514646
(81,70,70)
#665C5C
(102,92,92)
#7B7272
(123,114,114)
#908888
(144,136,136)
#A59E9E
(165,158,158)
#BAB4B4
(186,180,180)
#CFCACA
(207,202,202)
#E4E0E0
(228,224,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120404; }

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

This text font color is #120404.


Background Color

.myBgColor { background-color: #120404; }

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

This div background color is #120404.


Border color

.myBorderColor { border: 1px solid #120404; }

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

This div border color is #120404.


Opacity

.myOpacity80 { color: #120404; opacity: 0.8; }

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

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

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

This text has shadow with #120404 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #120404 on black background.


Color preview on white background

This text has color #120404 on white background.



Black color preview on #120404 background

This text has black color on #120404 background.


White color preview on #120404 background

This text has white color on #120404 background.