COLOR #0E5A5B

HEX: #0E5A5B
RGB: (14,90,91)

Color info

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

RGB color model

#0E5A5B color RGB value is (14,90,91).

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

RGB channels and saturation

R 14 of 255 = 5%
G 90 of 255 = 35%
B 91 of 255 = 36%

14
90
91

R + G + B ~ 25%. #0E5A5B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 90 + 91 = 195 (100%)
R 14 of 195 ~ 7.18%
G 90 of 195 ~ 46.15%
B 91 of 195 ~ 46.67%

%46.15
%46.67

CMYK color model

#0E5A5B color CMYK value is (85,1,0,64).

  • cyan value is 84.62%
  • magenta value is 1.10%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(85,1,0,64)
C85M1Y0K64 
(85%,1%,0%,64%)
(0.85/0.01/0.00/0.64)	

CMYK percentages

%84.62
%1.1
%0
%64.31

Codes

Color #0E5A5B in popluar color models

0E5A5B
RGB149091
HSL181°73.33%20.59%
HSB/HSV181°84.62%35.69%
CMYK84.62%1.10%0.00%
64.31%

Color #0E5A5B in popluar number systems.

HEX0E5A5B
Decimal149091
Binary111010110101011011
Octal16132133

Shades and tints

Shades of #0E5A5B

#0E5A5B
(14,90,91)
#0D5253
(13,82,83)
#0C4A4B
(12,74,75)
#0B4243
(11,66,67)
#0A3A3B
(10,58,59)
#093233
(9,50,51)
#082A2B
(8,42,43)
#072223
(7,34,35)
#061A1B
(6,26,27)
#051213
(5,18,19)
#040A0B
(4,10,11)
#000000
(0,0,0)

Tints of #0E5A5B

#0E5A5B
(14,90,91)
#236969
(35,105,105)
#387877
(56,120,119)
#4D8785
(77,135,133)
#629693
(98,150,147)
#77A5A1
(119,165,161)
#8CB4AF
(140,180,175)
#A1C3BD
(161,195,189)
#B6D2CB
(182,210,203)
#CBE1D9
(203,225,217)
#E0F0E7
(224,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5A5B; }

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

This text font color is #0E5A5B.


Background Color

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

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

This div background color is #0E5A5B.


Border color

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

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

This div border color is #0E5A5B.


Opacity

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

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

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

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

This text has shadow with #0E5A5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5A5B on black background.


Color preview on white background

This text has color #0E5A5B on white background.



Black color preview on #0E5A5B background

This text has black color on #0E5A5B background.


White color preview on #0E5A5B background

This text has white color on #0E5A5B background.