COLOR #5A5757

HEX: #5A5757
RGB: (90,87,87)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

90
87
87

R + G + B ~ 34%. #5A5757 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 87 + 87 = 264 (100%)
R 90 of 264 ~ 34.09%
G 87 of 264 ~ 32.95%
B 87 of 264 ~ 32.95%

%34.09
%32.95
%32.95

CMYK color model

#5A5757 color CMYK value is (0,3,3,65).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 3.33%
  • key color value is 64.71%
CMYK:
(0,3,3,65)
C0M3Y3K65 
(0%,3%,3%,65%)
(0.00/0.03/0.03/0.65)	

CMYK percentages

%0
%3.33
%3.33
%64.71

Codes

Color #5A5757 in popluar color models

5A5757
RGB908787
HSL1.69%34.71%
HSB/HSV3.33%35.29%
CMYK0.00%3.33%3.33%
64.71%

Color #5A5757 in popluar number systems.

HEX5A5757
Decimal908787
Binary101101010101111010111
Octal132127127

Shades and tints

Shades of #5A5757

#5A5757
(90,87,87)
#525050
(82,80,80)
#4A4949
(74,73,73)
#424242
(66,66,66)
#3A3B3B
(58,59,59)
#323434
(50,52,52)
#2A2D2D
(42,45,45)
#222626
(34,38,38)
#1A1F1F
(26,31,31)
#121818
(18,24,24)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #5A5757

#5A5757
(90,87,87)
#696666
(105,102,102)
#787575
(120,117,117)
#878484
(135,132,132)
#969393
(150,147,147)
#A5A2A2
(165,162,162)
#B4B1B1
(180,177,177)
#C3C0C0
(195,192,192)
#D2CFCF
(210,207,207)
#E1DEDE
(225,222,222)
#F0EDED
(240,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5757; }

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

This text font color is #5A5757.


Background Color

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

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

This div background color is #5A5757.


Border color

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

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

This div border color is #5A5757.


Opacity

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

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

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

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

This text has shadow with #5A5757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5757 on black background.


Color preview on white background

This text has color #5A5757 on white background.



Black color preview on #5A5757 background

This text has black color on #5A5757 background.


White color preview on #5A5757 background

This text has white color on #5A5757 background.