COLOR #0E3906

HEX: #0E3906
RGB: (14,57,6)

Color info

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

RGB color model

#0E3906 color RGB value is (14,57,6).

  • red value is 14;
  • green value is 57;
  • blue value is 6.
RGB:
(14,57,6)
(5%,22%,2%)

RGB channels and saturation

R 14 of 255 = 5%
G 57 of 255 = 22%
B 6 of 255 = 2%

14
57
6

R + G + B ~ 10%. #0E3906 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 57 + 6 = 77 (100%)
R 14 of 77 ~ 18.18%
G 57 of 77 ~ 74.03%
B 6 of 77 ~ 7.79%

%18.18
%74.03

CMYK color model

#0E3906 color CMYK value is (75,0,89,78).

  • cyan value is 75.44%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 77.65%
CMYK:
(75,0,89,78)
C75M0Y89K78 
(75%,0%,89%,78%)
(0.75/0.00/0.89/0.78)	

CMYK percentages

%75.44
%0
%89.47
%77.65

Codes

Color #0E3906 in popluar color models

0E3906
RGB14576
HSL111°80.95%12.35%
HSB/HSV111°89.47%22.35%
CMYK75.44%0.00%89.47%
77.65%

Color #0E3906 in popluar number systems.

HEX0E3906
Decimal14576
Binary1110111001110
Octal16716

Shades and tints

Shades of #0E3906

#0E3906
(14,57,6)
#0D3406
(13,52,6)
#0C2F06
(12,47,6)
#0B2A06
(11,42,6)
#0A2506
(10,37,6)
#092006
(9,32,6)
#081B06
(8,27,6)
#071606
(7,22,6)
#061106
(6,17,6)
#050C06
(5,12,6)
#040706
(4,7,6)
#000000
(0,0,0)

Tints of #0E3906

#0E3906
(14,57,6)
#234B1C
(35,75,28)
#385D32
(56,93,50)
#4D6F48
(77,111,72)
#62815E
(98,129,94)
#779374
(119,147,116)
#8CA58A
(140,165,138)
#A1B7A0
(161,183,160)
#B6C9B6
(182,201,182)
#CBDBCC
(203,219,204)
#E0EDE2
(224,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3906 color. Also use rgb(14,57,6) instead hex code.

Text Font Color

.myTextColor { color: #0E3906; }

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

This text font color is #0E3906.


Background Color

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

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

This div background color is #0E3906.


Border color

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

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

This div border color is #0E3906.


Opacity

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

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

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

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

This text has shadow with #0E3906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3906 on black background.


Color preview on white background

This text has color #0E3906 on white background.



Black color preview on #0E3906 background

This text has black color on #0E3906 background.


White color preview on #0E3906 background

This text has white color on #0E3906 background.