COLOR #0E322E

HEX: #0E322E
RGB: (14,50,46)

Color info

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

RGB color model

#0E322E color RGB value is (14,50,46).

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

RGB channels and saturation

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

14
50
46

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

Portions of RGB colors in percentages

R + G + B =
14 + 50 + 46 = 110 (100%)
R 14 of 110 ~ 12.73%
G 50 of 110 ~ 45.45%
B 46 of 110 ~ 41.82%

%12.73
%45.45
%41.82

CMYK color model

#0E322E color CMYK value is (72,0,8,80).

  • cyan value is 72.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 80.39%
CMYK:
(72,0,8,80)
C72M0Y8K80 
(72%,0%,8%,80%)
(0.72/0.00/0.08/0.80)	

CMYK percentages

%72
%0
%8
%80.39

Codes

Color #0E322E in popluar color models

0E322E
RGB145046
HSL173°56.25%12.55%
HSB/HSV173°72.00%19.61%
CMYK72.00%0.00%8.00%
80.39%

Color #0E322E in popluar number systems.

HEX0E322E
Decimal145046
Binary1110110010101110
Octal166256

Shades and tints

Shades of #0E322E

#0E322E
(14,50,46)
#0D2E2A
(13,46,42)
#0C2A26
(12,42,38)
#0B2622
(11,38,34)
#0A221E
(10,34,30)
#091E1A
(9,30,26)
#081A16
(8,26,22)
#071612
(7,22,18)
#06120E
(6,18,14)
#050E0A
(5,14,10)
#040A06
(4,10,6)
#000000
(0,0,0)

Tints of #0E322E

#0E322E
(14,50,46)
#234441
(35,68,65)
#385654
(56,86,84)
#4D6867
(77,104,103)
#627A7A
(98,122,122)
#778C8D
(119,140,141)
#8C9EA0
(140,158,160)
#A1B0B3
(161,176,179)
#B6C2C6
(182,194,198)
#CBD4D9
(203,212,217)
#E0E6EC
(224,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E322E; }

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

This text font color is #0E322E.


Background Color

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

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

This div background color is #0E322E.


Border color

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

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

This div border color is #0E322E.


Opacity

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

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

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

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

This text has shadow with #0E322E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E322E on black background.


Color preview on white background

This text has color #0E322E on white background.



Black color preview on #0E322E background

This text has black color on #0E322E background.


White color preview on #0E322E background

This text has white color on #0E322E background.