COLOR #0E476C

HEX: #0E476C
RGB: (14,71,108)

Color info

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

RGB color model

#0E476C color RGB value is (14,71,108).

  • red value is 14;
  • green value is 71;
  • blue value is 108.
RGB:
(14,71,108)
(5%,28%,42%)

RGB channels and saturation

R 14 of 255 = 5%
G 71 of 255 = 28%
B 108 of 255 = 42%

14
71
108

R + G + B ~ 25%. #0E476C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 71 + 108 = 193 (100%)
R 14 of 193 ~ 7.25%
G 71 of 193 ~ 36.79%
B 108 of 193 ~ 55.96%

%36.79
%55.96

CMYK color model

#0E476C color CMYK value is (87,34,0,58).

  • cyan value is 87.04%
  • magenta value is 34.26%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(87,34,0,58)
C87M34Y0K58 
(87%,34%,0%,58%)
(0.87/0.34/0.00/0.58)	

CMYK percentages

%87.04
%34.26
%0
%57.65

Codes

Color #0E476C in popluar color models

0E476C
RGB1471108
HSL204°77.05%23.92%
HSB/HSV204°87.04%42.35%
CMYK87.04%34.26%0.00%
57.65%

Color #0E476C in popluar number systems.

HEX0E476C
Decimal1471108
Binary111010001111101100
Octal16107154

Shades and tints

Shades of #0E476C

#0E476C
(14,71,108)
#0D4163
(13,65,99)
#0C3B5A
(12,59,90)
#0B3551
(11,53,81)
#0A2F48
(10,47,72)
#09293F
(9,41,63)
#082336
(8,35,54)
#071D2D
(7,29,45)
#061724
(6,23,36)
#05111B
(5,17,27)
#040B12
(4,11,18)
#000000
(0,0,0)

Tints of #0E476C

#0E476C
(14,71,108)
#235779
(35,87,121)
#386786
(56,103,134)
#4D7793
(77,119,147)
#6287A0
(98,135,160)
#7797AD
(119,151,173)
#8CA7BA
(140,167,186)
#A1B7C7
(161,183,199)
#B6C7D4
(182,199,212)
#CBD7E1
(203,215,225)
#E0E7EE
(224,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E476C color. Also use rgb(14,71,108) instead hex code.

Text Font Color

.myTextColor { color: #0E476C; }

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

This text font color is #0E476C.


Background Color

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

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

This div background color is #0E476C.


Border color

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

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

This div border color is #0E476C.


Opacity

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

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

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

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

This text has shadow with #0E476C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E476C on black background.


Color preview on white background

This text has color #0E476C on white background.



Black color preview on #0E476C background

This text has black color on #0E476C background.


White color preview on #0E476C background

This text has white color on #0E476C background.