COLOR #0E2409

HEX: #0E2409
RGB: (14,36,9)

Color info

#0E2409 contains red, green and blue colors in about the same proportion. Web safe color of #0E2409 is #003300 (or #030).

RGB color model

#0E2409 color RGB value is (14,36,9).

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

RGB channels and saturation

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

14
36
9

R + G + B ~ 8%. #0E2409 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 36 + 9 = 59 (100%)
R 14 of 59 ~ 23.73%
G 36 of 59 ~ 61.02%
B 9 of 59 ~ 15.25%

%23.73
%61.02
%15.25

CMYK color model

#0E2409 color CMYK value is (61,0,75,86).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 85.88%
CMYK:
(61,0,75,86)
C61M0Y75K86 
(61%,0%,75%,86%)
(0.61/0.00/0.75/0.86)	

CMYK percentages

%61.11
%0
%75
%85.88

Codes

Color #0E2409 in popluar color models

0E2409
RGB14369
HSL109°60.00%8.82%
HSB/HSV109°75.00%14.12%
CMYK61.11%0.00%75.00%
85.88%

Color #0E2409 in popluar number systems.

HEX0E2409
Decimal14369
Binary11101001001001
Octal164411

Shades and tints

Shades of #0E2409

#0E2409
(14,36,9)
#0D2109
(13,33,9)
#0C1E09
(12,30,9)
#0B1B09
(11,27,9)
#0A1809
(10,24,9)
#091509
(9,21,9)
#081209
(8,18,9)
#070F09
(7,15,9)
#060C09
(6,12,9)
#050909
(5,9,9)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #0E2409

#0E2409
(14,36,9)
#23371F
(35,55,31)
#384A35
(56,74,53)
#4D5D4B
(77,93,75)
#627061
(98,112,97)
#778377
(119,131,119)
#8C968D
(140,150,141)
#A1A9A3
(161,169,163)
#B6BCB9
(182,188,185)
#CBCFCF
(203,207,207)
#E0E2E5
(224,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E2409; }

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

This text font color is #0E2409.


Background Color

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

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

This div background color is #0E2409.


Border color

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

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

This div border color is #0E2409.


Opacity

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

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

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

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

This text has shadow with #0E2409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E2409 on black background.


Color preview on white background

This text has color #0E2409 on white background.



Black color preview on #0E2409 background

This text has black color on #0E2409 background.


White color preview on #0E2409 background

This text has white color on #0E2409 background.