COLOR #0E4213

HEX: #0E4213
RGB: (14,66,19)

Color info

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

RGB color model

#0E4213 color RGB value is (14,66,19).

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

RGB channels and saturation

R 14 of 255 = 5%
G 66 of 255 = 26%
B 19 of 255 = 7%

14
66
19

R + G + B ~ 13%. #0E4213 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 66 + 19 = 99 (100%)
R 14 of 99 ~ 14.14%
G 66 of 99 ~ 66.67%
B 19 of 99 ~ 19.19%

%14.14
%66.67
%19.19

CMYK color model

#0E4213 color CMYK value is (79,0,71,74).

  • cyan value is 78.79%
  • magenta value is 0.00%
  • yellow value is 71.21%
  • key color value is 74.12%
CMYK:
(79,0,71,74)
C79M0Y71K74 
(79%,0%,71%,74%)
(0.79/0.00/0.71/0.74)	

CMYK percentages

%78.79
%0
%71.21
%74.12

Codes

Color #0E4213 in popluar color models

0E4213
RGB146619
HSL126°65.00%15.69%
HSB/HSV126°78.79%25.88%
CMYK78.79%0.00%71.21%
74.12%

Color #0E4213 in popluar number systems.

HEX0E4213
Decimal146619
Binary1110100001010011
Octal1610223

Shades and tints

Shades of #0E4213

#0E4213
(14,66,19)
#0D3C12
(13,60,18)
#0C3611
(12,54,17)
#0B3010
(11,48,16)
#0A2A0F
(10,42,15)
#09240E
(9,36,14)
#081E0D
(8,30,13)
#07180C
(7,24,12)
#06120B
(6,18,11)
#050C0A
(5,12,10)
#040609
(4,6,9)
#000000
(0,0,0)

Tints of #0E4213

#0E4213
(14,66,19)
#235328
(35,83,40)
#38643D
(56,100,61)
#4D7552
(77,117,82)
#628667
(98,134,103)
#77977C
(119,151,124)
#8CA891
(140,168,145)
#A1B9A6
(161,185,166)
#B6CABB
(182,202,187)
#CBDBD0
(203,219,208)
#E0ECE5
(224,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E4213; }

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

This text font color is #0E4213.


Background Color

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

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

This div background color is #0E4213.


Border color

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

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

This div border color is #0E4213.


Opacity

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

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

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

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

This text has shadow with #0E4213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E4213 on black background.


Color preview on white background

This text has color #0E4213 on white background.



Black color preview on #0E4213 background

This text has black color on #0E4213 background.


White color preview on #0E4213 background

This text has white color on #0E4213 background.