COLOR #5D5658

HEX: #5D5658
RGB: (93,86,88)

Color info

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

RGB color model

#5D5658 color RGB value is (93,86,88).

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

RGB channels and saturation

R 93 of 255 = 36%
G 86 of 255 = 34%
B 88 of 255 = 35%

93
86
88

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

Portions of RGB colors in percentages

R + G + B =
93 + 86 + 88 = 267 (100%)
R 93 of 267 ~ 34.83%
G 86 of 267 ~ 32.21%
B 88 of 267 ~ 32.96%

%34.83
%32.21
%32.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.53%
  • yellow value is 5.38%
  • key color value is 63.53%
CMYK:
(0,8,5,64)
C0M8Y5K64 
(0%,8%,5%,64%)
(0.00/0.08/0.05/0.64)	

CMYK percentages

%0
%7.53
%5.38
%63.53

Codes

Color #5D5658 in popluar color models

5D5658
RGB938688
HSL343°3.91%35.10%
HSB/HSV343°7.53%36.47%
CMYK0.00%7.53%5.38%
63.53%

Color #5D5658 in popluar number systems.

HEX5D5658
Decimal938688
Binary101110110101101011000
Octal135126130

Shades and tints

Shades of #5D5658

#5D5658
(93,86,88)
#554F50
(85,79,80)
#4D4848
(77,72,72)
#454140
(69,65,64)
#3D3A38
(61,58,56)
#353330
(53,51,48)
#2D2C28
(45,44,40)
#252520
(37,37,32)
#1D1E18
(29,30,24)
#151710
(21,23,16)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #5D5658

#5D5658
(93,86,88)
#6B6567
(107,101,103)
#797476
(121,116,118)
#878385
(135,131,133)
#959294
(149,146,148)
#A3A1A3
(163,161,163)
#B1B0B2
(177,176,178)
#BFBFC1
(191,191,193)
#CDCED0
(205,206,208)
#DBDDDF
(219,221,223)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5658; }

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

This text font color is #5D5658.


Background Color

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

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

This div background color is #5D5658.


Border color

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

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

This div border color is #5D5658.


Opacity

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

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

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

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

This text has shadow with #5D5658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5658 on black background.


Color preview on white background

This text has color #5D5658 on white background.



Black color preview on #5D5658 background

This text has black color on #5D5658 background.


White color preview on #5D5658 background

This text has white color on #5D5658 background.