COLOR #0E3E56

HEX: #0E3E56
RGB: (14,62,86)

Color info

#0E3E56 contains mainly green and blue colors. Web safe color of #0E3E56 is #003366 (or #036).

RGB color model

#0E3E56 color RGB value is (14,62,86).

  • red value is 14;
  • green value is 62;
  • blue value is 86.
RGB:
(14,62,86)
(5%,24%,34%)

RGB channels and saturation

R 14 of 255 = 5%
G 62 of 255 = 24%
B 86 of 255 = 34%

14
62
86

R + G + B ~ 21%. #0E3E56 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 62 + 86 = 162 (100%)
R 14 of 162 ~ 8.64%
G 62 of 162 ~ 38.27%
B 86 of 162 ~ 53.09%

%38.27
%53.09

CMYK color model

#0E3E56 color CMYK value is (84,28,0,66).

  • cyan value is 83.72%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(84,28,0,66)
C84M28Y0K66 
(84%,28%,0%,66%)
(0.84/0.28/0.00/0.66)	

CMYK percentages

%83.72
%27.91
%0
%66.27

Codes

Color #0E3E56 in popluar color models

0E3E56
RGB146286
HSL200°72.00%19.61%
HSB/HSV200°83.72%33.73%
CMYK83.72%27.91%0.00%
66.27%

Color #0E3E56 in popluar number systems.

HEX0E3E56
Decimal146286
Binary11101111101010110
Octal1676126

Shades and tints

Shades of #0E3E56

#0E3E56
(14,62,86)
#0D394F
(13,57,79)
#0C3448
(12,52,72)
#0B2F41
(11,47,65)
#0A2A3A
(10,42,58)
#092533
(9,37,51)
#08202C
(8,32,44)
#071B25
(7,27,37)
#06161E
(6,22,30)
#051117
(5,17,23)
#040C10
(4,12,16)
#000000
(0,0,0)

Tints of #0E3E56

#0E3E56
(14,62,86)
#234F65
(35,79,101)
#386074
(56,96,116)
#4D7183
(77,113,131)
#628292
(98,130,146)
#7793A1
(119,147,161)
#8CA4B0
(140,164,176)
#A1B5BF
(161,181,191)
#B6C6CE
(182,198,206)
#CBD7DD
(203,215,221)
#E0E8EC
(224,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3E56 color. Also use rgb(14,62,86) instead hex code.

Text Font Color

.myTextColor { color: #0E3E56; }

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

This text font color is #0E3E56.


Background Color

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

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

This div background color is #0E3E56.


Border color

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

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

This div border color is #0E3E56.


Opacity

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

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

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

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

This text has shadow with #0E3E56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3E56 on black background.


Color preview on white background

This text has color #0E3E56 on white background.



Black color preview on #0E3E56 background

This text has black color on #0E3E56 background.


White color preview on #0E3E56 background

This text has white color on #0E3E56 background.