COLOR #120E14

HEX: #120E14 RGB: (18,14,20)

Color info

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

RGB color model

#120E14 color RGB value is (18,14,20).

RGB: (18,14,20) (7%, 5%, 8%)

RGB channels and saturation

R 18 of 255 = 7%
G 14 of 255 = 5%
B 20 of 255 = 8%

18
14
20

R + G + B ~ 7%. #120E14 is dark color.

Portions of RGB colors in percentages

R + G + B = 18 + 14 + 20 = 52 (100%)
R 18 of 52 ~ 34.62%
G 14 of 52 ~ 26.92%
B 20 of 52 ~ 38.46'%

%34.62
%26.92
%38.46

CMYK color model

#120E14 color CMYK value is (10,30,0,92).

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

CMYK: (10,30,0,92)
C10M30Y0K92 (10%, 30%, 0%, 92%)
(0.10 / 0.30 / 0.00 / 0.92)

CMYK percentages

%10
%30
%0
%92.16

Codes

Color #120E14 in popluar color models

12 0E 14
RGB 18 14 20
HSL 280° 17.65% 6.67%
HSB/HSV 280° 30.00% 7.84%
CMYK 10.00% 30.00% 0.00%
92.16%

Color #120E14 in popluar number systems.

HEX 12 0E 14
Decimal 18 14 20
Binary 10010 1110 10100
Octal 22 16 24

Shades and tints

Shades of #120E14

#120E14
(18,14,20)
#110D13
(17,13,19)
#100C12
(16,12,18)
#0F0B11
(15,11,17)
#0E0A10
(14,10,16)
#0D090F
(13,9,15)
#0C080E
(12,8,14)
#0B070D
(11,7,13)
#0A060C
(10,6,12)
#09050B
(9,5,11)
#08040A
(8,4,10)
#000000
(0,0,0)

Tints of #120E14

#120E14
(18,14,20)
#272329
(39,35,41)
#3C383E
(60,56,62)
#514D53
(81,77,83)
#666268
(102,98,104)
#7B777D
(123,119,125)
#908C92
(144,140,146)
#A5A1A7
(165,161,167)
#BAB6BC
(186,182,188)
#CFCBD1
(207,203,209)
#E4E0E6
(228,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #120E14; }

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

This text font color is #120E14.

Background Color

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

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

This div background color is #120E14.

Border color

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

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

This div border color is #120E14.

Opacity

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

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

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

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

This text has shadow with #120E14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #120E14.

Preview

Color preview on black background

This text has color #120E14 on black background.


Color preview on white background

This text has color #120E14 on white background.


Black color preview on #120E14 background

This text has black color on #120E14 background.


White color preview on #120E14 background

This text has white color on #120E14 background.


Related colors

Complementary color

Complementary color for #hex is #EDF1EB.


I love getcolorcode.com

Triadic colors

1 #14120E and #0E1412 with #120E14 are triadic colors.

2 #140E12 and #0E1214 with #120E14 are triadic colors.