COLOR #0E5B25

HEX: #0E5B25
RGB: (14,91,37)

Color info

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

RGB color model

#0E5B25 color RGB value is (14,91,37).

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

RGB channels and saturation

R 14 of 255 = 5%
G 91 of 255 = 36%
B 37 of 255 = 15%

14
91
37

R + G + B ~ 19%. #0E5B25 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 91 + 37 = 142 (100%)
R 14 of 142 ~ 9.86%
G 91 of 142 ~ 64.08%
B 37 of 142 ~ 26.06%

%9.86
%64.08
%26.06

CMYK color model

#0E5B25 color CMYK value is (85,0,59,64).

  • cyan value is 84.62%
  • magenta value is 0.00%
  • yellow value is 59.34%
  • key color value is 64.31%
CMYK:
(85,0,59,64)
C85M0Y59K64 
(85%,0%,59%,64%)
(0.85/0.00/0.59/0.64)	

CMYK percentages

%84.62
%0
%59.34
%64.31

Codes

Color #0E5B25 in popluar color models

0E5B25
RGB149137
HSL138°73.33%20.59%
HSB/HSV138°84.62%35.69%
CMYK84.62%0.00%59.34%
64.31%

Color #0E5B25 in popluar number systems.

HEX0E5B25
Decimal149137
Binary11101011011100101
Octal1613345

Shades and tints

Shades of #0E5B25

#0E5B25
(14,91,37)
#0D5322
(13,83,34)
#0C4B1F
(12,75,31)
#0B431C
(11,67,28)
#0A3B19
(10,59,25)
#093316
(9,51,22)
#082B13
(8,43,19)
#072310
(7,35,16)
#061B0D
(6,27,13)
#05130A
(5,19,10)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #0E5B25

#0E5B25
(14,91,37)
#236938
(35,105,56)
#38774B
(56,119,75)
#4D855E
(77,133,94)
#629371
(98,147,113)
#77A184
(119,161,132)
#8CAF97
(140,175,151)
#A1BDAA
(161,189,170)
#B6CBBD
(182,203,189)
#CBD9D0
(203,217,208)
#E0E7E3
(224,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5B25; }

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

This text font color is #0E5B25.


Background Color

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

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

This div background color is #0E5B25.


Border color

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

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

This div border color is #0E5B25.


Opacity

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

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

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

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

This text has shadow with #0E5B25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5B25 on black background.


Color preview on white background

This text has color #0E5B25 on white background.



Black color preview on #0E5B25 background

This text has black color on #0E5B25 background.


White color preview on #0E5B25 background

This text has white color on #0E5B25 background.