COLOR #0E5B2F

HEX: #0E5B2F
RGB: (14,91,47)

Color info

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

RGB color model

#0E5B2F color RGB value is (14,91,47).

  • red value is 14;
  • green value is 91;
  • blue value is 47.
RGB:
(14,91,47)
(5%,36%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 91 of 255 = 36%
B 47 of 255 = 18%

14
91
47

R + G + B ~ 20%. #0E5B2F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 91 + 47 = 152 (100%)
R 14 of 152 ~ 9.21%
G 91 of 152 ~ 59.87%
B 47 of 152 ~ 30.92%

%59.87
%30.92

CMYK color model

#0E5B2F color CMYK value is (85,0,48,64).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 48.35%
  • key color value is 64.31%
CMYK:
(85,0,48,64)
C85M0Y48K64 
(85%,0%,48%,64%)
(0.85/0.00/0.48/0.64)	

CMYK percentages

%84.62
%0
%48.35
%64.31

Codes

Color #0E5B2F in popluar color models

0E5B2F
RGB149147
HSL146°73.33%20.59%
HSB/HSV146°84.62%35.69%
CMYK84.62%0.00%48.35%
64.31%

Color #0E5B2F in popluar number systems.

HEX0E5B2F
Decimal149147
Binary11101011011101111
Octal1613357

Shades and tints

Shades of #0E5B2F

#0E5B2F
(14,91,47)
#0D532B
(13,83,43)
#0C4B27
(12,75,39)
#0B4323
(11,67,35)
#0A3B1F
(10,59,31)
#09331B
(9,51,27)
#082B17
(8,43,23)
#072313
(7,35,19)
#061B0F
(6,27,15)
#05130B
(5,19,11)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #0E5B2F

#0E5B2F
(14,91,47)
#236941
(35,105,65)
#387753
(56,119,83)
#4D8565
(77,133,101)
#629377
(98,147,119)
#77A189
(119,161,137)
#8CAF9B
(140,175,155)
#A1BDAD
(161,189,173)
#B6CBBF
(182,203,191)
#CBD9D1
(203,217,209)
#E0E7E3
(224,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5B2F color. Also use rgb(14,91,47) instead hex code.

Text Font Color

.myTextColor { color: #0E5B2F; }

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

This text font color is #0E5B2F.


Background Color

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

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

This div background color is #0E5B2F.


Border color

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

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

This div border color is #0E5B2F.


Opacity

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

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

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

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

This text has shadow with #0E5B2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5B2F on black background.


Color preview on white background

This text has color #0E5B2F on white background.



Black color preview on #0E5B2F background

This text has black color on #0E5B2F background.


White color preview on #0E5B2F background

This text has white color on #0E5B2F background.