COLOR #5D5C57

HEX: #5D5C57
RGB: (93,92,87)

Color info

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

RGB color model

#5D5C57 color RGB value is (93,92,87).

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

RGB channels and saturation

R 93 of 255 = 36%
G 92 of 255 = 36%
B 87 of 255 = 34%

93
92
87

R + G + B ~ 35%. #5D5C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 92 + 87 = 272 (100%)
R 93 of 272 ~ 34.19%
G 92 of 272 ~ 33.82%
B 87 of 272 ~ 31.99%

%34.19
%33.82
%31.99

CMYK color model

#5D5C57 color CMYK value is (0,1,6,64).

  • cyan value is 0.00%
  • magenta value is 1.08%
  • yellow value is 6.45%
  • key color value is 63.53%
CMYK:
(0,1,6,64)
C0M1Y6K64 
(0%,1%,6%,64%)
(0.00/0.01/0.06/0.64)	

CMYK percentages

%0
%1.08
%6.45
%63.53

Codes

Color #5D5C57 in popluar color models

5D5C57
RGB939287
HSL50°3.33%35.29%
HSB/HSV50°6.45%36.47%
CMYK0.00%1.08%6.45%
63.53%

Color #5D5C57 in popluar number systems.

HEX5D5C57
Decimal939287
Binary101110110111001010111
Octal135134127

Shades and tints

Shades of #5D5C57

#5D5C57
(93,92,87)
#555450
(85,84,80)
#4D4C49
(77,76,73)
#454442
(69,68,66)
#3D3C3B
(61,60,59)
#353434
(53,52,52)
#2D2C2D
(45,44,45)
#252426
(37,36,38)
#1D1C1F
(29,28,31)
#151418
(21,20,24)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #5D5C57

#5D5C57
(93,92,87)
#6B6A66
(107,106,102)
#797875
(121,120,117)
#878684
(135,134,132)
#959493
(149,148,147)
#A3A2A2
(163,162,162)
#B1B0B1
(177,176,177)
#BFBEC0
(191,190,192)
#CDCCCF
(205,204,207)
#DBDADE
(219,218,222)
#E9E8ED
(233,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5C57; }

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

This text font color is #5D5C57.


Background Color

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

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

This div background color is #5D5C57.


Border color

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

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

This div border color is #5D5C57.


Opacity

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

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

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

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

This text has shadow with #5D5C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5C57 on black background.


Color preview on white background

This text has color #5D5C57 on white background.



Black color preview on #5D5C57 background

This text has black color on #5D5C57 background.


White color preview on #5D5C57 background

This text has white color on #5D5C57 background.