COLOR #0E3E06

HEX: #0E3E06
RGB: (14,62,6)

Color info

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

RGB color model

#0E3E06 color RGB value is (14,62,6).

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

RGB channels and saturation

R 14 of 255 = 5%
G 62 of 255 = 24%
B 6 of 255 = 2%

14
62
6

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

Portions of RGB colors in percentages

R + G + B =
14 + 62 + 6 = 82 (100%)
R 14 of 82 ~ 17.07%
G 62 of 82 ~ 75.61%
B 6 of 82 ~ 7.32%

%17.07
%75.61

CMYK color model

#0E3E06 color CMYK value is (77,0,90,76).

  • cyan value is 77.42%
  • magenta value is 0.00%
  • yellow value is 90.32%
  • key color value is 75.69%
CMYK:
(77,0,90,76)
C77M0Y90K76 
(77%,0%,90%,76%)
(0.77/0.00/0.90/0.76)	

CMYK percentages

%77.42
%0
%90.32
%75.69

Codes

Color #0E3E06 in popluar color models

0E3E06
RGB14626
HSL111°82.35%13.33%
HSB/HSV111°90.32%24.31%
CMYK77.42%0.00%90.32%
75.69%

Color #0E3E06 in popluar number systems.

HEX0E3E06
Decimal14626
Binary1110111110110
Octal16766

Shades and tints

Shades of #0E3E06

#0E3E06
(14,62,6)
#0D3906
(13,57,6)
#0C3406
(12,52,6)
#0B2F06
(11,47,6)
#0A2A06
(10,42,6)
#092506
(9,37,6)
#082006
(8,32,6)
#071B06
(7,27,6)
#061606
(6,22,6)
#051106
(5,17,6)
#040C06
(4,12,6)
#000000
(0,0,0)

Tints of #0E3E06

#0E3E06
(14,62,6)
#234F1C
(35,79,28)
#386032
(56,96,50)
#4D7148
(77,113,72)
#62825E
(98,130,94)
#779374
(119,147,116)
#8CA48A
(140,164,138)
#A1B5A0
(161,181,160)
#B6C6B6
(182,198,182)
#CBD7CC
(203,215,204)
#E0E8E2
(224,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3E06; }

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

This text font color is #0E3E06.


Background Color

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

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

This div background color is #0E3E06.


Border color

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

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

This div border color is #0E3E06.


Opacity

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

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

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

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

This text has shadow with #0E3E06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3E06 on black background.


Color preview on white background

This text has color #0E3E06 on white background.



Black color preview on #0E3E06 background

This text has black color on #0E3E06 background.


White color preview on #0E3E06 background

This text has white color on #0E3E06 background.