COLOR #5D5657

HEX: #5D5657
RGB: (93,86,87)

Color info

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

RGB color model

#5D5657 color RGB value is (93,86,87).

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

RGB channels and saturation

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

93
86
87

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

Portions of RGB colors in percentages

R + G + B =
93 + 86 + 87 = 266 (100%)
R 93 of 266 ~ 34.96%
G 86 of 266 ~ 32.33%
B 87 of 266 ~ 32.71%

%34.96
%32.33
%32.71

CMYK color model

#5D5657 color CMYK value is (0,8,6,64).

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 6.45%
  • key color value is 63.53%
CMYK:
(0,8,6,64)
C0M8Y6K64 
(0%,8%,6%,64%)
(0.00/0.08/0.06/0.64)	

CMYK percentages

%0
%7.53
%6.45
%63.53

Codes

Color #5D5657 in popluar color models

5D5657
RGB938687
HSL351°3.91%35.10%
HSB/HSV351°7.53%36.47%
CMYK0.00%7.53%6.45%
63.53%

Color #5D5657 in popluar number systems.

HEX5D5657
Decimal938687
Binary101110110101101010111
Octal135126127

Shades and tints

Shades of #5D5657

#5D5657
(93,86,87)
#554F50
(85,79,80)
#4D4849
(77,72,73)
#454142
(69,65,66)
#3D3A3B
(61,58,59)
#353334
(53,51,52)
#2D2C2D
(45,44,45)
#252526
(37,37,38)
#1D1E1F
(29,30,31)
#151718
(21,23,24)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #5D5657

#5D5657
(93,86,87)
#6B6566
(107,101,102)
#797475
(121,116,117)
#878384
(135,131,132)
#959293
(149,146,147)
#A3A1A2
(163,161,162)
#B1B0B1
(177,176,177)
#BFBFC0
(191,191,192)
#CDCECF
(205,206,207)
#DBDDDE
(219,221,222)
#E9ECED
(233,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5657; }

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

This text font color is #5D5657.


Background Color

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

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

This div background color is #5D5657.


Border color

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

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

This div border color is #5D5657.


Opacity

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

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

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

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

This text has shadow with #5D5657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5657 on black background.


Color preview on white background

This text has color #5D5657 on white background.



Black color preview on #5D5657 background

This text has black color on #5D5657 background.


White color preview on #5D5657 background

This text has white color on #5D5657 background.