COLOR #5D5F5A

HEX: #5D5F5A
RGB: (93,95,90)

Color info

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

RGB color model

#5D5F5A color RGB value is (93,95,90).

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

RGB channels and saturation

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

93
95
90

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

Portions of RGB colors in percentages

R + G + B =
93 + 95 + 90 = 278 (100%)
R 93 of 278 ~ 33.45%
G 95 of 278 ~ 34.17%
B 90 of 278 ~ 32.37%

%33.45
%34.17
%32.37

CMYK color model

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

  • cyan value is 2.11%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 62.75%
CMYK:
(2,0,5,63)
C2M0Y5K63 
(2%,0%,5%,63%)
(0.02/0.00/0.05/0.63)	

CMYK percentages

%2.11
%0
%5.26
%62.75

Codes

Color #5D5F5A in popluar color models

5D5F5A
RGB939590
HSL84°2.70%36.27%
HSB/HSV84°5.26%37.25%
CMYK2.11%0.00%5.26%
62.75%

Color #5D5F5A in popluar number systems.

HEX5D5F5A
Decimal939590
Binary101110110111111011010
Octal135137132

Shades and tints

Shades of #5D5F5A

#5D5F5A
(93,95,90)
#555752
(85,87,82)
#4D4F4A
(77,79,74)
#454742
(69,71,66)
#3D3F3A
(61,63,58)
#353732
(53,55,50)
#2D2F2A
(45,47,42)
#252722
(37,39,34)
#1D1F1A
(29,31,26)
#151712
(21,23,18)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #5D5F5A

#5D5F5A
(93,95,90)
#6B6D69
(107,109,105)
#797B78
(121,123,120)
#878987
(135,137,135)
#959796
(149,151,150)
#A3A5A5
(163,165,165)
#B1B3B4
(177,179,180)
#BFC1C3
(191,193,195)
#CDCFD2
(205,207,210)
#DBDDE1
(219,221,225)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5F5A; }

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

This text font color is #5D5F5A.


Background Color

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

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

This div background color is #5D5F5A.


Border color

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

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

This div border color is #5D5F5A.


Opacity

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

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

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

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

This text has shadow with #5D5F5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5F5A on black background.


Color preview on white background

This text has color #5D5F5A on white background.



Black color preview on #5D5F5A background

This text has black color on #5D5F5A background.


White color preview on #5D5F5A background

This text has white color on #5D5F5A background.