COLOR #0E420D

HEX: #0E420D
RGB: (14,66,13)

Color info

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

RGB color model

#0E420D color RGB value is (14,66,13).

  • red value is 14;
  • green value is 66;
  • blue value is 13.
RGB:
(14,66,13)
(5%,26%,5%)

RGB channels and saturation

R 14 of 255 = 5%
G 66 of 255 = 26%
B 13 of 255 = 5%

14
66
13

R + G + B ~ 12%. #0E420D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 66 + 13 = 93 (100%)
R 14 of 93 ~ 15.05%
G 66 of 93 ~ 70.97%
B 13 of 93 ~ 13.98%

%15.05
%70.97
%13.98

CMYK color model

#0E420D color CMYK value is (79,0,80,74).

  • cyan value is 78.79%
  • magenta value is 0.00%
  • yellow value is 80.30%
  • key color value is 74.12%
CMYK:
(79,0,80,74)
C79M0Y80K74 
(79%,0%,80%,74%)
(0.79/0.00/0.80/0.74)	

CMYK percentages

%78.79
%0
%80.3
%74.12

Codes

Color #0E420D in popluar color models

0E420D
RGB146613
HSL119°67.09%15.49%
HSB/HSV119°80.30%25.88%
CMYK78.79%0.00%80.30%
74.12%

Color #0E420D in popluar number systems.

HEX0E420D
Decimal146613
Binary111010000101101
Octal1610215

Shades and tints

Shades of #0E420D

#0E420D
(14,66,13)
#0D3C0C
(13,60,12)
#0C360B
(12,54,11)
#0B300A
(11,48,10)
#0A2A09
(10,42,9)
#092408
(9,36,8)
#081E07
(8,30,7)
#071806
(7,24,6)
#061205
(6,18,5)
#050C04
(5,12,4)
#040603
(4,6,3)
#000000
(0,0,0)

Tints of #0E420D

#0E420D
(14,66,13)
#235323
(35,83,35)
#386439
(56,100,57)
#4D754F
(77,117,79)
#628665
(98,134,101)
#77977B
(119,151,123)
#8CA891
(140,168,145)
#A1B9A7
(161,185,167)
#B6CABD
(182,202,189)
#CBDBD3
(203,219,211)
#E0ECE9
(224,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E420D color. Also use rgb(14,66,13) instead hex code.

Text Font Color

.myTextColor { color: #0E420D; }

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

This text font color is #0E420D.


Background Color

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

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

This div background color is #0E420D.


Border color

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

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

This div border color is #0E420D.


Opacity

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

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

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

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

This text has shadow with #0E420D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E420D on black background.


Color preview on white background

This text has color #0E420D on white background.



Black color preview on #0E420D background

This text has black color on #0E420D background.


White color preview on #0E420D background

This text has white color on #0E420D background.