COLOR #0E324D

HEX: #0E324D
RGB: (14,50,77)

Color info

#0E324D contains mainly green and blue colors. Web safe color of #0E324D is #003333 (or #033).

RGB color model

#0E324D color RGB value is (14,50,77).

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

RGB channels and saturation

R 14 of 255 = 5%
G 50 of 255 = 20%
B 77 of 255 = 30%

14
50
77

R + G + B ~ 18%. #0E324D is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 50 + 77 = 141 (100%)
R 14 of 141 ~ 9.93%
G 50 of 141 ~ 35.46%
B 77 of 141 ~ 54.61%

%9.93
%35.46
%54.61

CMYK color model

#0E324D color CMYK value is (82,35,0,70).

  • cyan value is 81.82%
  • magenta value is 35.06%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(82,35,0,70)
C82M35Y0K70 
(82%,35%,0%,70%)
(0.82/0.35/0.00/0.70)	

CMYK percentages

%81.82
%35.06
%0
%69.8

Codes

Color #0E324D in popluar color models

0E324D
RGB145077
HSL206°69.23%17.84%
HSB/HSV206°81.82%30.20%
CMYK81.82%35.06%0.00%
69.80%

Color #0E324D in popluar number systems.

HEX0E324D
Decimal145077
Binary11101100101001101
Octal1662115

Shades and tints

Shades of #0E324D

#0E324D
(14,50,77)
#0D2E46
(13,46,70)
#0C2A3F
(12,42,63)
#0B2638
(11,38,56)
#0A2231
(10,34,49)
#091E2A
(9,30,42)
#081A23
(8,26,35)
#07161C
(7,22,28)
#061215
(6,18,21)
#050E0E
(5,14,14)
#040A07
(4,10,7)
#000000
(0,0,0)

Tints of #0E324D

#0E324D
(14,50,77)
#23445D
(35,68,93)
#38566D
(56,86,109)
#4D687D
(77,104,125)
#627A8D
(98,122,141)
#778C9D
(119,140,157)
#8C9EAD
(140,158,173)
#A1B0BD
(161,176,189)
#B6C2CD
(182,194,205)
#CBD4DD
(203,212,221)
#E0E6ED
(224,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E324D; }

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

This text font color is #0E324D.


Background Color

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

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

This div background color is #0E324D.


Border color

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

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

This div border color is #0E324D.


Opacity

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

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

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

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

This text has shadow with #0E324D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E324D on black background.


Color preview on white background

This text has color #0E324D on white background.



Black color preview on #0E324D background

This text has black color on #0E324D background.


White color preview on #0E324D background

This text has white color on #0E324D background.