COLOR #0E4D09

HEX: #0E4D09 RGB: (14,77,9)

Color info

#0E4D09 contains mainly green color. Web safe color of #0E4D09 is #003300 (or #030).

RGB color model

#0E4D09 color RGB value is (14,77,9).

RGB: (14,77,9) (5%, 30%, 4%)

RGB channels and saturation

R 14 of 255 = 5%
G 77 of 255 = 30%
B 9 of 255 = 4%

14
77
9

R + G + B ~ 13%. #0E4D09 is dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 77 + 9 = 100 (100%)
R 14 of 100 ~ 14%
G 77 of 100 ~ 77%
B 9 of 100 ~ 9'%

%14
%77

CMYK color model

#0E4D09 color CMYK value is (82,0,88,70).

  • cyan value is 81.82%
  • magenta value is 0.00%
  • yellow value is 88.31%
  • key color value is 69.80%
CMYK: (82,0,88,70) C82M0Y88K70 (82%,0%,88%,70%) (0.82/0.00/0.88/0.70) 

CMYK percentages

%81.82
%0
%88.31
%69.8

Codes

Color #0E4D09 in popluar color models

0E 4D 09
RGB 14 77 9
HSL 116° 79.07% 16.86%
HSB/HSV 116° 88.31% 30.20%
CMYK 81.82% 0.00% 88.31%
69.80%

Color #0E4D09 in popluar number systems.

HEX 0E 4D 09
Decimal 14 77 9
Binary 1110 1001101 1001
Octal 16 115 11

Shades and tints

Shades of #0E4D09

#0E4D09
(14,77,9)
#0D4609
(13,70,9)
#0C3F09
(12,63,9)
#0B3809
(11,56,9)
#0A3109
(10,49,9)
#092A09
(9,42,9)
#082309
(8,35,9)
#071C09
(7,28,9)
#061509
(6,21,9)
#050E09
(5,14,9)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #0E4D09

#0E4D09
(14,77,9)
#235D1F
(35,93,31)
#386D35
(56,109,53)
#4D7D4B
(77,125,75)
#628D61
(98,141,97)
#779D77
(119,157,119)
#8CAD8D
(140,173,141)
#A1BDA3
(161,189,163)
#B6CDB9
(182,205,185)
#CBDDCF
(203,221,207)
#E0EDE5
(224,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4D09; }

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

This text font color is #0E4D09.

Background Color

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

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

This div background color is #0E4D09.

Border color

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

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

This div border color is #0E4D09.

Opacity

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

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

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

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

This text has shadow with #0E4D09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E4D09.

Preview

Color preview on black background

This text has color #0E4D09 on black background.


Color preview on white background

This text has color #0E4D09 on white background.


Black color preview on #0E4D09 background

This text has black color on #0E4D09 background.


White color preview on #0E4D09 background

This text has white color on #0E4D09 background.


Related colors

Complementary color

Complementary color for #hex is #F1B2F6.


I love getcolorcode.com

Triadic colors

1 #090E4D and #4D090E with #0E4D09 are triadic colors.

2 #094D0E and #4D0E09 with #0E4D09 are triadic colors.