COLOR #0E4F27

HEX: #0E4F27
RGB: (14,79,39)

Color info

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

RGB color model

#0E4F27 color RGB value is (14,79,39).

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

RGB channels and saturation

R 14 of 255 = 5%
G 79 of 255 = 31%
B 39 of 255 = 15%

14
79
39

R + G + B ~ 17%. #0E4F27 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 79 + 39 = 132 (100%)
R 14 of 132 ~ 10.61%
G 79 of 132 ~ 59.85%
B 39 of 132 ~ 29.55%

%10.61
%59.85
%29.55

CMYK color model

#0E4F27 color CMYK value is (82,0,51,69).

  • cyan value is 82.28%
  • magenta value is 0.00%
  • yellow value is 50.63%
  • key color value is 69.02%
CMYK:
(82,0,51,69)
C82M0Y51K69 
(82%,0%,51%,69%)
(0.82/0.00/0.51/0.69)	

CMYK percentages

%82.28
%0
%50.63
%69.02

Codes

Color #0E4F27 in popluar color models

0E4F27
RGB147939
HSL143°69.89%18.24%
HSB/HSV143°82.28%30.98%
CMYK82.28%0.00%50.63%
69.02%

Color #0E4F27 in popluar number systems.

HEX0E4F27
Decimal147939
Binary11101001111100111
Octal1611747

Shades and tints

Shades of #0E4F27

#0E4F27
(14,79,39)
#0D4824
(13,72,36)
#0C4121
(12,65,33)
#0B3A1E
(11,58,30)
#0A331B
(10,51,27)
#092C18
(9,44,24)
#082515
(8,37,21)
#071E12
(7,30,18)
#06170F
(6,23,15)
#05100C
(5,16,12)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #0E4F27

#0E4F27
(14,79,39)
#235F3A
(35,95,58)
#386F4D
(56,111,77)
#4D7F60
(77,127,96)
#628F73
(98,143,115)
#779F86
(119,159,134)
#8CAF99
(140,175,153)
#A1BFAC
(161,191,172)
#B6CFBF
(182,207,191)
#CBDFD2
(203,223,210)
#E0EFE5
(224,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4F27; }

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

This text font color is #0E4F27.


Background Color

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

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

This div background color is #0E4F27.


Border color

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

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

This div border color is #0E4F27.


Opacity

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

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

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

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

This text has shadow with #0E4F27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4F27 on black background.


Color preview on white background

This text has color #0E4F27 on white background.



Black color preview on #0E4F27 background

This text has black color on #0E4F27 background.


White color preview on #0E4F27 background

This text has white color on #0E4F27 background.