COLOR #0E4809

HEX: #0E4809
RGB: (14,72,9)

Color info

#0E4809 contains mainly red and green colors. Web safe color of #0E4809 is #003300 (or #030).

RGB color model

#0E4809 color RGB value is (14,72,9).

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

RGB channels and saturation

R 14 of 255 = 5%
G 72 of 255 = 28%
B 9 of 255 = 4%

14
72
9

R + G + B ~ 12%. #0E4809 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 72 + 9 = 95 (100%)
R 14 of 95 ~ 14.74%
G 72 of 95 ~ 75.79%
B 9 of 95 ~ 9.47%

%14.74
%75.79

CMYK color model

#0E4809 color CMYK value is (81,0,88,72).

  • cyan value is 80.56%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 71.76%
CMYK:
(81,0,88,72)
C81M0Y88K72 
(81%,0%,88%,72%)
(0.81/0.00/0.88/0.72)	

CMYK percentages

%80.56
%0
%87.5
%71.76

Codes

Color #0E4809 in popluar color models

0E4809
RGB14729
HSL115°77.78%15.88%
HSB/HSV115°87.50%28.24%
CMYK80.56%0.00%87.50%
71.76%

Color #0E4809 in popluar number systems.

HEX0E4809
Decimal14729
Binary111010010001001
Octal1611011

Shades and tints

Shades of #0E4809

#0E4809
(14,72,9)
#0D4209
(13,66,9)
#0C3C09
(12,60,9)
#0B3609
(11,54,9)
#0A3009
(10,48,9)
#092A09
(9,42,9)
#082409
(8,36,9)
#071E09
(7,30,9)
#061809
(6,24,9)
#051209
(5,18,9)
#040C09
(4,12,9)
#000000
(0,0,0)

Tints of #0E4809

#0E4809
(14,72,9)
#23581F
(35,88,31)
#386835
(56,104,53)
#4D784B
(77,120,75)
#628861
(98,136,97)
#779877
(119,152,119)
#8CA88D
(140,168,141)
#A1B8A3
(161,184,163)
#B6C8B9
(182,200,185)
#CBD8CF
(203,216,207)
#E0E8E5
(224,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4809; }

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

This text font color is #0E4809.


Background Color

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

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

This div background color is #0E4809.


Border color

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

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

This div border color is #0E4809.


Opacity

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

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

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

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

This text has shadow with #0E4809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4809 on black background.


Color preview on white background

This text has color #0E4809 on white background.



Black color preview on #0E4809 background

This text has black color on #0E4809 background.


White color preview on #0E4809 background

This text has white color on #0E4809 background.