Color Hex Logo

#57553a Color Hex

#57553A
(87,85,58)
0 Favorites   0 Comments

Color spaces of #57553a

RGB 878558
HSL0.160.200.28
HSV56°33°34°
CMYK 0.000.020.33   0.66
XYZ7.94278.82875.2885
Yxy8.82870.36010.4002
Hunter Lab29.7131-4.282610.2464
CIE-Lab35.6524-4.041316.0842

#57553a color RGB value is (87,85,58).

#57553a hex color red value is 87, green value is 85 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #57553a hue: 0.16 , saturation: 0.20 and the lightness value of 57553a is 0.28.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010101 00111010
Octal 127 125 72
Decimal 87 85 58
Hex 57 55 3A

RGB Percentages of Color #57553a

%37.83
%36.96
%25.22

CMYK Percentages of Color #57553a

%0
%2
%33
%66

Triadic Colors of #57553a

#57553a #3a5755 #553a57

Analogous Colors of #57553a

#57553a #4b573a #57473a

Monochromatic Colors of #57553a

#57553a

Complementary Color

#57553a #3a3c57

#57553a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57553a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57553a Color CSS Codes

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

#57553a Text Font Color

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

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


#57553a Background Color

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

This div background color is #57553a


#57553a Border Color

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

This div border color is #57553a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57553a


Comments

No comments written yet.

Please login to write comment.