COLOR #0E0D09

HEX: #0E0D09 RGB: (14,13,9)

Color info

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

RGB color model

#0E0D09 color RGB value is (14,13,9).

RGB: (14,13,9) (5%, 5%, 4%)

RGB channels and saturation

R 14 of 255 = 5%
G 13 of 255 = 5%
B 9 of 255 = 4%

14
13
9

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

Portions of RGB colors in percentages

R + G + B = 14 + 13 + 9 = 36 (100%)
R 14 of 36 ~ 38.89%
G 13 of 36 ~ 36.11%
B 9 of 36 ~ 25'%

%38.89
%36.11
%25

CMYK color model

#0E0D09 color CMYK value is (0,7,36,95).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 35.71%
  • key color value is 94.51%

CMYK: (0,7,36,95)
C0M7Y36K95 (0%, 7%, 36%, 95%)
(0.00 / 0.07 / 0.36 / 0.95)

CMYK percentages

%0
%7.14
%35.71
%94.51

Codes

Color #0E0D09 in popluar color models

0E 0D 09
RGB 14 13 9
HSL 48° 21.74% 4.51%
HSB/HSV 48° 35.71% 5.49%
CMYK 0.00% 7.14% 35.71%
94.51%

Color #0E0D09 in popluar number systems.

HEX 0E 0D 09
Decimal 14 13 9
Binary 1110 1101 1001
Octal 16 15 11

Shades and tints

Shades of #0E0D09

#0E0D09
(14,13,9)
#0D0C09
(13,12,9)
#0C0B09
(12,11,9)
#0B0A09
(11,10,9)
#0A0909
(10,9,9)
#090809
(9,8,9)
#080709
(8,7,9)
#070609
(7,6,9)
#060509
(6,5,9)
#050409
(5,4,9)
#040309
(4,3,9)
#000000
(0,0,0)

Tints of #0E0D09

#0E0D09
(14,13,9)
#23231F
(35,35,31)
#383935
(56,57,53)
#4D4F4B
(77,79,75)
#626561
(98,101,97)
#777B77
(119,123,119)
#8C918D
(140,145,141)
#A1A7A3
(161,167,163)
#B6BDB9
(182,189,185)
#CBD3CF
(203,211,207)
#E0E9E5
(224,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0D09; }

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

This text font color is #0E0D09.

Background Color

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

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

This div background color is #0E0D09.

Border color

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

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

This div border color is #0E0D09.

Opacity

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

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

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

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

This text has shadow with #0E0D09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E0D09.

Preview

Color preview on black background

This text has color #0E0D09 on black background.


Color preview on white background

This text has color #0E0D09 on white background.


Black color preview on #0E0D09 background

This text has black color on #0E0D09 background.


White color preview on #0E0D09 background

This text has white color on #0E0D09 background.


Related colors

Complementary color

Complementary color for #hex is #F1F2F6.


I love getcolorcode.com

Triadic colors

1 #090E0D and #0D090E with #0E0D09 are triadic colors.

2 #090D0E and #0D0E09 with #0E0D09 are triadic colors.