COLOR #120C0E

HEX: #120C0E RGB: (18,12,14)

Color info

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

RGB color model

#120C0E color RGB value is (18,12,14).

RGB: (18,12,14) (7%, 5%, 5%)

RGB channels and saturation

R 18 of 255 = 7%
G 12 of 255 = 5%
B 14 of 255 = 5%

18
12
14

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

Portions of RGB colors in percentages

R + G + B = 18 + 12 + 14 = 44 (100%)
R 18 of 44 ~ 40.91%
G 12 of 44 ~ 27.27%
B 14 of 44 ~ 31.82'%

%40.91
%27.27
%31.82

CMYK color model

#120C0E color CMYK value is (0,33,22,93).

  • cyan value is 0.00%
  • magenta value is 33.33%
  • yellow value is 22.22%
  • key color value is 92.94%

CMYK: (0,33,22,93)
C0M33Y22K93 (0%, 33%, 22%, 93%)
(0.00 / 0.33 / 0.22 / 0.93)

CMYK percentages

%0
%33.33
%22.22
%92.94

Codes

Color #120C0E in popluar color models

12 0C 0E
RGB 18 12 14
HSL 340° 20.00% 5.88%
HSB/HSV 340° 33.33% 7.06%
CMYK 0.00% 33.33% 22.22%
92.94%

Color #120C0E in popluar number systems.

HEX 12 0C 0E
Decimal 18 12 14
Binary 10010 1100 1110
Octal 22 14 16

Shades and tints

Shades of #120C0E

#120C0E
(18,12,14)
#110B0D
(17,11,13)
#100A0C
(16,10,12)
#0F090B
(15,9,11)
#0E080A
(14,8,10)
#0D0709
(13,7,9)
#0C0608
(12,6,8)
#0B0507
(11,5,7)
#0A0406
(10,4,6)
#090305
(9,3,5)
#080204
(8,2,4)
#000000
(0,0,0)

Tints of #120C0E

#120C0E
(18,12,14)
#272223
(39,34,35)
#3C3838
(60,56,56)
#514E4D
(81,78,77)
#666462
(102,100,98)
#7B7A77
(123,122,119)
#90908C
(144,144,140)
#A5A6A1
(165,166,161)
#BABCB6
(186,188,182)
#CFD2CB
(207,210,203)
#E4E8E0
(228,232,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120C0E; }

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

This text font color is #120C0E.

Background Color

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

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

This div background color is #120C0E.

Border color

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

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

This div border color is #120C0E.

Opacity

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

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

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

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

This text has shadow with #120C0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120C0E.

Preview

Color preview on black background

This text has color #120C0E on black background.


Color preview on white background

This text has color #120C0E on white background.


Black color preview on #120C0E background

This text has black color on #120C0E background.


White color preview on #120C0E background

This text has white color on #120C0E background.


Related colors

Complementary color

Complementary color for #hex is #EDF3F1.


I love getcolorcode.com

Triadic colors

1 #0E120C and #0C0E12 with #120C0E are triadic colors.

2 #0E0C12 and #0C120E with #120C0E are triadic colors.