COLOR #0E5F17

HEX: #0E5F17
RGB: (14,95,23)

Color info

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

RGB color model

#0E5F17 color RGB value is (14,95,23).

  • red value is 14;
  • green value is 95;
  • blue value is 23.
RGB:
(14,95,23)
(5%,37%,9%)

RGB channels and saturation

R 14 of 255 = 5%
G 95 of 255 = 37%
B 23 of 255 = 9%

14
95
23

R + G + B ~ 17%. #0E5F17 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 95 + 23 = 132 (100%)
R 14 of 132 ~ 10.61%
G 95 of 132 ~ 71.97%
B 23 of 132 ~ 17.42%

%10.61
%71.97
%17.42

CMYK color model

#0E5F17 color CMYK value is (85,0,76,63).

  • cyan value is 85.26%
  • magenta value is 0.00%
  • yellow value is 75.79%
  • key color value is 62.75%
CMYK:
(85,0,76,63)
C85M0Y76K63 
(85%,0%,76%,63%)
(0.85/0.00/0.76/0.63)	

CMYK percentages

%85.26
%0
%75.79
%62.75

Codes

Color #0E5F17 in popluar color models

0E5F17
RGB149523
HSL127°74.31%21.37%
HSB/HSV127°85.26%37.25%
CMYK85.26%0.00%75.79%
62.75%

Color #0E5F17 in popluar number systems.

HEX0E5F17
Decimal149523
Binary1110101111110111
Octal1613727

Shades and tints

Shades of #0E5F17

#0E5F17
(14,95,23)
#0D5715
(13,87,21)
#0C4F13
(12,79,19)
#0B4711
(11,71,17)
#0A3F0F
(10,63,15)
#09370D
(9,55,13)
#082F0B
(8,47,11)
#072709
(7,39,9)
#061F07
(6,31,7)
#051705
(5,23,5)
#040F03
(4,15,3)
#000000
(0,0,0)

Tints of #0E5F17

#0E5F17
(14,95,23)
#236D2C
(35,109,44)
#387B41
(56,123,65)
#4D8956
(77,137,86)
#62976B
(98,151,107)
#77A580
(119,165,128)
#8CB395
(140,179,149)
#A1C1AA
(161,193,170)
#B6CFBF
(182,207,191)
#CBDDD4
(203,221,212)
#E0EBE9
(224,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5F17 color. Also use rgb(14,95,23) instead hex code.

Text Font Color

.myTextColor { color: #0E5F17; }

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

This text font color is #0E5F17.


Background Color

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

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

This div background color is #0E5F17.


Border color

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

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

This div border color is #0E5F17.


Opacity

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

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

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

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

This text has shadow with #0E5F17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5F17 on black background.


Color preview on white background

This text has color #0E5F17 on white background.



Black color preview on #0E5F17 background

This text has black color on #0E5F17 background.


White color preview on #0E5F17 background

This text has white color on #0E5F17 background.