COLOR #5D5B5F

HEX: #5D5B5F
RGB: (93,91,95)

Color info

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

RGB color model

#5D5B5F color RGB value is (93,91,95).

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

RGB channels and saturation

R 93 of 255 = 36%
G 91 of 255 = 36%
B 95 of 255 = 37%

93
91
95

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

Portions of RGB colors in percentages

R + G + B =
93 + 91 + 95 = 279 (100%)
R 93 of 279 ~ 33.33%
G 91 of 279 ~ 32.62%
B 95 of 279 ~ 34.05%

%33.33
%32.62
%34.05

CMYK color model

#5D5B5F color CMYK value is (2,4,0,63).

  • cyan value is 2.11%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(2,4,0,63)
C2M4Y0K63 
(2%,4%,0%,63%)
(0.02/0.04/0.00/0.63)	

CMYK percentages

%2.11
%4.21
%0
%62.75

Codes

Color #5D5B5F in popluar color models

5D5B5F
RGB939195
HSL270°2.15%36.47%
HSB/HSV270°4.21%37.25%
CMYK2.11%4.21%0.00%
62.75%

Color #5D5B5F in popluar number systems.

HEX5D5B5F
Decimal939195
Binary101110110110111011111
Octal135133137

Shades and tints

Shades of #5D5B5F

#5D5B5F
(93,91,95)
#555357
(85,83,87)
#4D4B4F
(77,75,79)
#454347
(69,67,71)
#3D3B3F
(61,59,63)
#353337
(53,51,55)
#2D2B2F
(45,43,47)
#252327
(37,35,39)
#1D1B1F
(29,27,31)
#151317
(21,19,23)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #5D5B5F

#5D5B5F
(93,91,95)
#6B696D
(107,105,109)
#79777B
(121,119,123)
#878589
(135,133,137)
#959397
(149,147,151)
#A3A1A5
(163,161,165)
#B1AFB3
(177,175,179)
#BFBDC1
(191,189,193)
#CDCBCF
(205,203,207)
#DBD9DD
(219,217,221)
#E9E7EB
(233,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5B5F; }

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

This text font color is #5D5B5F.


Background Color

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

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

This div background color is #5D5B5F.


Border color

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

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

This div border color is #5D5B5F.


Opacity

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

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

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

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

This text has shadow with #5D5B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5B5F on black background.


Color preview on white background

This text has color #5D5B5F on white background.



Black color preview on #5D5B5F background

This text has black color on #5D5B5F background.


White color preview on #5D5B5F background

This text has white color on #5D5B5F background.