COLOR #0E8B5C

HEX: #0E8B5C RGB: (14,139,92)

Color info

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

RGB color model

#0E8B5C color RGB value is (14,139,92).

RGB: (14,139,92) (5%, 55%, 36%)

RGB channels and saturation

R 14 of 255 = 5%
G 139 of 255 = 55%
B 92 of 255 = 36%

14
139
92

R + G + B ~ 32%. #0E8B5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 14 + 139 + 92 = 245 (100%)
R 14 of 245 ~ 5.71%
G 139 of 245 ~ 56.73%
B 92 of 245 ~ 37.55'%

%56.73
%37.55

CMYK color model

#0E8B5C color CMYK value is (90,0,34,45).

  • cyan value is 89.93%
  • magenta value is 0.00%
  • yellow value is 33.81%
  • key color value is 45.49%

CMYK: (90,0,34,45)
C90M0Y34K45 (90%, 0%, 34%, 45%)
(0.90 / 0.00 / 0.34 / 0.45)

CMYK percentages

%89.93
%0
%33.81
%45.49

Codes

Color #0E8B5C in popluar color models

0E 8B 5C
RGB 14 139 92
HSL 157° 81.70% 30.00%
HSB/HSV 157° 89.93% 54.51%
CMYK 89.93% 0.00% 33.81%
45.49%

Color #0E8B5C in popluar number systems.

HEX 0E 8B 5C
Decimal 14 139 92
Binary 1110 10001011 1011100
Octal 16 213 134

Shades and tints

Shades of #0E8B5C

#0E8B5C
(14,139,92)
#0D7F54
(13,127,84)
#0C734C
(12,115,76)
#0B6744
(11,103,68)
#0A5B3C
(10,91,60)
#094F34
(9,79,52)
#08432C
(8,67,44)
#073724
(7,55,36)
#062B1C
(6,43,28)
#051F14
(5,31,20)
#04130C
(4,19,12)
#000000
(0,0,0)

Tints of #0E8B5C

#0E8B5C
(14,139,92)
#23956A
(35,149,106)
#389F78
(56,159,120)
#4DA986
(77,169,134)
#62B394
(98,179,148)
#77BDA2
(119,189,162)
#8CC7B0
(140,199,176)
#A1D1BE
(161,209,190)
#B6DBCC
(182,219,204)
#CBE5DA
(203,229,218)
#E0EFE8
(224,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E8B5C color. Also use rgb(14,139,92) instead hex code.

Text Font Color

.myTextColor { color: #0E8B5C; }

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

This text font color is #0E8B5C.

Background Color

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

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

This div background color is #0E8B5C.

Border color

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

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

This div border color is #0E8B5C.

Opacity

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

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

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

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

This text has shadow with #0E8B5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0E8B5C.

Preview

Color preview on black background

This text has color #0E8B5C on black background.


Color preview on white background

This text has color #0E8B5C on white background.


Black color preview on #0E8B5C background

This text has black color on #0E8B5C background.


White color preview on #0E8B5C background

This text has white color on #0E8B5C background.


Related colors

Complementary color

Complementary color for #hex is #F174A3.


I love getcolorcode.com

Triadic colors

1 #5C0E8B and #8B5C0E with #0E8B5C are triadic colors.

2 #5C8B0E and #8B0E5C with #0E8B5C are triadic colors.