COLOR #0E3952

HEX: #0E3952
RGB: (14,57,82)

Color info

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

RGB color model

#0E3952 color RGB value is (14,57,82).

  • red value is 14;
  • green value is 57;
  • blue value is 82.
RGB:
(14,57,82)
(5%,22%,32%)

RGB channels and saturation

R 14 of 255 = 5%
G 57 of 255 = 22%
B 82 of 255 = 32%

14
57
82

R + G + B ~ 20%. #0E3952 is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 57 + 82 = 153 (100%)
R 14 of 153 ~ 9.15%
G 57 of 153 ~ 37.25%
B 82 of 153 ~ 53.59%

%37.25
%53.59

CMYK color model

#0E3952 color CMYK value is (83,30,0,68).

  • cyan value is 82.93%
  • magenta value is 30.49%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(83,30,0,68)
C83M30Y0K68 
(83%,30%,0%,68%)
(0.83/0.30/0.00/0.68)	

CMYK percentages

%82.93
%30.49
%0
%67.84

Codes

Color #0E3952 in popluar color models

0E3952
RGB145782
HSL202°70.83%18.82%
HSB/HSV202°82.93%32.16%
CMYK82.93%30.49%0.00%
67.84%

Color #0E3952 in popluar number systems.

HEX0E3952
Decimal145782
Binary11101110011010010
Octal1671122

Shades and tints

Shades of #0E3952

#0E3952
(14,57,82)
#0D344B
(13,52,75)
#0C2F44
(12,47,68)
#0B2A3D
(11,42,61)
#0A2536
(10,37,54)
#09202F
(9,32,47)
#081B28
(8,27,40)
#071621
(7,22,33)
#06111A
(6,17,26)
#050C13
(5,12,19)
#04070C
(4,7,12)
#000000
(0,0,0)

Tints of #0E3952

#0E3952
(14,57,82)
#234B61
(35,75,97)
#385D70
(56,93,112)
#4D6F7F
(77,111,127)
#62818E
(98,129,142)
#77939D
(119,147,157)
#8CA5AC
(140,165,172)
#A1B7BB
(161,183,187)
#B6C9CA
(182,201,202)
#CBDBD9
(203,219,217)
#E0EDE8
(224,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3952 color. Also use rgb(14,57,82) instead hex code.

Text Font Color

.myTextColor { color: #0E3952; }

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

This text font color is #0E3952.


Background Color

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

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

This div background color is #0E3952.


Border color

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

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

This div border color is #0E3952.


Opacity

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

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

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

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

This text has shadow with #0E3952 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3952 on black background.


Color preview on white background

This text has color #0E3952 on white background.



Black color preview on #0E3952 background

This text has black color on #0E3952 background.


White color preview on #0E3952 background

This text has white color on #0E3952 background.