COLOR #0E3212

HEX: #0E3212
RGB: (14,50,18)

Color info

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

RGB color model

#0E3212 color RGB value is (14,50,18).

  • red value is 14;
  • green value is 50;
  • blue value is 18.
RGB:
(14,50,18)
(5%,20%,7%)

RGB channels and saturation

R 14 of 255 = 5%
G 50 of 255 = 20%
B 18 of 255 = 7%

14
50
18

R + G + B ~ 11%. #0E3212 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 50 + 18 = 82 (100%)
R 14 of 82 ~ 17.07%
G 50 of 82 ~ 60.98%
B 18 of 82 ~ 21.95%

%17.07
%60.98
%21.95

CMYK color model

#0E3212 color CMYK value is (72,0,64,80).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 64.00%
  • key color value is 80.39%
CMYK:
(72,0,64,80)
C72M0Y64K80 
(72%,0%,64%,80%)
(0.72/0.00/0.64/0.80)	

CMYK percentages

%72
%0
%64
%80.39

Codes

Color #0E3212 in popluar color models

0E3212
RGB145018
HSL127°56.25%12.55%
HSB/HSV127°72.00%19.61%
CMYK72.00%0.00%64.00%
80.39%

Color #0E3212 in popluar number systems.

HEX0E3212
Decimal145018
Binary111011001010010
Octal166222

Shades and tints

Shades of #0E3212

#0E3212
(14,50,18)
#0D2E11
(13,46,17)
#0C2A10
(12,42,16)
#0B260F
(11,38,15)
#0A220E
(10,34,14)
#091E0D
(9,30,13)
#081A0C
(8,26,12)
#07160B
(7,22,11)
#06120A
(6,18,10)
#050E09
(5,14,9)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #0E3212

#0E3212
(14,50,18)
#234427
(35,68,39)
#38563C
(56,86,60)
#4D6851
(77,104,81)
#627A66
(98,122,102)
#778C7B
(119,140,123)
#8C9E90
(140,158,144)
#A1B0A5
(161,176,165)
#B6C2BA
(182,194,186)
#CBD4CF
(203,212,207)
#E0E6E4
(224,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3212 color. Also use rgb(14,50,18) instead hex code.

Text Font Color

.myTextColor { color: #0E3212; }

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

This text font color is #0E3212.


Background Color

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

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

This div background color is #0E3212.


Border color

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

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

This div border color is #0E3212.


Opacity

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

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

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

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

This text has shadow with #0E3212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3212 on black background.


Color preview on white background

This text has color #0E3212 on white background.



Black color preview on #0E3212 background

This text has black color on #0E3212 background.


White color preview on #0E3212 background

This text has white color on #0E3212 background.