COLOR #0E886D

HEX: #0E886D
RGB: (14,136,109)

Color info

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

RGB color model

#0E886D color RGB value is (14,136,109).

  • red value is 14;
  • green value is 136;
  • blue value is 109.
RGB:
(14,136,109)
(5%,53%,43%)

RGB channels and saturation

R 14 of 255 = 5%
G 136 of 255 = 53%
B 109 of 255 = 43%

14
136
109

R + G + B ~ 34%. #0E886D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 136 + 109 = 259 (100%)
R 14 of 259 ~ 5.41%
G 136 of 259 ~ 52.51%
B 109 of 259 ~ 42.08%

%52.51
%42.08

CMYK color model

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

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

CMYK percentages

%89.71
%0
%19.85
%46.67

Codes

Color #0E886D in popluar color models

0E886D
RGB14136109
HSL167°81.33%29.41%
HSB/HSV167°89.71%53.33%
CMYK89.71%0.00%19.85%
46.67%

Color #0E886D in popluar number systems.

HEX0E886D
Decimal14136109
Binary1110100010001101101
Octal16210155

Shades and tints

Shades of #0E886D

#0E886D
(14,136,109)
#0D7C64
(13,124,100)
#0C705B
(12,112,91)
#0B6452
(11,100,82)
#0A5849
(10,88,73)
#094C40
(9,76,64)
#084037
(8,64,55)
#07342E
(7,52,46)
#062825
(6,40,37)
#051C1C
(5,28,28)
#041013
(4,16,19)
#000000
(0,0,0)

Tints of #0E886D

#0E886D
(14,136,109)
#23927A
(35,146,122)
#389C87
(56,156,135)
#4DA694
(77,166,148)
#62B0A1
(98,176,161)
#77BAAE
(119,186,174)
#8CC4BB
(140,196,187)
#A1CEC8
(161,206,200)
#B6D8D5
(182,216,213)
#CBE2E2
(203,226,226)
#E0ECEF
(224,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E886D color. Also use rgb(14,136,109) instead hex code.

Text Font Color

.myTextColor { color: #0E886D; }

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

This text font color is #0E886D.


Background Color

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

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

This div background color is #0E886D.


Border color

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

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

This div border color is #0E886D.


Opacity

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

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

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

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

This text has shadow with #0E886D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E886D on black background.


Color preview on white background

This text has color #0E886D on white background.



Black color preview on #0E886D background

This text has black color on #0E886D background.


White color preview on #0E886D background

This text has white color on #0E886D background.