COLOR #0E3A4F

HEX: #0E3A4F
RGB: (14,58,79)

Color info

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

RGB color model

#0E3A4F color RGB value is (14,58,79).

  • red value is 14;
  • green value is 58;
  • blue value is 79.
RGB:
(14,58,79)
(5%,23%,31%)

RGB channels and saturation

R 14 of 255 = 5%
G 58 of 255 = 23%
B 79 of 255 = 31%

14
58
79

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

Portions of RGB colors in percentages

R + G + B =
14 + 58 + 79 = 151 (100%)
R 14 of 151 ~ 9.27%
G 58 of 151 ~ 38.41%
B 79 of 151 ~ 52.32%

%38.41
%52.32

CMYK color model

#0E3A4F color CMYK value is (82,27,0,69).

  • cyan value is 82.28%
  • magenta value is 26.58%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(82,27,0,69)
C82M27Y0K69 
(82%,27%,0%,69%)
(0.82/0.27/0.00/0.69)	

CMYK percentages

%82.28
%26.58
%0
%69.02

Codes

Color #0E3A4F in popluar color models

0E3A4F
RGB145879
HSL199°69.89%18.24%
HSB/HSV199°82.28%30.98%
CMYK82.28%26.58%0.00%
69.02%

Color #0E3A4F in popluar number systems.

HEX0E3A4F
Decimal145879
Binary11101110101001111
Octal1672117

Shades and tints

Shades of #0E3A4F

#0E3A4F
(14,58,79)
#0D3548
(13,53,72)
#0C3041
(12,48,65)
#0B2B3A
(11,43,58)
#0A2633
(10,38,51)
#09212C
(9,33,44)
#081C25
(8,28,37)
#07171E
(7,23,30)
#061217
(6,18,23)
#050D10
(5,13,16)
#040809
(4,8,9)
#000000
(0,0,0)

Tints of #0E3A4F

#0E3A4F
(14,58,79)
#234B5F
(35,75,95)
#385C6F
(56,92,111)
#4D6D7F
(77,109,127)
#627E8F
(98,126,143)
#778F9F
(119,143,159)
#8CA0AF
(140,160,175)
#A1B1BF
(161,177,191)
#B6C2CF
(182,194,207)
#CBD3DF
(203,211,223)
#E0E4EF
(224,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E3A4F color. Also use rgb(14,58,79) instead hex code.

Text Font Color

.myTextColor { color: #0E3A4F; }

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

This text font color is #0E3A4F.


Background Color

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

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

This div background color is #0E3A4F.


Border color

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

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

This div border color is #0E3A4F.


Opacity

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

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

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

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

This text has shadow with #0E3A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E3A4F on black background.


Color preview on white background

This text has color #0E3A4F on white background.



Black color preview on #0E3A4F background

This text has black color on #0E3A4F background.


White color preview on #0E3A4F background

This text has white color on #0E3A4F background.