COLOR #0E0C12

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

14
12
18

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

Portions of RGB colors in percentages

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

%31.82
%27.27
%40.91

CMYK color model

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

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

CMYK percentages

%22.22
%33.33
%0
%92.94

Codes

Color #0E0C12 in popluar color models

0E0C12
RGB141218
HSL260°20.00%5.88%
HSB/HSV260°33.33%7.06%
CMYK22.22%33.33%0.00%
92.94%

Color #0E0C12 in popluar number systems.

HEX0E0C12
Decimal141218
Binary1110110010010
Octal161422

Shades and tints

Shades of #0E0C12

#0E0C12
(14,12,18)
#0D0B11
(13,11,17)
#0C0A10
(12,10,16)
#0B090F
(11,9,15)
#0A080E
(10,8,14)
#09070D
(9,7,13)
#08060C
(8,6,12)
#07050B
(7,5,11)
#06040A
(6,4,10)
#050309
(5,3,9)
#040208
(4,2,8)
#000000
(0,0,0)

Tints of #0E0C12

#0E0C12
(14,12,18)
#232227
(35,34,39)
#38383C
(56,56,60)
#4D4E51
(77,78,81)
#626466
(98,100,102)
#777A7B
(119,122,123)
#8C9090
(140,144,144)
#A1A6A5
(161,166,165)
#B6BCBA
(182,188,186)
#CBD2CF
(203,210,207)
#E0E8E4
(224,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0C12; }

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

This text font color is #0E0C12.


Background Color

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

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

This div background color is #0E0C12.


Border color

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

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

This div border color is #0E0C12.


Opacity

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

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

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

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

This text has shadow with #0E0C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0C12 on black background.


Color preview on white background

This text has color #0E0C12 on white background.



Black color preview on #0E0C12 background

This text has black color on #0E0C12 background.


White color preview on #0E0C12 background

This text has white color on #0E0C12 background.