COLOR #0E4C20

HEX: #0E4C20
RGB: (14,76,32)

Color info

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

RGB color model

#0E4C20 color RGB value is (14,76,32).

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

RGB channels and saturation

R 14 of 255 = 5%
G 76 of 255 = 30%
B 32 of 255 = 13%

14
76
32

R + G + B ~ 16%. #0E4C20 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 76 + 32 = 122 (100%)
R 14 of 122 ~ 11.48%
G 76 of 122 ~ 62.3%
B 32 of 122 ~ 26.23%

%11.48
%62.3
%26.23

CMYK color model

#0E4C20 color CMYK value is (82,0,58,70).

  • cyan value is 81.58%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 70.20%
CMYK:
(82,0,58,70)
C82M0Y58K70 
(82%,0%,58%,70%)
(0.82/0.00/0.58/0.70)	

CMYK percentages

%81.58
%0
%57.89
%70.2

Codes

Color #0E4C20 in popluar color models

0E4C20
RGB147632
HSL137°68.89%17.65%
HSB/HSV137°81.58%29.80%
CMYK81.58%0.00%57.89%
70.20%

Color #0E4C20 in popluar number systems.

HEX0E4C20
Decimal147632
Binary11101001100100000
Octal1611440

Shades and tints

Shades of #0E4C20

#0E4C20
(14,76,32)
#0D461E
(13,70,30)
#0C401C
(12,64,28)
#0B3A1A
(11,58,26)
#0A3418
(10,52,24)
#092E16
(9,46,22)
#082814
(8,40,20)
#072212
(7,34,18)
#061C10
(6,28,16)
#05160E
(5,22,14)
#04100C
(4,16,12)
#000000
(0,0,0)

Tints of #0E4C20

#0E4C20
(14,76,32)
#235C34
(35,92,52)
#386C48
(56,108,72)
#4D7C5C
(77,124,92)
#628C70
(98,140,112)
#779C84
(119,156,132)
#8CAC98
(140,172,152)
#A1BCAC
(161,188,172)
#B6CCC0
(182,204,192)
#CBDCD4
(203,220,212)
#E0ECE8
(224,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4C20; }

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

This text font color is #0E4C20.


Background Color

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

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

This div background color is #0E4C20.


Border color

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

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

This div border color is #0E4C20.


Opacity

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

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

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

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

This text has shadow with #0E4C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4C20 on black background.


Color preview on white background

This text has color #0E4C20 on white background.



Black color preview on #0E4C20 background

This text has black color on #0E4C20 background.


White color preview on #0E4C20 background

This text has white color on #0E4C20 background.