Color Hex Logo

#572849 Color Hex

#572849
(87,40,73)
0 Favorites   0 Comments

Color spaces of #572849

RGB 874073
HSL0.880.370.25
HSV318°54°34°
CMYK 0.000.540.16   0.66
XYZ5.89194.02496.7697
Yxy4.02490.35310.2412
Hunter Lab20.062217.3135-5.9631
CIE-Lab23.753626.5315-10.6912

#572849 color RGB value is (87,40,73).

#572849 hex color red value is 87, green value is 40 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #572849 hue: 0.88 , saturation: 0.37 and the lightness value of 572849 is 0.25.

The process color (four color CMYK) of #572849 color hex is 0.00, 0.54, 0.16, 0.66. Web safe color of #572849 is #663333. Color #572849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101000 01001001
Octal 127 50 111
Decimal 87 40 73
Hex 57 28 49

RGB Percentages of Color #572849

%43.50
%20.00
%36.50

CMYK Percentages of Color #572849

%0
%54
%16
%66

Triadic Colors of #572849

#572849 #495728 #284957

Analogous Colors of #572849

#572849 #572832 #4e2857

Monochromatic Colors of #572849

#572849

Complementary Color

#572849 #285736

#572849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572849 Color CSS Codes

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

#572849 Text Font Color

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

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


#572849 Background Color

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

This div background color is #572849


#572849 Border Color

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

This div border color is #572849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572849


Comments

No comments written yet.

Please login to write comment.