COLOR #0E8257

HEX: #0E8257
RGB: (14,130,87)

Color info

#0E8257 contains mainly green and blue colors. Web safe color of #0E8257 is #009966 (or #096).

RGB color model

#0E8257 color RGB value is (14,130,87).

  • red value is 14;
  • green value is 130;
  • blue value is 87.
RGB:
(14,130,87)
(5%,51%,34%)

RGB channels and saturation

R 14 of 255 = 5%
G 130 of 255 = 51%
B 87 of 255 = 34%

14
130
87

R + G + B ~ 30%. #0E8257 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 130 + 87 = 231 (100%)
R 14 of 231 ~ 6.06%
G 130 of 231 ~ 56.28%
B 87 of 231 ~ 37.66%

%56.28
%37.66

CMYK color model

#0E8257 color CMYK value is (89,0,33,49).

  • cyan value is 89.23%
  • magenta value is 0.00%
  • yellow value is 33.08%
  • key color value is 49.02%
CMYK:
(89,0,33,49)
C89M0Y33K49 
(89%,0%,33%,49%)
(0.89/0.00/0.33/0.49)	

CMYK percentages

%89.23
%0
%33.08
%49.02

Codes

Color #0E8257 in popluar color models

0E8257
RGB1413087
HSL158°80.56%28.24%
HSB/HSV158°89.23%50.98%
CMYK89.23%0.00%33.08%
49.02%

Color #0E8257 in popluar number systems.

HEX0E8257
Decimal1413087
Binary1110100000101010111
Octal16202127

Shades and tints

Shades of #0E8257

#0E8257
(14,130,87)
#0D7750
(13,119,80)
#0C6C49
(12,108,73)
#0B6142
(11,97,66)
#0A563B
(10,86,59)
#094B34
(9,75,52)
#08402D
(8,64,45)
#073526
(7,53,38)
#062A1F
(6,42,31)
#051F18
(5,31,24)
#041411
(4,20,17)
#000000
(0,0,0)

Tints of #0E8257

#0E8257
(14,130,87)
#238D66
(35,141,102)
#389875
(56,152,117)
#4DA384
(77,163,132)
#62AE93
(98,174,147)
#77B9A2
(119,185,162)
#8CC4B1
(140,196,177)
#A1CFC0
(161,207,192)
#B6DACF
(182,218,207)
#CBE5DE
(203,229,222)
#E0F0ED
(224,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E8257 color. Also use rgb(14,130,87) instead hex code.

Text Font Color

.myTextColor { color: #0E8257; }

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

This text font color is #0E8257.


Background Color

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

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

This div background color is #0E8257.


Border color

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

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

This div border color is #0E8257.


Opacity

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

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

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

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

This text has shadow with #0E8257 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E8257 on black background.


Color preview on white background

This text has color #0E8257 on white background.



Black color preview on #0E8257 background

This text has black color on #0E8257 background.


White color preview on #0E8257 background

This text has white color on #0E8257 background.