COLOR #0E956C

HEX: #0E956C
RGB: (14,149,108)

Color info

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

RGB color model

#0E956C color RGB value is (14,149,108).

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

RGB channels and saturation

R 14 of 255 = 5%
G 149 of 255 = 58%
B 108 of 255 = 42%

14
149
108

R + G + B ~ 35%. #0E956C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 149 + 108 = 271 (100%)
R 14 of 271 ~ 5.17%
G 149 of 271 ~ 54.98%
B 108 of 271 ~ 39.85%

%54.98
%39.85

CMYK color model

#0E956C color CMYK value is (91,0,28,42).

  • cyan value is 90.60%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK:
(91,0,28,42)
C91M0Y28K42 
(91%,0%,28%,42%)
(0.91/0.00/0.28/0.42)	

CMYK percentages

%90.6
%0
%27.52
%41.57

Codes

Color #0E956C in popluar color models

0E956C
RGB14149108
HSL162°82.82%31.96%
HSB/HSV162°90.60%58.43%
CMYK90.60%0.00%27.52%
41.57%

Color #0E956C in popluar number systems.

HEX0E956C
Decimal14149108
Binary1110100101011101100
Octal16225154

Shades and tints

Shades of #0E956C

#0E956C
(14,149,108)
#0D8863
(13,136,99)
#0C7B5A
(12,123,90)
#0B6E51
(11,110,81)
#0A6148
(10,97,72)
#09543F
(9,84,63)
#084736
(8,71,54)
#073A2D
(7,58,45)
#062D24
(6,45,36)
#05201B
(5,32,27)
#041312
(4,19,18)
#000000
(0,0,0)

Tints of #0E956C

#0E956C
(14,149,108)
#239E79
(35,158,121)
#38A786
(56,167,134)
#4DB093
(77,176,147)
#62B9A0
(98,185,160)
#77C2AD
(119,194,173)
#8CCBBA
(140,203,186)
#A1D4C7
(161,212,199)
#B6DDD4
(182,221,212)
#CBE6E1
(203,230,225)
#E0EFEE
(224,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E956C; }

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

This text font color is #0E956C.


Background Color

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

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

This div background color is #0E956C.


Border color

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

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

This div border color is #0E956C.


Opacity

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

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

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

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

This text has shadow with #0E956C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E956C on black background.


Color preview on white background

This text has color #0E956C on white background.



Black color preview on #0E956C background

This text has black color on #0E956C background.


White color preview on #0E956C background

This text has white color on #0E956C background.