COLOR #0E4C2F

HEX: #0E4C2F
RGB: (14,76,47)

Color info

#0E4C2F contains mainly green and blue colors. Web safe color of #0E4C2F is #003333 (or #033).

RGB color model

#0E4C2F color RGB value is (14,76,47).

  • red value is 14;
  • green value is 76;
  • blue value is 47.
RGB:
(14,76,47)
(5%,30%,18%)

RGB channels and saturation

R 14 of 255 = 5%
G 76 of 255 = 30%
B 47 of 255 = 18%

14
76
47

R + G + B ~ 18%. #0E4C2F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 76 + 47 = 137 (100%)
R 14 of 137 ~ 10.22%
G 76 of 137 ~ 55.47%
B 47 of 137 ~ 34.31%

%10.22
%55.47
%34.31

CMYK color model

#0E4C2F color CMYK value is (82,0,38,70).

  • cyan value is 81.58%
  • magenta value is 0.00%
  • yellow value is 38.16%
  • key color value is 70.20%
CMYK:
(82,0,38,70)
C82M0Y38K70 
(82%,0%,38%,70%)
(0.82/0.00/0.38/0.70)	

CMYK percentages

%81.58
%0
%38.16
%70.2

Codes

Color #0E4C2F in popluar color models

0E4C2F
RGB147647
HSL152°68.89%17.65%
HSB/HSV152°81.58%29.80%
CMYK81.58%0.00%38.16%
70.20%

Color #0E4C2F in popluar number systems.

HEX0E4C2F
Decimal147647
Binary11101001100101111
Octal1611457

Shades and tints

Shades of #0E4C2F

#0E4C2F
(14,76,47)
#0D462B
(13,70,43)
#0C4027
(12,64,39)
#0B3A23
(11,58,35)
#0A341F
(10,52,31)
#092E1B
(9,46,27)
#082817
(8,40,23)
#072213
(7,34,19)
#061C0F
(6,28,15)
#05160B
(5,22,11)
#041007
(4,16,7)
#000000
(0,0,0)

Tints of #0E4C2F

#0E4C2F
(14,76,47)
#235C41
(35,92,65)
#386C53
(56,108,83)
#4D7C65
(77,124,101)
#628C77
(98,140,119)
#779C89
(119,156,137)
#8CAC9B
(140,172,155)
#A1BCAD
(161,188,173)
#B6CCBF
(182,204,191)
#CBDCD1
(203,220,209)
#E0ECE3
(224,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E4C2F color. Also use rgb(14,76,47) instead hex code.

Text Font Color

.myTextColor { color: #0E4C2F; }

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

This text font color is #0E4C2F.


Background Color

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

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

This div background color is #0E4C2F.


Border color

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

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

This div border color is #0E4C2F.


Opacity

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

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

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

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

This text has shadow with #0E4C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4C2F on black background.


Color preview on white background

This text has color #0E4C2F on white background.



Black color preview on #0E4C2F background

This text has black color on #0E4C2F background.


White color preview on #0E4C2F background

This text has white color on #0E4C2F background.