COLOR #0E090A

HEX: #0E090A
RGB: (14,9,10)

Color info

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

RGB color model

#0E090A color RGB value is (14,9,10).

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

RGB channels and saturation

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

14
9
10

R + G + B ~ 4%. #0E090A is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 9 + 10 = 33 (100%)
R 14 of 33 ~ 42.42%
G 9 of 33 ~ 27.27%
B 10 of 33 ~ 30.3%

%42.42
%27.27
%30.3

CMYK color model

#0E090A color CMYK value is (0,36,29,95).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 28.57%
  • key color value is 94.51%
CMYK:
(0,36,29,95)
C0M36Y29K95 
(0%,36%,29%,95%)
(0.00/0.36/0.29/0.95)	

CMYK percentages

%0
%35.71
%28.57
%94.51

Codes

Color #0E090A in popluar color models

0E090A
RGB14910
HSL348°21.74%4.51%
HSB/HSV348°35.71%5.49%
CMYK0.00%35.71%28.57%
94.51%

Color #0E090A in popluar number systems.

HEX0E090A
Decimal14910
Binary111010011010
Octal161112

Shades and tints

Shades of #0E090A

#0E090A
(14,9,10)
#0D090A
(13,9,10)
#0C090A
(12,9,10)
#0B090A
(11,9,10)
#0A090A
(10,9,10)
#09090A
(9,9,10)
#08090A
(8,9,10)
#07090A
(7,9,10)
#06090A
(6,9,10)
#05090A
(5,9,10)
#04090A
(4,9,10)
#000000
(0,0,0)

Tints of #0E090A

#0E090A
(14,9,10)
#231F20
(35,31,32)
#383536
(56,53,54)
#4D4B4C
(77,75,76)
#626162
(98,97,98)
#777778
(119,119,120)
#8C8D8E
(140,141,142)
#A1A3A4
(161,163,164)
#B6B9BA
(182,185,186)
#CBCFD0
(203,207,208)
#E0E5E6
(224,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E090A; }

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

This text font color is #0E090A.


Background Color

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

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

This div background color is #0E090A.


Border color

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

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

This div border color is #0E090A.


Opacity

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

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

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

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

This text has shadow with #0E090A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E090A on black background.


Color preview on white background

This text has color #0E090A on white background.



Black color preview on #0E090A background

This text has black color on #0E090A background.


White color preview on #0E090A background

This text has white color on #0E090A background.