COLOR #0E596C

HEX: #0E596C
RGB: (14,89,108)

Color info

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

RGB color model

#0E596C color RGB value is (14,89,108).

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

RGB channels and saturation

R 14 of 255 = 5%
G 89 of 255 = 35%
B 108 of 255 = 42%

14
89
108

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

Portions of RGB colors in percentages

R + G + B =
14 + 89 + 108 = 211 (100%)
R 14 of 211 ~ 6.64%
G 89 of 211 ~ 42.18%
B 108 of 211 ~ 51.18%

%42.18
%51.18

CMYK color model

#0E596C color CMYK value is (87,18,0,58).

  • cyan value is 87.04%
  • magenta value is 17.59%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(87,18,0,58)
C87M18Y0K58 
(87%,18%,0%,58%)
(0.87/0.18/0.00/0.58)	

CMYK percentages

%87.04
%17.59
%0
%57.65

Codes

Color #0E596C in popluar color models

0E596C
RGB1489108
HSL192°77.05%23.92%
HSB/HSV192°87.04%42.35%
CMYK87.04%17.59%0.00%
57.65%

Color #0E596C in popluar number systems.

HEX0E596C
Decimal1489108
Binary111010110011101100
Octal16131154

Shades and tints

Shades of #0E596C

#0E596C
(14,89,108)
#0D5163
(13,81,99)
#0C495A
(12,73,90)
#0B4151
(11,65,81)
#0A3948
(10,57,72)
#09313F
(9,49,63)
#082936
(8,41,54)
#07212D
(7,33,45)
#061924
(6,25,36)
#05111B
(5,17,27)
#040912
(4,9,18)
#000000
(0,0,0)

Tints of #0E596C

#0E596C
(14,89,108)
#236879
(35,104,121)
#387786
(56,119,134)
#4D8693
(77,134,147)
#6295A0
(98,149,160)
#77A4AD
(119,164,173)
#8CB3BA
(140,179,186)
#A1C2C7
(161,194,199)
#B6D1D4
(182,209,212)
#CBE0E1
(203,224,225)
#E0EFEE
(224,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E596C; }

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

This text font color is #0E596C.


Background Color

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

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

This div background color is #0E596C.


Border color

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

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

This div border color is #0E596C.


Opacity

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

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

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

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

This text has shadow with #0E596C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E596C on black background.


Color preview on white background

This text has color #0E596C on white background.



Black color preview on #0E596C background

This text has black color on #0E596C background.


White color preview on #0E596C background

This text has white color on #0E596C background.