COLOR #0E4715

HEX: #0E4715
RGB: (14,71,21)

Color info

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

RGB color model

#0E4715 color RGB value is (14,71,21).

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

RGB channels and saturation

R 14 of 255 = 5%
G 71 of 255 = 28%
B 21 of 255 = 8%

14
71
21

R + G + B ~ 14%. #0E4715 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 71 + 21 = 106 (100%)
R 14 of 106 ~ 13.21%
G 71 of 106 ~ 66.98%
B 21 of 106 ~ 19.81%

%13.21
%66.98
%19.81

CMYK color model

#0E4715 color CMYK value is (80,0,70,72).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 70.42%
  • key color value is 72.16%
CMYK:
(80,0,70,72)
C80M0Y70K72 
(80%,0%,70%,72%)
(0.80/0.00/0.70/0.72)	

CMYK percentages

%80.28
%0
%70.42
%72.16

Codes

Color #0E4715 in popluar color models

0E4715
RGB147121
HSL127°67.06%16.67%
HSB/HSV127°80.28%27.84%
CMYK80.28%0.00%70.42%
72.16%

Color #0E4715 in popluar number systems.

HEX0E4715
Decimal147121
Binary1110100011110101
Octal1610725

Shades and tints

Shades of #0E4715

#0E4715
(14,71,21)
#0D4114
(13,65,20)
#0C3B13
(12,59,19)
#0B3512
(11,53,18)
#0A2F11
(10,47,17)
#092910
(9,41,16)
#08230F
(8,35,15)
#071D0E
(7,29,14)
#06170D
(6,23,13)
#05110C
(5,17,12)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #0E4715

#0E4715
(14,71,21)
#23572A
(35,87,42)
#38673F
(56,103,63)
#4D7754
(77,119,84)
#628769
(98,135,105)
#77977E
(119,151,126)
#8CA793
(140,167,147)
#A1B7A8
(161,183,168)
#B6C7BD
(182,199,189)
#CBD7D2
(203,215,210)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4715; }

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

This text font color is #0E4715.


Background Color

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

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

This div background color is #0E4715.


Border color

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

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

This div border color is #0E4715.


Opacity

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

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

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

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

This text has shadow with #0E4715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4715 on black background.


Color preview on white background

This text has color #0E4715 on white background.



Black color preview on #0E4715 background

This text has black color on #0E4715 background.


White color preview on #0E4715 background

This text has white color on #0E4715 background.