Color Hex Logo

#573742 Color Hex

#573742
(87,55,66)
0 Favorites   0 Comments

Color spaces of #573742

RGB 875566
HSL0.940.230.28
HSV339°37°34°
CMYK 0.000.370.24   0.66
XYZ6.28005.15205.8177
Yxy5.15200.36410.2987
Hunter Lab22.69809.66520.6921
CIE-Lab27.163516.0865-0.9089

#573742 color RGB value is (87,55,66).

#573742 hex color red value is 87, green value is 55 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #573742 hue: 0.94 , saturation: 0.23 and the lightness value of 573742 is 0.28.

The process color (four color CMYK) of #573742 color hex is 0.00, 0.37, 0.24, 0.66. Web safe color of #573742 is #663333. Color #573742 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110111 01000010
Octal 127 67 102
Decimal 87 55 66
Hex 57 37 42

RGB Percentages of Color #573742

%41.83
%26.44
%31.73

CMYK Percentages of Color #573742

%0
%37
%24
%66

Triadic Colors of #573742

#573742 #425737 #374257

Analogous Colors of #573742

#573742 #573c37 #573752

Monochromatic Colors of #573742

#573742

Complementary Color

#573742 #37574c

#573742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#573742 Color CSS Codes

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

#573742 Text Font Color

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

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


#573742 Background Color

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

This div background color is #573742


#573742 Border Color

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

This div border color is #573742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573742


Comments

No comments written yet.

Please login to write comment.