Color Hex Logo

#575533 Color Hex

#575533
(87,85,51)
0 Favorites   0 Comments

Color spaces of #575533

RGB 878551
HSL0.160.260.27
HSV57°41°34°
CMYK 0.000.020.41   0.66
XYZ7.77658.76234.4134
Yxy8.76230.37120.4182
Hunter Lab29.6012-4.908511.8810
CIE-Lab35.5226-5.017220.1302

#575533 color RGB value is (87,85,51).

#575533 hex color red value is 87, green value is 85 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #575533 hue: 0.16 , saturation: 0.26 and the lightness value of 575533 is 0.27.

The process color (four color CMYK) of #575533 color hex is 0.00, 0.02, 0.41, 0.66. Web safe color of #575533 is #666633. Color #575533 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010101 00110011
Octal 127 125 63
Decimal 87 85 51
Hex 57 55 33

RGB Percentages of Color #575533

%39.01
%38.12
%22.87

CMYK Percentages of Color #575533

%0
%2
%41
%66

Triadic Colors of #575533

#575533 #335755 #553357

Analogous Colors of #575533

#575533 #475733 #574333

Monochromatic Colors of #575533

#575533

Complementary Color

#575533 #333557

#575533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575533 Color CSS Codes

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

#575533 Text Font Color

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

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


#575533 Background Color

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

This div background color is #575533


#575533 Border Color

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

This div border color is #575533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575533


Comments

No comments written yet.

Please login to write comment.