COLOR #0E5173

HEX: #0E5173
RGB: (14,81,115)

Color info

#0E5173 contains mainly green and blue colors. Web safe color of #0E5173 is #006666 (or #066).

RGB color model

#0E5173 color RGB value is (14,81,115).

  • red value is 14;
  • green value is 81;
  • blue value is 115.
RGB:
(14,81,115)
(5%,32%,45%)

RGB channels and saturation

R 14 of 255 = 5%
G 81 of 255 = 32%
B 115 of 255 = 45%

14
81
115

R + G + B ~ 27%. #0E5173 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 81 + 115 = 210 (100%)
R 14 of 210 ~ 6.67%
G 81 of 210 ~ 38.57%
B 115 of 210 ~ 54.76%

%38.57
%54.76

CMYK color model

#0E5173 color CMYK value is (88,30,0,55).

  • cyan value is 87.83%
  • magenta value is 29.57%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(88,30,0,55)
C88M30Y0K55 
(88%,30%,0%,55%)
(0.88/0.30/0.00/0.55)	

CMYK percentages

%87.83
%29.57
%0
%54.9

Codes

Color #0E5173 in popluar color models

0E5173
RGB1481115
HSL200°78.29%25.29%
HSB/HSV200°87.83%45.10%
CMYK87.83%29.57%0.00%
54.90%

Color #0E5173 in popluar number systems.

HEX0E5173
Decimal1481115
Binary111010100011110011
Octal16121163

Shades and tints

Shades of #0E5173

#0E5173
(14,81,115)
#0D4A69
(13,74,105)
#0C435F
(12,67,95)
#0B3C55
(11,60,85)
#0A354B
(10,53,75)
#092E41
(9,46,65)
#082737
(8,39,55)
#07202D
(7,32,45)
#061923
(6,25,35)
#051219
(5,18,25)
#040B0F
(4,11,15)
#000000
(0,0,0)

Tints of #0E5173

#0E5173
(14,81,115)
#23607F
(35,96,127)
#386F8B
(56,111,139)
#4D7E97
(77,126,151)
#628DA3
(98,141,163)
#779CAF
(119,156,175)
#8CABBB
(140,171,187)
#A1BAC7
(161,186,199)
#B6C9D3
(182,201,211)
#CBD8DF
(203,216,223)
#E0E7EB
(224,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5173 color. Also use rgb(14,81,115) instead hex code.

Text Font Color

.myTextColor { color: #0E5173; }

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

This text font color is #0E5173.


Background Color

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

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

This div background color is #0E5173.


Border color

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

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

This div border color is #0E5173.


Opacity

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

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

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

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

This text has shadow with #0E5173 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5173 on black background.


Color preview on white background

This text has color #0E5173 on white background.



Black color preview on #0E5173 background

This text has black color on #0E5173 background.


White color preview on #0E5173 background

This text has white color on #0E5173 background.