COLOR #0E9577

HEX: #0E9577
RGB: (14,149,119)

Color info

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

RGB color model

#0E9577 color RGB value is (14,149,119).

  • red value is 14;
  • green value is 149;
  • blue value is 119.
RGB:
(14,149,119)
(5%,58%,47%)

RGB channels and saturation

R 14 of 255 = 5%
G 149 of 255 = 58%
B 119 of 255 = 47%

14
149
119

R + G + B ~ 37%. #0E9577 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 149 + 119 = 282 (100%)
R 14 of 282 ~ 4.96%
G 149 of 282 ~ 52.84%
B 119 of 282 ~ 42.2%

%52.84
%42.2

CMYK color model

#0E9577 color CMYK value is (91,0,20,42).

  • cyan value is 90.60%
  • magenta value is 0.00%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(91,0,20,42)
C91M0Y20K42 
(91%,0%,20%,42%)
(0.91/0.00/0.20/0.42)	

CMYK percentages

%90.6
%0
%20.13
%41.57

Codes

Color #0E9577 in popluar color models

0E9577
RGB14149119
HSL167°82.82%31.96%
HSB/HSV167°90.60%58.43%
CMYK90.60%0.00%20.13%
41.57%

Color #0E9577 in popluar number systems.

HEX0E9577
Decimal14149119
Binary1110100101011110111
Octal16225167

Shades and tints

Shades of #0E9577

#0E9577
(14,149,119)
#0D886D
(13,136,109)
#0C7B63
(12,123,99)
#0B6E59
(11,110,89)
#0A614F
(10,97,79)
#095445
(9,84,69)
#08473B
(8,71,59)
#073A31
(7,58,49)
#062D27
(6,45,39)
#05201D
(5,32,29)
#041313
(4,19,19)
#000000
(0,0,0)

Tints of #0E9577

#0E9577
(14,149,119)
#239E83
(35,158,131)
#38A78F
(56,167,143)
#4DB09B
(77,176,155)
#62B9A7
(98,185,167)
#77C2B3
(119,194,179)
#8CCBBF
(140,203,191)
#A1D4CB
(161,212,203)
#B6DDD7
(182,221,215)
#CBE6E3
(203,230,227)
#E0EFEF
(224,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E9577 color. Also use rgb(14,149,119) instead hex code.

Text Font Color

.myTextColor { color: #0E9577; }

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

This text font color is #0E9577.


Background Color

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

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

This div background color is #0E9577.


Border color

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

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

This div border color is #0E9577.


Opacity

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

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

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

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

This text has shadow with #0E9577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E9577 on black background.


Color preview on white background

This text has color #0E9577 on white background.



Black color preview on #0E9577 background

This text has black color on #0E9577 background.


White color preview on #0E9577 background

This text has white color on #0E9577 background.