COLOR #0E3406

HEX: #0E3406
RGB: (14,52,6)

Color info

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

RGB color model

#0E3406 color RGB value is (14,52,6).

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

RGB channels and saturation

R 14 of 255 = 5%
G 52 of 255 = 20%
B 6 of 255 = 2%

14
52
6

R + G + B ~ 9%. #0E3406 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 52 + 6 = 72 (100%)
R 14 of 72 ~ 19.44%
G 52 of 72 ~ 72.22%
B 6 of 72 ~ 8.33%

%19.44
%72.22

CMYK color model

#0E3406 color CMYK value is (73,0,88,80).

  • cyan value is 73.08%
  • magenta value is 0.00%
  • yellow value is 88.46%
  • key color value is 79.61%
CMYK:
(73,0,88,80)
C73M0Y88K80 
(73%,0%,88%,80%)
(0.73/0.00/0.88/0.80)	

CMYK percentages

%73.08
%0
%88.46
%79.61

Codes

Color #0E3406 in popluar color models

0E3406
RGB14526
HSL110°79.31%11.37%
HSB/HSV110°88.46%20.39%
CMYK73.08%0.00%88.46%
79.61%

Color #0E3406 in popluar number systems.

HEX0E3406
Decimal14526
Binary1110110100110
Octal16646

Shades and tints

Shades of #0E3406

#0E3406
(14,52,6)
#0D3006
(13,48,6)
#0C2C06
(12,44,6)
#0B2806
(11,40,6)
#0A2406
(10,36,6)
#092006
(9,32,6)
#081C06
(8,28,6)
#071806
(7,24,6)
#061406
(6,20,6)
#051006
(5,16,6)
#040C06
(4,12,6)
#000000
(0,0,0)

Tints of #0E3406

#0E3406
(14,52,6)
#23461C
(35,70,28)
#385832
(56,88,50)
#4D6A48
(77,106,72)
#627C5E
(98,124,94)
#778E74
(119,142,116)
#8CA08A
(140,160,138)
#A1B2A0
(161,178,160)
#B6C4B6
(182,196,182)
#CBD6CC
(203,214,204)
#E0E8E2
(224,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3406; }

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

This text font color is #0E3406.


Background Color

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

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

This div background color is #0E3406.


Border color

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

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

This div border color is #0E3406.


Opacity

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

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

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

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

This text has shadow with #0E3406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3406 on black background.


Color preview on white background

This text has color #0E3406 on white background.



Black color preview on #0E3406 background

This text has black color on #0E3406 background.


White color preview on #0E3406 background

This text has white color on #0E3406 background.