COLOR #0E5D11

HEX: #0E5D11
RGB: (14,93,17)

Color info

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

RGB color model

#0E5D11 color RGB value is (14,93,17).

  • red value is 14;
  • green value is 93;
  • blue value is 17.
RGB:
(14,93,17)
(5%,36%,7%)

RGB channels and saturation

R 14 of 255 = 5%
G 93 of 255 = 36%
B 17 of 255 = 7%

14
93
17

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

Portions of RGB colors in percentages

R + G + B =
14 + 93 + 17 = 124 (100%)
R 14 of 124 ~ 11.29%
G 93 of 124 ~ 75%
B 17 of 124 ~ 13.71%

%11.29
%75
%13.71

CMYK color model

#0E5D11 color CMYK value is (85,0,82,64).

  • cyan value is 84.95%
  • magenta value is 0.00%
  • yellow value is 81.72%
  • key color value is 63.53%
CMYK:
(85,0,82,64)
C85M0Y82K64 
(85%,0%,82%,64%)
(0.85/0.00/0.82/0.64)	

CMYK percentages

%84.95
%0
%81.72
%63.53

Codes

Color #0E5D11 in popluar color models

0E5D11
RGB149317
HSL122°73.83%20.98%
HSB/HSV122°84.95%36.47%
CMYK84.95%0.00%81.72%
63.53%

Color #0E5D11 in popluar number systems.

HEX0E5D11
Decimal149317
Binary1110101110110001
Octal1613521

Shades and tints

Shades of #0E5D11

#0E5D11
(14,93,17)
#0D5510
(13,85,16)
#0C4D0F
(12,77,15)
#0B450E
(11,69,14)
#0A3D0D
(10,61,13)
#09350C
(9,53,12)
#082D0B
(8,45,11)
#07250A
(7,37,10)
#061D09
(6,29,9)
#051508
(5,21,8)
#040D07
(4,13,7)
#000000
(0,0,0)

Tints of #0E5D11

#0E5D11
(14,93,17)
#236B26
(35,107,38)
#38793B
(56,121,59)
#4D8750
(77,135,80)
#629565
(98,149,101)
#77A37A
(119,163,122)
#8CB18F
(140,177,143)
#A1BFA4
(161,191,164)
#B6CDB9
(182,205,185)
#CBDBCE
(203,219,206)
#E0E9E3
(224,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5D11 color. Also use rgb(14,93,17) instead hex code.

Text Font Color

.myTextColor { color: #0E5D11; }

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

This text font color is #0E5D11.


Background Color

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

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

This div background color is #0E5D11.


Border color

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

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

This div border color is #0E5D11.


Opacity

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

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

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

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

This text has shadow with #0E5D11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5D11 on black background.


Color preview on white background

This text has color #0E5D11 on white background.



Black color preview on #0E5D11 background

This text has black color on #0E5D11 background.


White color preview on #0E5D11 background

This text has white color on #0E5D11 background.