COLOR #0E4720

HEX: #0E4720
RGB: (14,71,32)

Color info

#0E4720 contains red, green and blue colors in about the same proportion. Web safe color of #0E4720 is #003333 (or #033).

RGB color model

#0E4720 color RGB value is (14,71,32).

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

RGB channels and saturation

R 14 of 255 = 5%
G 71 of 255 = 28%
B 32 of 255 = 13%

14
71
32

R + G + B ~ 15%. #0E4720 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 71 + 32 = 117 (100%)
R 14 of 117 ~ 11.97%
G 71 of 117 ~ 60.68%
B 32 of 117 ~ 27.35%

%11.97
%60.68
%27.35

CMYK color model

#0E4720 color CMYK value is (80,0,55,72).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 54.93%
  • key color value is 72.16%
CMYK:
(80,0,55,72)
C80M0Y55K72 
(80%,0%,55%,72%)
(0.80/0.00/0.55/0.72)	

CMYK percentages

%80.28
%0
%54.93
%72.16

Codes

Color #0E4720 in popluar color models

0E4720
RGB147132
HSL139°67.06%16.67%
HSB/HSV139°80.28%27.84%
CMYK80.28%0.00%54.93%
72.16%

Color #0E4720 in popluar number systems.

HEX0E4720
Decimal147132
Binary11101000111100000
Octal1610740

Shades and tints

Shades of #0E4720

#0E4720
(14,71,32)
#0D411E
(13,65,30)
#0C3B1C
(12,59,28)
#0B351A
(11,53,26)
#0A2F18
(10,47,24)
#092916
(9,41,22)
#082314
(8,35,20)
#071D12
(7,29,18)
#061710
(6,23,16)
#05110E
(5,17,14)
#040B0C
(4,11,12)
#000000
(0,0,0)

Tints of #0E4720

#0E4720
(14,71,32)
#235734
(35,87,52)
#386748
(56,103,72)
#4D775C
(77,119,92)
#628770
(98,135,112)
#779784
(119,151,132)
#8CA798
(140,167,152)
#A1B7AC
(161,183,172)
#B6C7C0
(182,199,192)
#CBD7D4
(203,215,212)
#E0E7E8
(224,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4720; }

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

This text font color is #0E4720.


Background Color

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

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

This div background color is #0E4720.


Border color

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

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

This div border color is #0E4720.


Opacity

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

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

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

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

This text has shadow with #0E4720 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4720 on black background.


Color preview on white background

This text has color #0E4720 on white background.



Black color preview on #0E4720 background

This text has black color on #0E4720 background.


White color preview on #0E4720 background

This text has white color on #0E4720 background.