COLOR #0E0D0C

HEX: #0E0D0C
RGB: (14,13,12)

Color info

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

RGB color model

#0E0D0C color RGB value is (14,13,12).

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

RGB channels and saturation

R 14 of 255 = 5%
G 13 of 255 = 5%
B 12 of 255 = 5%

14
13
12

R + G + B ~ 5%. #0E0D0C is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 13 + 12 = 39 (100%)
R 14 of 39 ~ 35.9%
G 13 of 39 ~ 33.33%
B 12 of 39 ~ 30.77%

%35.9
%33.33
%30.77

CMYK color model

#0E0D0C color CMYK value is (0,7,14,95).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 14.29%
  • key color value is 94.51%
CMYK:
(0,7,14,95)
C0M7Y14K95 
(0%,7%,14%,95%)
(0.00/0.07/0.14/0.95)	

CMYK percentages

%0
%7.14
%14.29
%94.51

Codes

Color #0E0D0C in popluar color models

0E0D0C
RGB141312
HSL30°7.69%5.10%
HSB/HSV30°14.29%5.49%
CMYK0.00%7.14%14.29%
94.51%

Color #0E0D0C in popluar number systems.

HEX0E0D0C
Decimal141312
Binary111011011100
Octal161514

Shades and tints

Shades of #0E0D0C

#0E0D0C
(14,13,12)
#0D0C0B
(13,12,11)
#0C0B0A
(12,11,10)
#0B0A09
(11,10,9)
#0A0908
(10,9,8)
#090807
(9,8,7)
#080706
(8,7,6)
#070605
(7,6,5)
#060504
(6,5,4)
#050403
(5,4,3)
#040302
(4,3,2)
#000000
(0,0,0)

Tints of #0E0D0C

#0E0D0C
(14,13,12)
#232322
(35,35,34)
#383938
(56,57,56)
#4D4F4E
(77,79,78)
#626564
(98,101,100)
#777B7A
(119,123,122)
#8C9190
(140,145,144)
#A1A7A6
(161,167,166)
#B6BDBC
(182,189,188)
#CBD3D2
(203,211,210)
#E0E9E8
(224,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0D0C; }

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

This text font color is #0E0D0C.


Background Color

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

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

This div background color is #0E0D0C.


Border color

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

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

This div border color is #0E0D0C.


Opacity

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

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

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

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

This text has shadow with #0E0D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0D0C on black background.


Color preview on white background

This text has color #0E0D0C on white background.



Black color preview on #0E0D0C background

This text has black color on #0E0D0C background.


White color preview on #0E0D0C background

This text has white color on #0E0D0C background.