COLOR #0E3244

HEX: #0E3244
RGB: (14,50,68)

Color info

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

RGB color model

#0E3244 color RGB value is (14,50,68).

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

RGB channels and saturation

R 14 of 255 = 5%
G 50 of 255 = 20%
B 68 of 255 = 27%

14
50
68

R + G + B ~ 17%. #0E3244 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 50 + 68 = 132 (100%)
R 14 of 132 ~ 10.61%
G 50 of 132 ~ 37.88%
B 68 of 132 ~ 51.52%

%10.61
%37.88
%51.52

CMYK color model

#0E3244 color CMYK value is (79,26,0,73).

  • cyan value is 79.41%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 73.33%
CMYK:
(79,26,0,73)
C79M26Y0K73 
(79%,26%,0%,73%)
(0.79/0.26/0.00/0.73)	

CMYK percentages

%79.41
%26.47
%0
%73.33

Codes

Color #0E3244 in popluar color models

0E3244
RGB145068
HSL200°65.85%16.08%
HSB/HSV200°79.41%26.67%
CMYK79.41%26.47%0.00%
73.33%

Color #0E3244 in popluar number systems.

HEX0E3244
Decimal145068
Binary11101100101000100
Octal1662104

Shades and tints

Shades of #0E3244

#0E3244
(14,50,68)
#0D2E3E
(13,46,62)
#0C2A38
(12,42,56)
#0B2632
(11,38,50)
#0A222C
(10,34,44)
#091E26
(9,30,38)
#081A20
(8,26,32)
#07161A
(7,22,26)
#061214
(6,18,20)
#050E0E
(5,14,14)
#040A08
(4,10,8)
#000000
(0,0,0)

Tints of #0E3244

#0E3244
(14,50,68)
#234455
(35,68,85)
#385666
(56,86,102)
#4D6877
(77,104,119)
#627A88
(98,122,136)
#778C99
(119,140,153)
#8C9EAA
(140,158,170)
#A1B0BB
(161,176,187)
#B6C2CC
(182,194,204)
#CBD4DD
(203,212,221)
#E0E6EE
(224,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E3244; }

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

This text font color is #0E3244.


Background Color

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

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

This div background color is #0E3244.


Border color

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

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

This div border color is #0E3244.


Opacity

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

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

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

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

This text has shadow with #0E3244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3244 on black background.


Color preview on white background

This text has color #0E3244 on white background.



Black color preview on #0E3244 background

This text has black color on #0E3244 background.


White color preview on #0E3244 background

This text has white color on #0E3244 background.