COLOR #15575D

HEX: #15575D RGB: (21,87,93)

Color info

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

RGB color model

#15575D color RGB value is (21,87,93).

RGB: (21,87,93) (8%, 34%, 36%)

RGB channels and saturation

R 21 of 255 = 8%
G 87 of 255 = 34%
B 93 of 255 = 36%

21
87
93

R + G + B ~ 26%. #15575D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 87 + 93 = 201 (100%)
R 21 of 201 ~ 10.45%
G 87 of 201 ~ 43.28%
B 93 of 201 ~ 46.27'%

%43.28
%46.27

CMYK color model

#15575D color CMYK value is (77,6,0,64).

  • cyan value is 77.42%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (77,6,0,64)
C77M6Y0K64 (77%, 6%, 0%, 64%)
(0.77 / 0.06 / 0.00 / 0.64)

CMYK percentages

%77.42
%6.45
%0
%63.53

Codes

Color #15575D in popluar color models

15 57 5D
RGB 21 87 93
HSL 185° 63.16% 22.35%
HSB/HSV 185° 77.42% 36.47%
CMYK 77.42% 6.45% 0.00%
63.53%

Color #15575D in popluar number systems.

HEX 15 57 5D
Decimal 21 87 93
Binary 10101 1010111 1011101
Octal 25 127 135

Shades and tints

Shades of #15575D

#15575D
(21,87,93)
#145055
(20,80,85)
#13494D
(19,73,77)
#124245
(18,66,69)
#113B3D
(17,59,61)
#103435
(16,52,53)
#0F2D2D
(15,45,45)
#0E2625
(14,38,37)
#0D1F1D
(13,31,29)
#0C1815
(12,24,21)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #15575D

#15575D
(21,87,93)
#2A666B
(42,102,107)
#3F7579
(63,117,121)
#548487
(84,132,135)
#699395
(105,147,149)
#7EA2A3
(126,162,163)
#93B1B1
(147,177,177)
#A8C0BF
(168,192,191)
#BDCFCD
(189,207,205)
#D2DEDB
(210,222,219)
#E7EDE9
(231,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15575D color. Also use rgb(21,87,93) instead hex code.

Text Font Color

.myTextColor { color: #15575D; }

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

This text font color is #15575D.

Background Color

.myBgColor { background-color: #15575D; }

<div style="background-color:#15575D">Inner text</div>

This div background color is #15575D.

Border color

.myBorderColor { border: 1px solid #15575D; }

<div style="border:3px solid #15575D">Div</div>

This div border color is #15575D.

Opacity

.myOpacity80 { color: #15575D; opacity: 0.8; }

<p style="color:#15575D;opacity:0.8;">80%</p>

Text with #15575D 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 #15575D;}

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

This text has shadow with #15575D color.


.textShadow {text-shadow: 3px 3px 1px #15575D', 3px 3px 1px red;}

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

This text has shadow with #15575D primary color and red secondary color.


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

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

This text has shadow with #15575D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15575D; -webkit-box-shadow: 1px 1px 3px 2px #15575D; box-shadow:1px 1px 3px 2px #15575D;">
Div content here
</div>

This div box has shadow with color #15575D.

Preview

Color preview on black background

This text has color #15575D on black background.


Color preview on white background

This text has color #15575D on white background.


Black color preview on #15575D background

This text has black color on #15575D background.


White color preview on #15575D background

This text has white color on #15575D background.


Related colors

Complementary color

Complementary color for #hex is #EAA8A2.


I love getcolorcode.com

Triadic colors

1 #5D1557 and #575D15 with #15575D are triadic colors.

2 #5D5715 and #57155D with #15575D are triadic colors.