COLOR #0E6D1F

HEX: #0E6D1F
RGB: (14,109,31)

Color info

#0E6D1F contains mainly green color. Web safe color of #0E6D1F is #006633 (or #063).

RGB color model

#0E6D1F color RGB value is (14,109,31).

  • red value is 14;
  • green value is 109;
  • blue value is 31.
RGB:
(14,109,31)
(5%,43%,12%)

RGB channels and saturation

R 14 of 255 = 5%
G 109 of 255 = 43%
B 31 of 255 = 12%

14
109
31

R + G + B ~ 20%. #0E6D1F is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 109 + 31 = 154 (100%)
R 14 of 154 ~ 9.09%
G 109 of 154 ~ 70.78%
B 31 of 154 ~ 20.13%

%70.78
%20.13

CMYK color model

#0E6D1F color CMYK value is (87,0,72,57).

  • cyan value is 87.16%
  • magenta value is 0.00%
  • yellow value is 71.56%
  • key color value is 57.25%
CMYK:
(87,0,72,57)
C87M0Y72K57 
(87%,0%,72%,57%)
(0.87/0.00/0.72/0.57)	

CMYK percentages

%87.16
%0
%71.56
%57.25

Codes

Color #0E6D1F in popluar color models

0E6D1F
RGB1410931
HSL131°77.24%24.12%
HSB/HSV131°87.16%42.75%
CMYK87.16%0.00%71.56%
57.25%

Color #0E6D1F in popluar number systems.

HEX0E6D1F
Decimal1410931
Binary1110110110111111
Octal1615537

Shades and tints

Shades of #0E6D1F

#0E6D1F
(14,109,31)
#0D641D
(13,100,29)
#0C5B1B
(12,91,27)
#0B5219
(11,82,25)
#0A4917
(10,73,23)
#094015
(9,64,21)
#083713
(8,55,19)
#072E11
(7,46,17)
#06250F
(6,37,15)
#051C0D
(5,28,13)
#04130B
(4,19,11)
#000000
(0,0,0)

Tints of #0E6D1F

#0E6D1F
(14,109,31)
#237A33
(35,122,51)
#388747
(56,135,71)
#4D945B
(77,148,91)
#62A16F
(98,161,111)
#77AE83
(119,174,131)
#8CBB97
(140,187,151)
#A1C8AB
(161,200,171)
#B6D5BF
(182,213,191)
#CBE2D3
(203,226,211)
#E0EFE7
(224,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6D1F color. Also use rgb(14,109,31) instead hex code.

Text Font Color

.myTextColor { color: #0E6D1F; }

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

This text font color is #0E6D1F.


Background Color

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

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

This div background color is #0E6D1F.


Border color

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

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

This div border color is #0E6D1F.


Opacity

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

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

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

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

This text has shadow with #0E6D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6D1F on black background.


Color preview on white background

This text has color #0E6D1F on white background.



Black color preview on #0E6D1F background

This text has black color on #0E6D1F background.


White color preview on #0E6D1F background

This text has white color on #0E6D1F background.