COLOR #0E0409

HEX: #0E0409
RGB: (14,4,9)

Color info

#0E0409 contains red, green and blue colors in about the same proportion. #0E0409 color is web safe color. It maybe written shortly as #000.

RGB color model

#0E0409 color RGB value is (14,4,9).

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

RGB channels and saturation

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

14
4
9

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

Portions of RGB colors in percentages

R + G + B =
14 + 4 + 9 = 27 (100%)
R 14 of 27 ~ 51.85%
G 4 of 27 ~ 14.81%
B 9 of 27 ~ 33.33%

%51.85
%14.81
%33.33

CMYK color model

#0E0409 color CMYK value is (0,71,36,95).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 35.71%
  • key color value is 94.51%
CMYK:
(0,71,36,95)
C0M71Y36K95 
(0%,71%,36%,95%)
(0.00/0.71/0.36/0.95)	

CMYK percentages

%0
%71.43
%35.71
%94.51

Codes

Color #0E0409 in popluar color models

0E0409
RGB1449
HSL330°55.56%3.53%
HSB/HSV330°71.43%5.49%
CMYK0.00%71.43%35.71%
94.51%

Color #0E0409 in popluar number systems.

HEX0E0409
Decimal1449
Binary11101001001
Octal16411

Shades and tints

Shades of #0E0409

#0E0409
(14,4,9)
#0D0409
(13,4,9)
#0C0409
(12,4,9)
#0B0409
(11,4,9)
#0A0409
(10,4,9)
#090409
(9,4,9)
#080409
(8,4,9)
#070409
(7,4,9)
#060409
(6,4,9)
#050409
(5,4,9)
#040409
(4,4,9)
#000000
(0,0,0)

Tints of #0E0409

#0E0409
(14,4,9)
#231A1F
(35,26,31)
#383035
(56,48,53)
#4D464B
(77,70,75)
#625C61
(98,92,97)
#777277
(119,114,119)
#8C888D
(140,136,141)
#A19EA3
(161,158,163)
#B6B4B9
(182,180,185)
#CBCACF
(203,202,207)
#E0E0E5
(224,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E0409; }

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

This text font color is #0E0409.


Background Color

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

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

This div background color is #0E0409.


Border color

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

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

This div border color is #0E0409.


Opacity

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

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

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

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

This text has shadow with #0E0409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E0409 on black background.


Color preview on white background

This text has color #0E0409 on white background.



Black color preview on #0E0409 background

This text has black color on #0E0409 background.


White color preview on #0E0409 background

This text has white color on #0E0409 background.