Hex #575757 Color

#575757
equivalent to

RGB

(87, 87, 87)

Details of #575757

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
87
9.0590
0.00
0.00
36.9867
9.5307
30.8719
87
9.5307
0.00
0.00
0.0024
0.3127
-1.6471
87
10.3790
0.34
0.00   0.66
-0.0048
0.3290
34°
1.6842

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1010111
127
87
57
Green
1010111
127
87
57
Blue
1010111
127
87
57

RGB in % of #575757

%33.33
%33.33
%33.33

CMYK in % of #575757

%0
%0
%0
%66

Triads of color #575757

#575757 #575757 #575757

Similar Colors to #575757

#575757 #575757 #575757

Preview Color #575757 on black ground

#575757 is very interesting for text.

Preview Color #575757 on white ground

#575757 is very interesting for text.

CSS Codes #575757 color

.mybgcolor {background-color:#575757; }
.myforecolor {color:#575757; }
.mybordercolor {border:3px solid #575757; }

Text Font Color #575757

<p style="color:#575757">Text here</p>

This sample text font color is #575757
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #575757

<div style="background-color:#575757">
Div content here</div>

This div background color is #575757


Border Color #575757

<div style="border:3px solid #575757">
Div here</div>

The color of this border is #575757


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #575757; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #575757;
-webkit-box-shadow: 1px 1px 3px 2px #575757;
box-shadow:         1px 1px 3px 2px #575757; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #575757">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #575757;
  -webkit-box-shadow: 1px 1px 3px 2px #575757;
  box-shadow:         1px 1px 3px 2px #575757;">
Div content here</div>

The shadow of div box using color #575757