COLOR #0E321D

HEX: #0E321D
RGB: (14,50,29)

Color info

#0E321D contains red, green and blue colors in about the same proportion. Web safe color of #0E321D is #003333 (or #033).

RGB color model

#0E321D color RGB value is (14,50,29).

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

RGB channels and saturation

R 14 of 255 = 5%
G 50 of 255 = 20%
B 29 of 255 = 11%

14
50
29

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

Portions of RGB colors in percentages

R + G + B =
14 + 50 + 29 = 93 (100%)
R 14 of 93 ~ 15.05%
G 50 of 93 ~ 53.76%
B 29 of 93 ~ 31.18%

%15.05
%53.76
%31.18

CMYK color model

#0E321D color CMYK value is (72,0,42,80).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 42.00%
  • key color value is 80.39%
CMYK:
(72,0,42,80)
C72M0Y42K80 
(72%,0%,42%,80%)
(0.72/0.00/0.42/0.80)	

CMYK percentages

%72
%0
%42
%80.39

Codes

Color #0E321D in popluar color models

0E321D
RGB145029
HSL145°56.25%12.55%
HSB/HSV145°72.00%19.61%
CMYK72.00%0.00%42.00%
80.39%

Color #0E321D in popluar number systems.

HEX0E321D
Decimal145029
Binary111011001011101
Octal166235

Shades and tints

Shades of #0E321D

#0E321D
(14,50,29)
#0D2E1B
(13,46,27)
#0C2A19
(12,42,25)
#0B2617
(11,38,23)
#0A2215
(10,34,21)
#091E13
(9,30,19)
#081A11
(8,26,17)
#07160F
(7,22,15)
#06120D
(6,18,13)
#050E0B
(5,14,11)
#040A09
(4,10,9)
#000000
(0,0,0)

Tints of #0E321D

#0E321D
(14,50,29)
#234431
(35,68,49)
#385645
(56,86,69)
#4D6859
(77,104,89)
#627A6D
(98,122,109)
#778C81
(119,140,129)
#8C9E95
(140,158,149)
#A1B0A9
(161,176,169)
#B6C2BD
(182,194,189)
#CBD4D1
(203,212,209)
#E0E6E5
(224,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E321D; }

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

This text font color is #0E321D.


Background Color

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

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

This div background color is #0E321D.


Border color

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

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

This div border color is #0E321D.


Opacity

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

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

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

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

This text has shadow with #0E321D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E321D on black background.


Color preview on white background

This text has color #0E321D on white background.



Black color preview on #0E321D background

This text has black color on #0E321D background.


White color preview on #0E321D background

This text has white color on #0E321D background.