Color Hex Logo

#573952 Color Hex

#573952
(87,57,82)
0 Favorites   0 Comments

Color spaces of #573952

RGB 875782
HSL0.860.210.28
HSV310°34°34°
CMYK 0.000.340.06   0.66
XYZ6.91665.56178.6916
Yxy5.56170.32670.2627
Hunter Lab23.583311.0806-5.3430
CIE-Lab28.278617.8915-9.7721

#573952 color RGB value is (87,57,82).

#573952 hex color red value is 87, green value is 57 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #573952 hue: 0.86 , saturation: 0.21 and the lightness value of 573952 is 0.28.

The process color (four color CMYK) of #573952 color hex is 0.00, 0.34, 0.06, 0.66. Web safe color of #573952 is #663366. Color #573952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111001 01010010
Octal 127 71 122
Decimal 87 57 82
Hex 57 39 52

RGB Percentages of Color #573952

%38.50
%25.22
%36.28

CMYK Percentages of Color #573952

%0
%34
%6
%66

Triadic Colors of #573952

#573952 #525739 #395257

Analogous Colors of #573952

#573952 #573943 #4d3957

Monochromatic Colors of #573952

#573952

Complementary Color

#573952 #39573e

#573952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573952 Color CSS Codes

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

#573952 Text Font Color

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

This sample text font color is #573952
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.


#573952 Background Color

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

This div background color is #573952


#573952 Border Color

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

This div border color is #573952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573952


Comments

No comments written yet.

Please login to write comment.