COLOR #0E876C

HEX: #0E876C
RGB: (14,135,108)

Color info

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

RGB color model

#0E876C color RGB value is (14,135,108).

  • red value is 14;
  • green value is 135;
  • blue value is 108.
RGB:
(14,135,108)
(5%,53%,42%)

RGB channels and saturation

R 14 of 255 = 5%
G 135 of 255 = 53%
B 108 of 255 = 42%

14
135
108

R + G + B ~ 33%. #0E876C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 135 + 108 = 257 (100%)
R 14 of 257 ~ 5.45%
G 135 of 257 ~ 52.53%
B 108 of 257 ~ 42.02%

%52.53
%42.02

CMYK color model

#0E876C color CMYK value is (90,0,20,47).

  • cyan value is 89.63%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 47.06%
CMYK:
(90,0,20,47)
C90M0Y20K47 
(90%,0%,20%,47%)
(0.90/0.00/0.20/0.47)	

CMYK percentages

%89.63
%0
%20
%47.06

Codes

Color #0E876C in popluar color models

0E876C
RGB14135108
HSL167°81.21%29.22%
HSB/HSV167°89.63%52.94%
CMYK89.63%0.00%20.00%
47.06%

Color #0E876C in popluar number systems.

HEX0E876C
Decimal14135108
Binary1110100001111101100
Octal16207154

Shades and tints

Shades of #0E876C

#0E876C
(14,135,108)
#0D7B63
(13,123,99)
#0C6F5A
(12,111,90)
#0B6351
(11,99,81)
#0A5748
(10,87,72)
#094B3F
(9,75,63)
#083F36
(8,63,54)
#07332D
(7,51,45)
#062724
(6,39,36)
#051B1B
(5,27,27)
#040F12
(4,15,18)
#000000
(0,0,0)

Tints of #0E876C

#0E876C
(14,135,108)
#239179
(35,145,121)
#389B86
(56,155,134)
#4DA593
(77,165,147)
#62AFA0
(98,175,160)
#77B9AD
(119,185,173)
#8CC3BA
(140,195,186)
#A1CDC7
(161,205,199)
#B6D7D4
(182,215,212)
#CBE1E1
(203,225,225)
#E0EBEE
(224,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E876C color. Also use rgb(14,135,108) instead hex code.

Text Font Color

.myTextColor { color: #0E876C; }

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

This text font color is #0E876C.


Background Color

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

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

This div background color is #0E876C.


Border color

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

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

This div border color is #0E876C.


Opacity

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

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

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

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

This text has shadow with #0E876C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E876C on black background.


Color preview on white background

This text has color #0E876C on white background.



Black color preview on #0E876C background

This text has black color on #0E876C background.


White color preview on #0E876C background

This text has white color on #0E876C background.