COLOR #0E585D

HEX: #0E585D
RGB: (14,88,93)

Color info

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

RGB color model

#0E585D color RGB value is (14,88,93).

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

RGB channels and saturation

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

14
88
93

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

Portions of RGB colors in percentages

R + G + B =
14 + 88 + 93 = 195 (100%)
R 14 of 195 ~ 7.18%
G 88 of 195 ~ 45.13%
B 93 of 195 ~ 47.69%

%45.13
%47.69

CMYK color model

#0E585D color CMYK value is (85,5,0,64).

  • cyan value is 84.95%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(85,5,0,64)
C85M5Y0K64 
(85%,5%,0%,64%)
(0.85/0.05/0.00/0.64)	

CMYK percentages

%84.95
%5.38
%0
%63.53

Codes

Color #0E585D in popluar color models

0E585D
RGB148893
HSL184°73.83%20.98%
HSB/HSV184°84.95%36.47%
CMYK84.95%5.38%0.00%
63.53%

Color #0E585D in popluar number systems.

HEX0E585D
Decimal148893
Binary111010110001011101
Octal16130135

Shades and tints

Shades of #0E585D

#0E585D
(14,88,93)
#0D5055
(13,80,85)
#0C484D
(12,72,77)
#0B4045
(11,64,69)
#0A383D
(10,56,61)
#093035
(9,48,53)
#08282D
(8,40,45)
#072025
(7,32,37)
#06181D
(6,24,29)
#051015
(5,16,21)
#04080D
(4,8,13)
#000000
(0,0,0)

Tints of #0E585D

#0E585D
(14,88,93)
#23676B
(35,103,107)
#387679
(56,118,121)
#4D8587
(77,133,135)
#629495
(98,148,149)
#77A3A3
(119,163,163)
#8CB2B1
(140,178,177)
#A1C1BF
(161,193,191)
#B6D0CD
(182,208,205)
#CBDFDB
(203,223,219)
#E0EEE9
(224,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0E585D; }

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

This text font color is #0E585D.


Background Color

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

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

This div background color is #0E585D.


Border color

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

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

This div border color is #0E585D.


Opacity

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

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

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

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

This text has shadow with #0E585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E585D on black background.


Color preview on white background

This text has color #0E585D on white background.



Black color preview on #0E585D background

This text has black color on #0E585D background.


White color preview on #0E585D background

This text has white color on #0E585D background.