COLOR #0E4C09

HEX: #0E4C09
RGB: (14,76,9)

Color info

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

RGB color model

#0E4C09 color RGB value is (14,76,9).

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

RGB channels and saturation

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

14
76
9

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

Portions of RGB colors in percentages

R + G + B =
14 + 76 + 9 = 99 (100%)
R 14 of 99 ~ 14.14%
G 76 of 99 ~ 76.77%
B 9 of 99 ~ 9.09%

%14.14
%76.77

CMYK color model

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

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

CMYK percentages

%81.58
%0
%88.16
%70.2

Codes

Color #0E4C09 in popluar color models

0E4C09
RGB14769
HSL116°78.82%16.67%
HSB/HSV116°88.16%29.80%
CMYK81.58%0.00%88.16%
70.20%

Color #0E4C09 in popluar number systems.

HEX0E4C09
Decimal14769
Binary111010011001001
Octal1611411

Shades and tints

Shades of #0E4C09

#0E4C09
(14,76,9)
#0D4609
(13,70,9)
#0C4009
(12,64,9)
#0B3A09
(11,58,9)
#0A3409
(10,52,9)
#092E09
(9,46,9)
#082809
(8,40,9)
#072209
(7,34,9)
#061C09
(6,28,9)
#051609
(5,22,9)
#041009
(4,16,9)
#000000
(0,0,0)

Tints of #0E4C09

#0E4C09
(14,76,9)
#235C1F
(35,92,31)
#386C35
(56,108,53)
#4D7C4B
(77,124,75)
#628C61
(98,140,97)
#779C77
(119,156,119)
#8CAC8D
(140,172,141)
#A1BCA3
(161,188,163)
#B6CCB9
(182,204,185)
#CBDCCF
(203,220,207)
#E0ECE5
(224,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4C09; }

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

This text font color is #0E4C09.


Background Color

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

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

This div background color is #0E4C09.


Border color

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

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

This div border color is #0E4C09.


Opacity

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

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

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

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

This text has shadow with #0E4C09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4C09 on black background.


Color preview on white background

This text has color #0E4C09 on white background.



Black color preview on #0E4C09 background

This text has black color on #0E4C09 background.


White color preview on #0E4C09 background

This text has white color on #0E4C09 background.