COLOR #0E5680

HEX: #0E5680
RGB: (14,86,128)

Color info

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

RGB color model

#0E5680 color RGB value is (14,86,128).

  • red value is 14;
  • green value is 86;
  • blue value is 128.
RGB:
(14,86,128)
(5%,34%,50%)

RGB channels and saturation

R 14 of 255 = 5%
G 86 of 255 = 34%
B 128 of 255 = 50%

14
86
128

R + G + B ~ 30%. #0E5680 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 86 + 128 = 228 (100%)
R 14 of 228 ~ 6.14%
G 86 of 228 ~ 37.72%
B 128 of 228 ~ 56.14%

%37.72
%56.14

CMYK color model

#0E5680 color CMYK value is (89,33,0,50).

  • cyan value is 89.06%
  • magenta value is 32.81%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(89,33,0,50)
C89M33Y0K50 
(89%,33%,0%,50%)
(0.89/0.33/0.00/0.50)	

CMYK percentages

%89.06
%32.81
%0
%49.8

Codes

Color #0E5680 in popluar color models

0E5680
RGB1486128
HSL202°80.28%27.84%
HSB/HSV202°89.06%50.20%
CMYK89.06%32.81%0.00%
49.80%

Color #0E5680 in popluar number systems.

HEX0E5680
Decimal1486128
Binary1110101011010000000
Octal16126200

Shades and tints

Shades of #0E5680

#0E5680
(14,86,128)
#0D4F75
(13,79,117)
#0C486A
(12,72,106)
#0B415F
(11,65,95)
#0A3A54
(10,58,84)
#093349
(9,51,73)
#082C3E
(8,44,62)
#072533
(7,37,51)
#061E28
(6,30,40)
#05171D
(5,23,29)
#041012
(4,16,18)
#000000
(0,0,0)

Tints of #0E5680

#0E5680
(14,86,128)
#23658B
(35,101,139)
#387496
(56,116,150)
#4D83A1
(77,131,161)
#6292AC
(98,146,172)
#77A1B7
(119,161,183)
#8CB0C2
(140,176,194)
#A1BFCD
(161,191,205)
#B6CED8
(182,206,216)
#CBDDE3
(203,221,227)
#E0ECEE
(224,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E5680 color. Also use rgb(14,86,128) instead hex code.

Text Font Color

.myTextColor { color: #0E5680; }

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

This text font color is #0E5680.


Background Color

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

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

This div background color is #0E5680.


Border color

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

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

This div border color is #0E5680.


Opacity

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

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

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

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

This text has shadow with #0E5680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5680 on black background.


Color preview on white background

This text has color #0E5680 on white background.



Black color preview on #0E5680 background

This text has black color on #0E5680 background.


White color preview on #0E5680 background

This text has white color on #0E5680 background.