COLOR #0E120C

HEX: #0E120C
RGB: (14,18,12)

Color info

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

RGB color model

#0E120C color RGB value is (14,18,12).

  • red value is 14;
  • green value is 18;
  • blue value is 12.
RGB:
(14,18,12)
(5%,7%,5%)

RGB channels and saturation

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

14
18
12

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

Portions of RGB colors in percentages

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

%31.82
%40.91
%27.27

CMYK color model

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

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 92.94%
CMYK:
(22,0,33,93)
C22M0Y33K93 
(22%,0%,33%,93%)
(0.22/0.00/0.33/0.93)	

CMYK percentages

%22.22
%0
%33.33
%92.94

Codes

Color #0E120C in popluar color models

0E120C
RGB141812
HSL100°20.00%5.88%
HSB/HSV100°33.33%7.06%
CMYK22.22%0.00%33.33%
92.94%

Color #0E120C in popluar number systems.

HEX0E120C
Decimal141812
Binary1110100101100
Octal162214

Shades and tints

Shades of #0E120C

#0E120C
(14,18,12)
#0D110B
(13,17,11)
#0C100A
(12,16,10)
#0B0F09
(11,15,9)
#0A0E08
(10,14,8)
#090D07
(9,13,7)
#080C06
(8,12,6)
#070B05
(7,11,5)
#060A04
(6,10,4)
#050903
(5,9,3)
#040802
(4,8,2)
#000000
(0,0,0)

Tints of #0E120C

#0E120C
(14,18,12)
#232722
(35,39,34)
#383C38
(56,60,56)
#4D514E
(77,81,78)
#626664
(98,102,100)
#777B7A
(119,123,122)
#8C9090
(140,144,144)
#A1A5A6
(161,165,166)
#B6BABC
(182,186,188)
#CBCFD2
(203,207,210)
#E0E4E8
(224,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E120C; }

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

This text font color is #0E120C.


Background Color

.myBgColor { background-color: #0E120C; }

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

This div background color is #0E120C.


Border color

.myBorderColor { border: 1px solid #0E120C; }

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

This div border color is #0E120C.


Opacity

.myOpacity80 { color: #0E120C; opacity: 0.8; }

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

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

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

This text has shadow with #0E120C color.

.textShadow {text-shadow: 3px 3px 1px #0E120C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0E120C;
-webkit-box-shadow: 1px 1px 3px 2px #0E120C;
box-shadow:1px 1px 3px 2px #0E120C;">
Div content here</div>
This div box has shadow with color #0E120C.

Preview

Color preview on black background

This text has color #0E120C on black background.


Color preview on white background

This text has color #0E120C on white background.



Black color preview on #0E120C background

This text has black color on #0E120C background.


White color preview on #0E120C background

This text has white color on #0E120C background.