COLOR #0E515B

HEX: #0E515B
RGB: (14,81,91)

Color info

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

RGB color model

#0E515B color RGB value is (14,81,91).

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

RGB channels and saturation

R 14 of 255 = 5%
G 81 of 255 = 32%
B 91 of 255 = 36%

14
81
91

R + G + B ~ 24%. #0E515B is dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 81 + 91 = 186 (100%)
R 14 of 186 ~ 7.53%
G 81 of 186 ~ 43.55%
B 91 of 186 ~ 48.92%

%43.55
%48.92

CMYK color model

#0E515B color CMYK value is (85,11,0,64).

  • cyan value is 84.62%
  • magenta value is 10.99%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(85,11,0,64)
C85M11Y0K64 
(85%,11%,0%,64%)
(0.85/0.11/0.00/0.64)	

CMYK percentages

%84.62
%10.99
%0
%64.31

Codes

Color #0E515B in popluar color models

0E515B
RGB148191
HSL188°73.33%20.59%
HSB/HSV188°84.62%35.69%
CMYK84.62%10.99%0.00%
64.31%

Color #0E515B in popluar number systems.

HEX0E515B
Decimal148191
Binary111010100011011011
Octal16121133

Shades and tints

Shades of #0E515B

#0E515B
(14,81,91)
#0D4A53
(13,74,83)
#0C434B
(12,67,75)
#0B3C43
(11,60,67)
#0A353B
(10,53,59)
#092E33
(9,46,51)
#08272B
(8,39,43)
#072023
(7,32,35)
#06191B
(6,25,27)
#051213
(5,18,19)
#040B0B
(4,11,11)
#000000
(0,0,0)

Tints of #0E515B

#0E515B
(14,81,91)
#236069
(35,96,105)
#386F77
(56,111,119)
#4D7E85
(77,126,133)
#628D93
(98,141,147)
#779CA1
(119,156,161)
#8CABAF
(140,171,175)
#A1BABD
(161,186,189)
#B6C9CB
(182,201,203)
#CBD8D9
(203,216,217)
#E0E7E7
(224,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E515B; }

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

This text font color is #0E515B.


Background Color

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

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

This div background color is #0E515B.


Border color

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

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

This div border color is #0E515B.


Opacity

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

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

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

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

This text has shadow with #0E515B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E515B on black background.


Color preview on white background

This text has color #0E515B on white background.



Black color preview on #0E515B background

This text has black color on #0E515B background.


White color preview on #0E515B background

This text has white color on #0E515B background.