COLOR #5D575A

HEX: #5D575A
RGB: (93,87,90)

Color info

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

RGB color model

#5D575A color RGB value is (93,87,90).

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

RGB channels and saturation

R 93 of 255 = 36%
G 87 of 255 = 34%
B 90 of 255 = 35%

93
87
90

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

Portions of RGB colors in percentages

R + G + B =
93 + 87 + 90 = 270 (100%)
R 93 of 270 ~ 34.44%
G 87 of 270 ~ 32.22%
B 90 of 270 ~ 33.33%

%34.44
%32.22
%33.33

CMYK color model

#5D575A color CMYK value is (0,6,3,64).

  • cyan value is 0.00%
  • magenta value is 6.45%
  • yellow value is 3.23%
  • key color value is 63.53%
CMYK:
(0,6,3,64)
C0M6Y3K64 
(0%,6%,3%,64%)
(0.00/0.06/0.03/0.64)	

CMYK percentages

%0
%6.45
%3.23
%63.53

Codes

Color #5D575A in popluar color models

5D575A
RGB938790
HSL330°3.33%35.29%
HSB/HSV330°6.45%36.47%
CMYK0.00%6.45%3.23%
63.53%

Color #5D575A in popluar number systems.

HEX5D575A
Decimal938790
Binary101110110101111011010
Octal135127132

Shades and tints

Shades of #5D575A

#5D575A
(93,87,90)
#555052
(85,80,82)
#4D494A
(77,73,74)
#454242
(69,66,66)
#3D3B3A
(61,59,58)
#353432
(53,52,50)
#2D2D2A
(45,45,42)
#252622
(37,38,34)
#1D1F1A
(29,31,26)
#151812
(21,24,18)
#0D110A
(13,17,10)
#000000
(0,0,0)

Tints of #5D575A

#5D575A
(93,87,90)
#6B6669
(107,102,105)
#797578
(121,117,120)
#878487
(135,132,135)
#959396
(149,147,150)
#A3A2A5
(163,162,165)
#B1B1B4
(177,177,180)
#BFC0C3
(191,192,195)
#CDCFD2
(205,207,210)
#DBDEE1
(219,222,225)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D575A; }

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

This text font color is #5D575A.


Background Color

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

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

This div background color is #5D575A.


Border color

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

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

This div border color is #5D575A.


Opacity

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

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

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

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

This text has shadow with #5D575A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D575A on black background.


Color preview on white background

This text has color #5D575A on white background.



Black color preview on #5D575A background

This text has black color on #5D575A background.


White color preview on #5D575A background

This text has white color on #5D575A background.