COLOR #0E5A1F

HEX: #0E5A1F
RGB: (14,90,31)

Color info

#0E5A1F contains mainly green and blue colors. Web safe color of #0E5A1F is #006633 (or #063).

RGB color model

#0E5A1F color RGB value is (14,90,31).

  • red value is 14;
  • green value is 90;
  • blue value is 31.
RGB:
(14,90,31)
(5%,35%,12%)

RGB channels and saturation

R 14 of 255 = 5%
G 90 of 255 = 35%
B 31 of 255 = 12%

14
90
31

R + G + B ~ 17%. #0E5A1F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 90 + 31 = 135 (100%)
R 14 of 135 ~ 10.37%
G 90 of 135 ~ 66.67%
B 31 of 135 ~ 22.96%

%10.37
%66.67
%22.96

CMYK color model

#0E5A1F color CMYK value is (84,0,66,65).

  • cyan value is 84.44%
  • magenta value is 0.00%
  • yellow value is 65.56%
  • key color value is 64.71%
CMYK:
(84,0,66,65)
C84M0Y66K65 
(84%,0%,66%,65%)
(0.84/0.00/0.66/0.65)	

CMYK percentages

%84.44
%0
%65.56
%64.71

Codes

Color #0E5A1F in popluar color models

0E5A1F
RGB149031
HSL133°73.08%20.39%
HSB/HSV133°84.44%35.29%
CMYK84.44%0.00%65.56%
64.71%

Color #0E5A1F in popluar number systems.

HEX0E5A1F
Decimal149031
Binary1110101101011111
Octal1613237

Shades and tints

Shades of #0E5A1F

#0E5A1F
(14,90,31)
#0D521D
(13,82,29)
#0C4A1B
(12,74,27)
#0B4219
(11,66,25)
#0A3A17
(10,58,23)
#093215
(9,50,21)
#082A13
(8,42,19)
#072211
(7,34,17)
#061A0F
(6,26,15)
#05120D
(5,18,13)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #0E5A1F

#0E5A1F
(14,90,31)
#236933
(35,105,51)
#387847
(56,120,71)
#4D875B
(77,135,91)
#62966F
(98,150,111)
#77A583
(119,165,131)
#8CB497
(140,180,151)
#A1C3AB
(161,195,171)
#B6D2BF
(182,210,191)
#CBE1D3
(203,225,211)
#E0F0E7
(224,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5A1F color. Also use rgb(14,90,31) instead hex code.

Text Font Color

.myTextColor { color: #0E5A1F; }

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

This text font color is #0E5A1F.


Background Color

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

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

This div background color is #0E5A1F.


Border color

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

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

This div border color is #0E5A1F.


Opacity

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

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

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

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

This text has shadow with #0E5A1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5A1F on black background.


Color preview on white background

This text has color #0E5A1F on white background.



Black color preview on #0E5A1F background

This text has black color on #0E5A1F background.


White color preview on #0E5A1F background

This text has white color on #0E5A1F background.