COLOR #120814

HEX: #120814 RGB: (18,8,20)

Color info

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

RGB color model

#120814 color RGB value is (18,8,20).

RGB: (18,8,20) (7%, 3%, 8%)

RGB channels and saturation

R 18 of 255 = 7%
G 8 of 255 = 3%
B 20 of 255 = 8%

18
8
20

R + G + B ~ 6%. #120814 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 8 + 20 = 46 (100%)
R 18 of 46 ~ 39.13%
G 8 of 46 ~ 17.39%
B 20 of 46 ~ 43.48'%

%39.13
%17.39
%43.48

CMYK color model

#120814 color CMYK value is (10,60,0,92).

  • cyan value is 10.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 92.16%

CMYK: (10,60,0,92)
C10M60Y0K92 (10%, 60%, 0%, 92%)
(0.10 / 0.60 / 0.00 / 0.92)

CMYK percentages

%10
%60
%0
%92.16

Codes

Color #120814 in popluar color models

12 08 14
RGB 18 8 20
HSL 290° 42.86% 5.49%
HSB/HSV 290° 60.00% 7.84%
CMYK 10.00% 60.00% 0.00%
92.16%

Color #120814 in popluar number systems.

HEX 12 08 14
Decimal 18 8 20
Binary 10010 1000 10100
Octal 22 10 24

Shades and tints

Shades of #120814

#120814
(18,8,20)
#110813
(17,8,19)
#100812
(16,8,18)
#0F0811
(15,8,17)
#0E0810
(14,8,16)
#0D080F
(13,8,15)
#0C080E
(12,8,14)
#0B080D
(11,8,13)
#0A080C
(10,8,12)
#09080B
(9,8,11)
#08080A
(8,8,10)
#000000
(0,0,0)

Tints of #120814

#120814
(18,8,20)
#271E29
(39,30,41)
#3C343E
(60,52,62)
#514A53
(81,74,83)
#666068
(102,96,104)
#7B767D
(123,118,125)
#908C92
(144,140,146)
#A5A2A7
(165,162,167)
#BAB8BC
(186,184,188)
#CFCED1
(207,206,209)
#E4E4E6
(228,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120814; }

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

This text font color is #120814.

Background Color

.myBgColor { background-color: #120814; }

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

This div background color is #120814.

Border color

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

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

This div border color is #120814.

Opacity

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

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

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

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

This text has shadow with #120814 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120814.

Preview

Color preview on black background

This text has color #120814 on black background.


Color preview on white background

This text has color #120814 on white background.


Black color preview on #120814 background

This text has black color on #120814 background.


White color preview on #120814 background

This text has white color on #120814 background.


Related colors

Complementary color

Complementary color for #hex is #EDF7EB.


I love getcolorcode.com

Triadic colors

1 #141208 and #081412 with #120814 are triadic colors.

2 #140812 and #081214 with #120814 are triadic colors.