COLOR #0E090D

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

14
9
13

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

Portions of RGB colors in percentages

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

%38.89
%25
%36.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 7.14%
  • key color value is 94.51%
CMYK:
(0,36,7,95)
C0M36Y7K95 
(0%,36%,7%,95%)
(0.00/0.36/0.07/0.95)	

CMYK percentages

%0
%35.71
%7.14
%94.51

Codes

Color #0E090D in popluar color models

0E090D
RGB14913
HSL312°21.74%4.51%
HSB/HSV312°35.71%5.49%
CMYK0.00%35.71%7.14%
94.51%

Color #0E090D in popluar number systems.

HEX0E090D
Decimal14913
Binary111010011101
Octal161115

Shades and tints

Shades of #0E090D

#0E090D
(14,9,13)
#0D090C
(13,9,12)
#0C090B
(12,9,11)
#0B090A
(11,9,10)
#0A0909
(10,9,9)
#090908
(9,9,8)
#080907
(8,9,7)
#070906
(7,9,6)
#060905
(6,9,5)
#050904
(5,9,4)
#040903
(4,9,3)
#000000
(0,0,0)

Tints of #0E090D

#0E090D
(14,9,13)
#231F23
(35,31,35)
#383539
(56,53,57)
#4D4B4F
(77,75,79)
#626165
(98,97,101)
#77777B
(119,119,123)
#8C8D91
(140,141,145)
#A1A3A7
(161,163,167)
#B6B9BD
(182,185,189)
#CBCFD3
(203,207,211)
#E0E5E9
(224,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E090D; }

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

This text font color is #0E090D.


Background Color

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

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

This div background color is #0E090D.


Border color

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

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

This div border color is #0E090D.


Opacity

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

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

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

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

This text has shadow with #0E090D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E090D on black background.


Color preview on white background

This text has color #0E090D on white background.



Black color preview on #0E090D background

This text has black color on #0E090D background.


White color preview on #0E090D background

This text has white color on #0E090D background.