COLOR #0E322B

HEX: #0E322B
RGB: (14,50,43)

Color info

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

RGB color model

#0E322B color RGB value is (14,50,43).

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

RGB channels and saturation

R 14 of 255 = 5%
G 50 of 255 = 20%
B 43 of 255 = 17%

14
50
43

R + G + B ~ 14%. #0E322B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 50 + 43 = 107 (100%)
R 14 of 107 ~ 13.08%
G 50 of 107 ~ 46.73%
B 43 of 107 ~ 40.19%

%13.08
%46.73
%40.19

CMYK color model

#0E322B color CMYK value is (72,0,14,80).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 80.39%
CMYK:
(72,0,14,80)
C72M0Y14K80 
(72%,0%,14%,80%)
(0.72/0.00/0.14/0.80)	

CMYK percentages

%72
%0
%14
%80.39

Codes

Color #0E322B in popluar color models

0E322B
RGB145043
HSL168°56.25%12.55%
HSB/HSV168°72.00%19.61%
CMYK72.00%0.00%14.00%
80.39%

Color #0E322B in popluar number systems.

HEX0E322B
Decimal145043
Binary1110110010101011
Octal166253

Shades and tints

Shades of #0E322B

#0E322B
(14,50,43)
#0D2E28
(13,46,40)
#0C2A25
(12,42,37)
#0B2622
(11,38,34)
#0A221F
(10,34,31)
#091E1C
(9,30,28)
#081A19
(8,26,25)
#071616
(7,22,22)
#061213
(6,18,19)
#050E10
(5,14,16)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #0E322B

#0E322B
(14,50,43)
#23443E
(35,68,62)
#385651
(56,86,81)
#4D6864
(77,104,100)
#627A77
(98,122,119)
#778C8A
(119,140,138)
#8C9E9D
(140,158,157)
#A1B0B0
(161,176,176)
#B6C2C3
(182,194,195)
#CBD4D6
(203,212,214)
#E0E6E9
(224,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E322B; }

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

This text font color is #0E322B.


Background Color

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

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

This div background color is #0E322B.


Border color

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

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

This div border color is #0E322B.


Opacity

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

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

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

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

This text has shadow with #0E322B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E322B on black background.


Color preview on white background

This text has color #0E322B on white background.



Black color preview on #0E322B background

This text has black color on #0E322B background.


White color preview on #0E322B background

This text has white color on #0E322B background.