Color Hex Logo

#575231 Color Hex

#575231
(87,82,49)
0 Favorites   0 Comments

Color spaces of #575231

RGB 878249
HSL0.140.280.27
HSV52°44°34°
CMYK 0.000.060.44   0.66
XYZ7.50228.28264.1090
Yxy8.28260.37710.4163
Hunter Lab28.7795-3.833011.6805
CIE-Lab34.5646-3.471020.0959

#575231 color RGB value is (87,82,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010010 00110001
Octal 127 122 61
Decimal 87 82 49
Hex 57 52 31

RGB Percentages of Color #575231

%39.91
%37.61
%22.48

CMYK Percentages of Color #575231

%0
%6
%44
%66

Triadic Colors of #575231

#575231 #315752 #523157

Analogous Colors of #575231

#575231 #495731 #573f31

Monochromatic Colors of #575231

#575231

Complementary Color

#575231 #313657

#575231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575231 Color CSS Codes

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

#575231 Text Font Color

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

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


#575231 Background Color

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

This div background color is #575231


#575231 Border Color

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

This div border color is #575231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575231


Comments

No comments written yet.

Please login to write comment.