COLOR #0E5A5D

HEX: #0E5A5D
RGB: (14,90,93)

Color info

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

RGB color model

#0E5A5D color RGB value is (14,90,93).

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

RGB channels and saturation

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

14
90
93

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

Portions of RGB colors in percentages

R + G + B =
14 + 90 + 93 = 197 (100%)
R 14 of 197 ~ 7.11%
G 90 of 197 ~ 45.69%
B 93 of 197 ~ 47.21%

%45.69
%47.21

CMYK color model

#0E5A5D color CMYK value is (85,3,0,64).

  • cyan value is 84.95%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(85,3,0,64)
C85M3Y0K64 
(85%,3%,0%,64%)
(0.85/0.03/0.00/0.64)	

CMYK percentages

%84.95
%3.23
%0
%63.53

Codes

Color #0E5A5D in popluar color models

0E5A5D
RGB149093
HSL182°73.83%20.98%
HSB/HSV182°84.95%36.47%
CMYK84.95%3.23%0.00%
63.53%

Color #0E5A5D in popluar number systems.

HEX0E5A5D
Decimal149093
Binary111010110101011101
Octal16132135

Shades and tints

Shades of #0E5A5D

#0E5A5D
(14,90,93)
#0D5255
(13,82,85)
#0C4A4D
(12,74,77)
#0B4245
(11,66,69)
#0A3A3D
(10,58,61)
#093235
(9,50,53)
#082A2D
(8,42,45)
#072225
(7,34,37)
#061A1D
(6,26,29)
#051215
(5,18,21)
#040A0D
(4,10,13)
#000000
(0,0,0)

Tints of #0E5A5D

#0E5A5D
(14,90,93)
#23696B
(35,105,107)
#387879
(56,120,121)
#4D8787
(77,135,135)
#629695
(98,150,149)
#77A5A3
(119,165,163)
#8CB4B1
(140,180,177)
#A1C3BF
(161,195,191)
#B6D2CD
(182,210,205)
#CBE1DB
(203,225,219)
#E0F0E9
(224,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E5A5D; }

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

This text font color is #0E5A5D.


Background Color

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

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

This div background color is #0E5A5D.


Border color

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

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

This div border color is #0E5A5D.


Opacity

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

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

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

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

This text has shadow with #0E5A5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E5A5D on black background.


Color preview on white background

This text has color #0E5A5D on white background.



Black color preview on #0E5A5D background

This text has black color on #0E5A5D background.


White color preview on #0E5A5D background

This text has white color on #0E5A5D background.