COLOR #120408

HEX: #120408 RGB: (18,4,8)

Color info

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

RGB color model

#120408 color RGB value is (18,4,8).

RGB: (18,4,8) (7%, 2%, 3%)

RGB channels and saturation

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

18
4
8

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

Portions of RGB colors in percentages

R + G + B = 18 + 4 + 8 = 30 (100%)
R 18 of 30 ~ 60%
G 4 of 30 ~ 13.33%
B 8 of 30 ~ 26.67'%

%60
%13.33
%26.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 77.78%
  • yellow value is 55.56%
  • key color value is 92.94%

CMYK: (0,78,56,93)
C0M78Y56K93 (0%, 78%, 56%, 93%)
(0.00 / 0.78 / 0.56 / 0.93)

CMYK percentages

%0
%77.78
%55.56
%92.94

Codes

Color #120408 in popluar color models

12 04 08
RGB 18 4 8
HSL 343° 63.64% 4.31%
HSB/HSV 343° 77.78% 7.06%
CMYK 0.00% 77.78% 55.56%
92.94%

Color #120408 in popluar number systems.

HEX 12 04 08
Decimal 18 4 8
Binary 10010 100 1000
Octal 22 4 10

Shades and tints

Shades of #120408

#120408
(18,4,8)
#110408
(17,4,8)
#100408
(16,4,8)
#0F0408
(15,4,8)
#0E0408
(14,4,8)
#0D0408
(13,4,8)
#0C0408
(12,4,8)
#0B0408
(11,4,8)
#0A0408
(10,4,8)
#090408
(9,4,8)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #120408

#120408
(18,4,8)
#271A1E
(39,26,30)
#3C3034
(60,48,52)
#51464A
(81,70,74)
#665C60
(102,92,96)
#7B7276
(123,114,118)
#90888C
(144,136,140)
#A59EA2
(165,158,162)
#BAB4B8
(186,180,184)
#CFCACE
(207,202,206)
#E4E0E4
(228,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120408; }

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

This text font color is #120408.

Background Color

.myBgColor { background-color: #120408; }

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

This div background color is #120408.

Border color

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

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

This div border color is #120408.

Opacity

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

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

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

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

This text has shadow with #120408 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120408.

Preview

Color preview on black background

This text has color #120408 on black background.


Color preview on white background

This text has color #120408 on white background.


Black color preview on #120408 background

This text has black color on #120408 background.


White color preview on #120408 background

This text has white color on #120408 background.


Related colors

Complementary color

Complementary color for #hex is #EDFBF7.


I love getcolorcode.com

Triadic colors

1 #081204 and #040812 with #120408 are triadic colors.

2 #080412 and #041208 with #120408 are triadic colors.