COLOR #0E5559

HEX: #0E5559
RGB: (14,85,89)

Color info

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

RGB color model

#0E5559 color RGB value is (14,85,89).

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

RGB channels and saturation

R 14 of 255 = 5%
G 85 of 255 = 33%
B 89 of 255 = 35%

14
85
89

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

Portions of RGB colors in percentages

R + G + B =
14 + 85 + 89 = 188 (100%)
R 14 of 188 ~ 7.45%
G 85 of 188 ~ 45.21%
B 89 of 188 ~ 47.34%

%45.21
%47.34

CMYK color model

#0E5559 color CMYK value is (84,4,0,65).

  • cyan value is 84.27%
  • magenta value is 4.49%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(84,4,0,65)
C84M4Y0K65 
(84%,4%,0%,65%)
(0.84/0.04/0.00/0.65)	

CMYK percentages

%84.27
%4.49
%0
%65.1

Codes

Color #0E5559 in popluar color models

0E5559
RGB148589
HSL183°72.82%20.20%
HSB/HSV183°84.27%34.90%
CMYK84.27%4.49%0.00%
65.10%

Color #0E5559 in popluar number systems.

HEX0E5559
Decimal148589
Binary111010101011011001
Octal16125131

Shades and tints

Shades of #0E5559

#0E5559
(14,85,89)
#0D4E51
(13,78,81)
#0C4749
(12,71,73)
#0B4041
(11,64,65)
#0A3939
(10,57,57)
#093231
(9,50,49)
#082B29
(8,43,41)
#072421
(7,36,33)
#061D19
(6,29,25)
#051611
(5,22,17)
#040F09
(4,15,9)
#000000
(0,0,0)

Tints of #0E5559

#0E5559
(14,85,89)
#236468
(35,100,104)
#387377
(56,115,119)
#4D8286
(77,130,134)
#629195
(98,145,149)
#77A0A4
(119,160,164)
#8CAFB3
(140,175,179)
#A1BEC2
(161,190,194)
#B6CDD1
(182,205,209)
#CBDCE0
(203,220,224)
#E0EBEF
(224,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5559; }

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

This text font color is #0E5559.


Background Color

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

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

This div background color is #0E5559.


Border color

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

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

This div border color is #0E5559.


Opacity

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

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

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

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

This text has shadow with #0E5559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5559 on black background.


Color preview on white background

This text has color #0E5559 on white background.



Black color preview on #0E5559 background

This text has black color on #0E5559 background.


White color preview on #0E5559 background

This text has white color on #0E5559 background.