COLOR #0E5516

HEX: #0E5516
RGB: (14,85,22)

Color info

#0E5516 contains mainly green color. Web safe color of #0E5516 is #006600 (or #060).

RGB color model

#0E5516 color RGB value is (14,85,22).

  • red value is 14;
  • green value is 85;
  • blue value is 22.
RGB:
(14,85,22)
(5%,33%,9%)

RGB channels and saturation

R 14 of 255 = 5%
G 85 of 255 = 33%
B 22 of 255 = 9%

14
85
22

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

Portions of RGB colors in percentages

R + G + B =
14 + 85 + 22 = 121 (100%)
R 14 of 121 ~ 11.57%
G 85 of 121 ~ 70.25%
B 22 of 121 ~ 18.18%

%11.57
%70.25
%18.18

CMYK color model

#0E5516 color CMYK value is (84,0,74,67).

  • cyan value is 83.53%
  • magenta value is 0.00%
  • yellow value is 74.12%
  • key color value is 66.67%
CMYK:
(84,0,74,67)
C84M0Y74K67 
(84%,0%,74%,67%)
(0.84/0.00/0.74/0.67)	

CMYK percentages

%83.53
%0
%74.12
%66.67

Codes

Color #0E5516 in popluar color models

0E5516
RGB148522
HSL127°71.72%19.41%
HSB/HSV127°83.53%33.33%
CMYK83.53%0.00%74.12%
66.67%

Color #0E5516 in popluar number systems.

HEX0E5516
Decimal148522
Binary1110101010110110
Octal1612526

Shades and tints

Shades of #0E5516

#0E5516
(14,85,22)
#0D4E14
(13,78,20)
#0C4712
(12,71,18)
#0B4010
(11,64,16)
#0A390E
(10,57,14)
#09320C
(9,50,12)
#082B0A
(8,43,10)
#072408
(7,36,8)
#061D06
(6,29,6)
#051604
(5,22,4)
#040F02
(4,15,2)
#000000
(0,0,0)

Tints of #0E5516

#0E5516
(14,85,22)
#23642B
(35,100,43)
#387340
(56,115,64)
#4D8255
(77,130,85)
#62916A
(98,145,106)
#77A07F
(119,160,127)
#8CAF94
(140,175,148)
#A1BEA9
(161,190,169)
#B6CDBE
(182,205,190)
#CBDCD3
(203,220,211)
#E0EBE8
(224,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5516 color. Also use rgb(14,85,22) instead hex code.

Text Font Color

.myTextColor { color: #0E5516; }

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

This text font color is #0E5516.


Background Color

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

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

This div background color is #0E5516.


Border color

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

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

This div border color is #0E5516.


Opacity

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

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

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

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

This text has shadow with #0E5516 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5516 on black background.


Color preview on white background

This text has color #0E5516 on white background.



Black color preview on #0E5516 background

This text has black color on #0E5516 background.


White color preview on #0E5516 background

This text has white color on #0E5516 background.