COLOR #15585E

HEX: #15585E
RGB: (21,88,94)

Color info

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

RGB color model

#15585E color RGB value is (21,88,94).

  • red value is 21;
  • green value is 88;
  • blue value is 94.
RGB:
(21,88,94)
(8%,35%,37%)

RGB channels and saturation

R 21 of 255 = 8%
G 88 of 255 = 35%
B 94 of 255 = 37%

21
88
94

R + G + B ~ 27%. #15585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 88 + 94 = 203 (100%)
R 21 of 203 ~ 10.34%
G 88 of 203 ~ 43.35%
B 94 of 203 ~ 46.31%

%10.34
%43.35
%46.31

CMYK color model

#15585E color CMYK value is (78,6,0,63).

  • cyan value is 77.66%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(78,6,0,63)
C78M6Y0K63 
(78%,6%,0%,63%)
(0.78/0.06/0.00/0.63)	

CMYK percentages

%77.66
%6.38
%0
%63.14

Codes

Color #15585E in popluar color models

15585E
RGB218894
HSL185°63.48%22.55%
HSB/HSV185°77.66%36.86%
CMYK77.66%6.38%0.00%
63.14%

Color #15585E in popluar number systems.

HEX15585E
Decimal218894
Binary1010110110001011110
Octal25130136

Shades and tints

Shades of #15585E

#15585E
(21,88,94)
#145056
(20,80,86)
#13484E
(19,72,78)
#124046
(18,64,70)
#11383E
(17,56,62)
#103036
(16,48,54)
#0F282E
(15,40,46)
#0E2026
(14,32,38)
#0D181E
(13,24,30)
#0C1016
(12,16,22)
#0B080E
(11,8,14)
#000000
(0,0,0)

Tints of #15585E

#15585E
(21,88,94)
#2A676C
(42,103,108)
#3F767A
(63,118,122)
#548588
(84,133,136)
#699496
(105,148,150)
#7EA3A4
(126,163,164)
#93B2B2
(147,178,178)
#A8C1C0
(168,193,192)
#BDD0CE
(189,208,206)
#D2DFDC
(210,223,220)
#E7EEEA
(231,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15585E color. Also use rgb(21,88,94) instead hex code.

Text Font Color

.myTextColor { color: #15585E; }

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

This text font color is #15585E.


Background Color

.myBgColor { background-color: #15585E; }

<div style="background-color:#15585E">Inner text</div>

This div background color is #15585E.


Border color

.myBorderColor { border: 1px solid #15585E; }

<div style="border:3px solid #15585E">Div</div>

This div border color is #15585E.


Opacity

.myOpacity80 { color: #15585E; opacity: 0.8; }

<p style="color:#15585E;opacity:0.8;">80%</p>

Text with #15585E 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 #15585E;}

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

This text has shadow with #15585E color.

.textShadow {text-shadow: 3px 3px 1px #15585E, 3px 3px 1px red;}

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

This text has shadow with #15585E primary color and red secondary color.


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

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

This text has shadow with #15585E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15585E on black background.


Color preview on white background

This text has color #15585E on white background.



Black color preview on #15585E background

This text has black color on #15585E background.


White color preview on #15585E background

This text has white color on #15585E background.