COLOR #120405

HEX: #120405 RGB: (18,4,5)

Color info

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

RGB color model

#120405 color RGB value is (18,4,5).

RGB: (18,4,5) (7%, 2%, 2%)

RGB channels and saturation

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

18
4
5

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

Portions of RGB colors in percentages

R + G + B = 18 + 4 + 5 = 27 (100%)
R 18 of 27 ~ 66.67%
G 4 of 27 ~ 14.81%
B 5 of 27 ~ 18.52'%

%66.67
%14.81
%18.52

CMYK color model

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

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

CMYK: (0,78,72,93)
C0M78Y72K93 (0%, 78%, 72%, 93%)
(0.00 / 0.78 / 0.72 / 0.93)

CMYK percentages

%0
%77.78
%72.22
%92.94

Codes

Color #120405 in popluar color models

12 04 05
RGB 18 4 5
HSL 356° 63.64% 4.31%
HSB/HSV 356° 77.78% 7.06%
CMYK 0.00% 77.78% 72.22%
92.94%

Color #120405 in popluar number systems.

HEX 12 04 05
Decimal 18 4 5
Binary 10010 100 101
Octal 22 4 5

Shades and tints

Shades of #120405

#120405
(18,4,5)
#110405
(17,4,5)
#100405
(16,4,5)
#0F0405
(15,4,5)
#0E0405
(14,4,5)
#0D0405
(13,4,5)
#0C0405
(12,4,5)
#0B0405
(11,4,5)
#0A0405
(10,4,5)
#090405
(9,4,5)
#080405
(8,4,5)
#000000
(0,0,0)

Tints of #120405

#120405
(18,4,5)
#271A1B
(39,26,27)
#3C3031
(60,48,49)
#514647
(81,70,71)
#665C5D
(102,92,93)
#7B7273
(123,114,115)
#908889
(144,136,137)
#A59E9F
(165,158,159)
#BAB4B5
(186,180,181)
#CFCACB
(207,202,203)
#E4E0E1
(228,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120405; }

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

This text font color is #120405.

Background Color

.myBgColor { background-color: #120405; }

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

This div background color is #120405.

Border color

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

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

This div border color is #120405.

Opacity

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

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

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

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

This text has shadow with #120405 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120405.

Preview

Color preview on black background

This text has color #120405 on black background.


Color preview on white background

This text has color #120405 on white background.


Black color preview on #120405 background

This text has black color on #120405 background.


White color preview on #120405 background

This text has white color on #120405 background.


Related colors

Complementary color

Complementary color for #hex is #EDFBFA.


I love getcolorcode.com

Triadic colors

1 #051204 and #040512 with #120405 are triadic colors.

2 #050412 and #041205 with #120405 are triadic colors.