COLOR #0E4917

HEX: #0E4917
RGB: (14,73,23)

Color info

#0E4917 contains red, green and blue colors in about the same proportion. Web safe color of #0E4917 is #003300 (or #030).

RGB color model

#0E4917 color RGB value is (14,73,23).

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

RGB channels and saturation

R 14 of 255 = 5%
G 73 of 255 = 29%
B 23 of 255 = 9%

14
73
23

R + G + B ~ 14%. #0E4917 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 73 + 23 = 110 (100%)
R 14 of 110 ~ 12.73%
G 73 of 110 ~ 66.36%
B 23 of 110 ~ 20.91%

%12.73
%66.36
%20.91

CMYK color model

#0E4917 color CMYK value is (81,0,68,71).

  • cyan value is 80.82%
  • magenta value is 0.00%
  • yellow value is 68.49%
  • key color value is 71.37%
CMYK:
(81,0,68,71)
C81M0Y68K71 
(81%,0%,68%,71%)
(0.81/0.00/0.68/0.71)	

CMYK percentages

%80.82
%0
%68.49
%71.37

Codes

Color #0E4917 in popluar color models

0E4917
RGB147323
HSL129°67.82%17.06%
HSB/HSV129°80.82%28.63%
CMYK80.82%0.00%68.49%
71.37%

Color #0E4917 in popluar number systems.

HEX0E4917
Decimal147323
Binary1110100100110111
Octal1611127

Shades and tints

Shades of #0E4917

#0E4917
(14,73,23)
#0D4315
(13,67,21)
#0C3D13
(12,61,19)
#0B3711
(11,55,17)
#0A310F
(10,49,15)
#092B0D
(9,43,13)
#08250B
(8,37,11)
#071F09
(7,31,9)
#061907
(6,25,7)
#051305
(5,19,5)
#040D03
(4,13,3)
#000000
(0,0,0)

Tints of #0E4917

#0E4917
(14,73,23)
#23592C
(35,89,44)
#386941
(56,105,65)
#4D7956
(77,121,86)
#62896B
(98,137,107)
#779980
(119,153,128)
#8CA995
(140,169,149)
#A1B9AA
(161,185,170)
#B6C9BF
(182,201,191)
#CBD9D4
(203,217,212)
#E0E9E9
(224,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4917; }

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

This text font color is #0E4917.


Background Color

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

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

This div background color is #0E4917.


Border color

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

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

This div border color is #0E4917.


Opacity

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

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

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

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

This text has shadow with #0E4917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4917 on black background.


Color preview on white background

This text has color #0E4917 on white background.



Black color preview on #0E4917 background

This text has black color on #0E4917 background.


White color preview on #0E4917 background

This text has white color on #0E4917 background.