COLOR #0E4620

HEX: #0E4620
RGB: (14,70,32)

Color info

#0E4620 contains red, green and blue colors in about the same proportion. Web safe color of #0E4620 is #003333 (or #033).

RGB color model

#0E4620 color RGB value is (14,70,32).

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

RGB channels and saturation

R 14 of 255 = 5%
G 70 of 255 = 27%
B 32 of 255 = 13%

14
70
32

R + G + B ~ 15%. #0E4620 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 70 + 32 = 116 (100%)
R 14 of 116 ~ 12.07%
G 70 of 116 ~ 60.34%
B 32 of 116 ~ 27.59%

%12.07
%60.34
%27.59

CMYK color model

#0E4620 color CMYK value is (80,0,54,73).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 54.29%
  • key color value is 72.55%
CMYK: (80,0,54,73) C80M0Y54K73 (80%,0%,54%,73%) (0.80/0.00/0.54/0.73)

CMYK percentages

%80
%0
%54.29
%72.55

Codes

Color #0E4620 in popluar color models

0E4620
RGB147032
HSL139°66.67%16.47%
HSB/HSV139°80.00%27.45%
CMYK80.00%0.00%54.29%
72.55%

Color #0E4620 in popluar number systems.

HEX0E4620
Decimal147032
Binary11101000110100000
Octal1610640

Shades and tints

Shades of #0E4620

#0E4620
(14,70,32)
#0D401E
(13,64,30)
#0C3A1C
(12,58,28)
#0B341A
(11,52,26)
#0A2E18
(10,46,24)
#092816
(9,40,22)
#082214
(8,34,20)
#071C12
(7,28,18)
#061610
(6,22,16)
#05100E
(5,16,14)
#040A0C
(4,10,12)
#000000
(0,0,0)

Tints of #0E4620

#0E4620
(14,70,32)
#235634
(35,86,52)
#386648
(56,102,72)
#4D765C
(77,118,92)
#628670
(98,134,112)
#779684
(119,150,132)
#8CA698
(140,166,152)
#A1B6AC
(161,182,172)
#B6C6C0
(182,198,192)
#CBD6D4
(203,214,212)
#E0E6E8
(224,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4620; }

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

This text font color is #0E4620.


Background Color

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

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

This div background color is #0E4620.


Border color

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

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

This div border color is #0E4620.


Opacity

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

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

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

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

This text has shadow with #0E4620 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0E4620 on black background.


Color preview on white background

This text has color #0E4620 on white background.



Black color preview on #0E4620 background

This text has black color on #0E4620 background.


White color preview on #0E4620 background

This text has white color on #0E4620 background.