COLOR #5D585F

HEX: #5D585F
RGB: (93,88,95)

Color info

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

RGB color model

#5D585F color RGB value is (93,88,95).

  • red value is 93;
  • green value is 88;
  • blue value is 95.
RGB:
(93,88,95)
(36%,35%,37%)

RGB channels and saturation

R 93 of 255 = 36%
G 88 of 255 = 35%
B 95 of 255 = 37%

93
88
95

R + G + B ~ 36%. #5D585F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
93 + 88 + 95 = 276 (100%)
R 93 of 276 ~ 33.7%
G 88 of 276 ~ 31.88%
B 95 of 276 ~ 34.42%

%33.7
%31.88
%34.42

CMYK color model

#5D585F color CMYK value is (2,7,0,63).

  • cyan value is 2.11%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(2,7,0,63)
C2M7Y0K63 
(2%,7%,0%,63%)
(0.02/0.07/0.00/0.63)	

CMYK percentages

%2.11
%7.37
%0
%62.75

Codes

Color #5D585F in popluar color models

5D585F
RGB938895
HSL283°3.83%35.88%
HSB/HSV283°7.37%37.25%
CMYK2.11%7.37%0.00%
62.75%

Color #5D585F in popluar number systems.

HEX5D585F
Decimal938895
Binary101110110110001011111
Octal135130137

Shades and tints

Shades of #5D585F

#5D585F
(93,88,95)
#555057
(85,80,87)
#4D484F
(77,72,79)
#454047
(69,64,71)
#3D383F
(61,56,63)
#353037
(53,48,55)
#2D282F
(45,40,47)
#252027
(37,32,39)
#1D181F
(29,24,31)
#151017
(21,16,23)
#0D080F
(13,8,15)
#000000
(0,0,0)

Tints of #5D585F

#5D585F
(93,88,95)
#6B676D
(107,103,109)
#79767B
(121,118,123)
#878589
(135,133,137)
#959497
(149,148,151)
#A3A3A5
(163,163,165)
#B1B2B3
(177,178,179)
#BFC1C1
(191,193,193)
#CDD0CF
(205,208,207)
#DBDFDD
(219,223,221)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D585F color. Also use rgb(93,88,95) instead hex code.

Text Font Color

.myTextColor { color: #5D585F; }

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

This text font color is #5D585F.


Background Color

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

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

This div background color is #5D585F.


Border color

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

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

This div border color is #5D585F.


Opacity

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

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

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

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

This text has shadow with #5D585F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D585F on black background.


Color preview on white background

This text has color #5D585F on white background.



Black color preview on #5D585F background

This text has black color on #5D585F background.


White color preview on #5D585F background

This text has white color on #5D585F background.