Color Hex Logo

#57523b Color Hex

#57523B
(87,82,59)
0 Favorites   0 Comments

Color spaces of #57523b

RGB 878259
HSL0.140.190.29
HSV49°32°34°
CMYK 0.000.060.32   0.66
XYZ7.73728.37665.3467
Yxy8.37660.36050.3903
Hunter Lab28.9424-2.93059.3066
CIE-Lab34.7552-2.076014.2706

#57523b color RGB value is (87,82,59).

#57523b hex color red value is 87, green value is 82 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #57523b hue: 0.14 , saturation: 0.19 and the lightness value of 57523b is 0.29.

The process color (four color CMYK) of #57523b color hex is 0.00, 0.06, 0.32, 0.66. Web safe color of #57523b is #666633. Color #57523b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 00111011
Octal 127 122 73
Decimal 87 82 59
Hex 57 52 3B

RGB Percentages of Color #57523b

%38.16
%35.96
%25.88

CMYK Percentages of Color #57523b

%0
%6
%32
%66

Triadic Colors of #57523b

#57523b #3b5752 #523b57

Analogous Colors of #57523b

#57523b #4e573b #57443b

Monochromatic Colors of #57523b

#57523b

Complementary Color

#57523b #3b4057

#57523b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57523b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57523b Color CSS Codes

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

#57523b Text Font Color

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

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


#57523b Background Color

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

This div background color is #57523b


#57523b Border Color

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

This div border color is #57523b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57523b


Comments

No comments written yet.

Please login to write comment.