COLOR #0E4713

HEX: #0E4713
RGB: (14,71,19)

Color info

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

RGB color model

#0E4713 color RGB value is (14,71,19).

  • red value is 14;
  • green value is 71;
  • blue value is 19.
RGB:
(14,71,19)
(5%,28%,7%)

RGB channels and saturation

R 14 of 255 = 5%
G 71 of 255 = 28%
B 19 of 255 = 7%

14
71
19

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

Portions of RGB colors in percentages

R + G + B =
14 + 71 + 19 = 104 (100%)
R 14 of 104 ~ 13.46%
G 71 of 104 ~ 68.27%
B 19 of 104 ~ 18.27%

%13.46
%68.27
%18.27

CMYK color model

#0E4713 color CMYK value is (80,0,73,72).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 73.24%
  • key color value is 72.16%
CMYK:
(80,0,73,72)
C80M0Y73K72 
(80%,0%,73%,72%)
(0.80/0.00/0.73/0.72)	

CMYK percentages

%80.28
%0
%73.24
%72.16

Codes

Color #0E4713 in popluar color models

0E4713
RGB147119
HSL125°67.06%16.67%
HSB/HSV125°80.28%27.84%
CMYK80.28%0.00%73.24%
72.16%

Color #0E4713 in popluar number systems.

HEX0E4713
Decimal147119
Binary1110100011110011
Octal1610723

Shades and tints

Shades of #0E4713

#0E4713
(14,71,19)
#0D4112
(13,65,18)
#0C3B11
(12,59,17)
#0B3510
(11,53,16)
#0A2F0F
(10,47,15)
#09290E
(9,41,14)
#08230D
(8,35,13)
#071D0C
(7,29,12)
#06170B
(6,23,11)
#05110A
(5,17,10)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #0E4713

#0E4713
(14,71,19)
#235728
(35,87,40)
#38673D
(56,103,61)
#4D7752
(77,119,82)
#628767
(98,135,103)
#77977C
(119,151,124)
#8CA791
(140,167,145)
#A1B7A6
(161,183,166)
#B6C7BB
(182,199,187)
#CBD7D0
(203,215,208)
#E0E7E5
(224,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4713 color. Also use rgb(14,71,19) instead hex code.

Text Font Color

.myTextColor { color: #0E4713; }

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

This text font color is #0E4713.


Background Color

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

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

This div background color is #0E4713.


Border color

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

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

This div border color is #0E4713.


Opacity

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

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

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

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

This text has shadow with #0E4713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4713 on black background.


Color preview on white background

This text has color #0E4713 on white background.



Black color preview on #0E4713 background

This text has black color on #0E4713 background.


White color preview on #0E4713 background

This text has white color on #0E4713 background.