COLOR #0E5E27

HEX: #0E5E27
RGB: (14,94,39)

Color info

#0E5E27 contains mainly green and blue colors. Web safe color of #0E5E27 is #006633 (or #063).

RGB color model

#0E5E27 color RGB value is (14,94,39).

  • red value is 14;
  • green value is 94;
  • blue value is 39.
RGB:
(14,94,39)
(5%,37%,15%)

RGB channels and saturation

R 14 of 255 = 5%
G 94 of 255 = 37%
B 39 of 255 = 15%

14
94
39

R + G + B ~ 19%. #0E5E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 94 + 39 = 147 (100%)
R 14 of 147 ~ 9.52%
G 94 of 147 ~ 63.95%
B 39 of 147 ~ 26.53%

%9.52
%63.95
%26.53

CMYK color model

#0E5E27 color CMYK value is (85,0,59,63).

  • cyan value is 85.11%
  • magenta value is 0.00%
  • yellow value is 58.51%
  • key color value is 63.14%
CMYK:
(85,0,59,63)
C85M0Y59K63 
(85%,0%,59%,63%)
(0.85/0.00/0.59/0.63)	

CMYK percentages

%85.11
%0
%58.51
%63.14

Codes

Color #0E5E27 in popluar color models

0E5E27
RGB149439
HSL139°74.07%21.18%
HSB/HSV139°85.11%36.86%
CMYK85.11%0.00%58.51%
63.14%

Color #0E5E27 in popluar number systems.

HEX0E5E27
Decimal149439
Binary11101011110100111
Octal1613647

Shades and tints

Shades of #0E5E27

#0E5E27
(14,94,39)
#0D5624
(13,86,36)
#0C4E21
(12,78,33)
#0B461E
(11,70,30)
#0A3E1B
(10,62,27)
#093618
(9,54,24)
#082E15
(8,46,21)
#072612
(7,38,18)
#061E0F
(6,30,15)
#05160C
(5,22,12)
#040E09
(4,14,9)
#000000
(0,0,0)

Tints of #0E5E27

#0E5E27
(14,94,39)
#236C3A
(35,108,58)
#387A4D
(56,122,77)
#4D8860
(77,136,96)
#629673
(98,150,115)
#77A486
(119,164,134)
#8CB299
(140,178,153)
#A1C0AC
(161,192,172)
#B6CEBF
(182,206,191)
#CBDCD2
(203,220,210)
#E0EAE5
(224,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5E27 color. Also use rgb(14,94,39) instead hex code.

Text Font Color

.myTextColor { color: #0E5E27; }

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

This text font color is #0E5E27.


Background Color

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

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

This div background color is #0E5E27.


Border color

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

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

This div border color is #0E5E27.


Opacity

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

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

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

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

This text has shadow with #0E5E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5E27 on black background.


Color preview on white background

This text has color #0E5E27 on white background.



Black color preview on #0E5E27 background

This text has black color on #0E5E27 background.


White color preview on #0E5E27 background

This text has white color on #0E5E27 background.