COLOR #5D576F

HEX: #5D576F
RGB: (93,87,111)

Color info

#5D576F contains red, green and blue colors in about the same proportion. Web safe color of #5D576F is #666666 (or #666).

RGB color model

#5D576F color RGB value is (93,87,111).

  • red value is 93;
  • green value is 87;
  • blue value is 111.
RGB:
(93,87,111)
(36%,34%,44%)

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 111 of 255 = 44%

93
87
111

R + G + B ~ 38%. #5D576F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 87 + 111 = 291 (100%)
R 93 of 291 ~ 31.96%
G 87 of 291 ~ 29.9%
B 111 of 291 ~ 38.14%

%31.96
%29.9
%38.14

CMYK color model

#5D576F color CMYK value is (16,22,0,56).

  • cyan value is 16.22%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(16,22,0,56)
C16M22Y0K56 
(16%,22%,0%,56%)
(0.16/0.22/0.00/0.56)	

CMYK percentages

%16.22
%21.62
%0
%56.47

Codes

Color #5D576F in popluar color models

5D576F
RGB9387111
HSL255°12.12%38.82%
HSB/HSV255°21.62%43.53%
CMYK16.22%21.62%0.00%
56.47%

Color #5D576F in popluar number systems.

HEX5D576F
Decimal9387111
Binary101110110101111101111
Octal135127157

Shades and tints

Shades of #5D576F

#5D576F
(93,87,111)
#555065
(85,80,101)
#4D495B
(77,73,91)
#454251
(69,66,81)
#3D3B47
(61,59,71)
#35343D
(53,52,61)
#2D2D33
(45,45,51)
#252629
(37,38,41)
#1D1F1F
(29,31,31)
#151815
(21,24,21)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #5D576F

#5D576F
(93,87,111)
#6B667C
(107,102,124)
#797589
(121,117,137)
#878496
(135,132,150)
#9593A3
(149,147,163)
#A3A2B0
(163,162,176)
#B1B1BD
(177,177,189)
#BFC0CA
(191,192,202)
#CDCFD7
(205,207,215)
#DBDEE4
(219,222,228)
#E9EDF1
(233,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D576F color. Also use rgb(93,87,111) instead hex code.

Text Font Color

.myTextColor { color: #5D576F; }

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

This text font color is #5D576F.


Background Color

.myBgColor { background-color: #5D576F; }

<div style="background-color:#5D576F">Inner text</div>

This div background color is #5D576F.


Border color

.myBorderColor { border: 1px solid #5D576F; }

<div style="border:3px solid #5D576F">Div</div>

This div border color is #5D576F.


Opacity

.myOpacity80 { color: #5D576F; opacity: 0.8; }

<p style="color:#5D576F;opacity:0.8;">80%</p>

Text with #5D576F 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 #5D576F;}

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

This text has shadow with #5D576F color.

.textShadow {text-shadow: 3px 3px 1px #5D576F, 3px 3px 1px red;}

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

This text has shadow with #5D576F primary color and red secondary color.


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

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

This text has shadow with #5D576F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D576F on black background.


Color preview on white background

This text has color #5D576F on white background.



Black color preview on #5D576F background

This text has black color on #5D576F background.


White color preview on #5D576F background

This text has white color on #5D576F background.