COLOR #0E4904

HEX: #0E4904
RGB: (14,73,4)

Color info

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

RGB color model

#0E4904 color RGB value is (14,73,4).

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

RGB channels and saturation

R 14 of 255 = 5%
G 73 of 255 = 29%
B 4 of 255 = 2%

14
73
4

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

Portions of RGB colors in percentages

R + G + B =
14 + 73 + 4 = 91 (100%)
R 14 of 91 ~ 15.38%
G 73 of 91 ~ 80.22%
B 4 of 91 ~ 4.4%

%15.38
%80.22

CMYK color model

#0E4904 color CMYK value is (81,0,95,71).

  • cyan value is 80.82%
  • magenta value is 0.00%
  • yellow value is 94.52%
  • key color value is 71.37%
CMYK:
(81,0,95,71)
C81M0Y95K71 
(81%,0%,95%,71%)
(0.81/0.00/0.95/0.71)	

CMYK percentages

%80.82
%0
%94.52
%71.37

Codes

Color #0E4904 in popluar color models

0E4904
RGB14734
HSL111°89.61%15.10%
HSB/HSV111°94.52%28.63%
CMYK80.82%0.00%94.52%
71.37%

Color #0E4904 in popluar number systems.

HEX0E4904
Decimal14734
Binary11101001001100
Octal161114

Shades and tints

Shades of #0E4904

#0E4904
(14,73,4)
#0D4304
(13,67,4)
#0C3D04
(12,61,4)
#0B3704
(11,55,4)
#0A3104
(10,49,4)
#092B04
(9,43,4)
#082504
(8,37,4)
#071F04
(7,31,4)
#061904
(6,25,4)
#051304
(5,19,4)
#040D04
(4,13,4)
#000000
(0,0,0)

Tints of #0E4904

#0E4904
(14,73,4)
#23591A
(35,89,26)
#386930
(56,105,48)
#4D7946
(77,121,70)
#62895C
(98,137,92)
#779972
(119,153,114)
#8CA988
(140,169,136)
#A1B99E
(161,185,158)
#B6C9B4
(182,201,180)
#CBD9CA
(203,217,202)
#E0E9E0
(224,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4904; }

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

This text font color is #0E4904.


Background Color

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

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

This div background color is #0E4904.


Border color

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

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

This div border color is #0E4904.


Opacity

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

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

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

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

This text has shadow with #0E4904 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4904 on black background.


Color preview on white background

This text has color #0E4904 on white background.



Black color preview on #0E4904 background

This text has black color on #0E4904 background.


White color preview on #0E4904 background

This text has white color on #0E4904 background.