Color Hex Logo

#572535 Color Hex

#572535
(87,37,53)
0 Favorites   0 Comments

Color spaces of #572535

RGB 873753
HSL0.950.400.24
HSV341°57°34°
CMYK 0.000.570.39   0.66
XYZ5.23473.60643.7884
Yxy3.60640.41450.2856
Hunter Lab18.990515.96981.4657
CIE-Lab22.325025.03970.7854

#572535 color RGB value is (87,37,53).

#572535 hex color red value is 87, green value is 37 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #572535 hue: 0.95 , saturation: 0.40 and the lightness value of 572535 is 0.24.

The process color (four color CMYK) of #572535 color hex is 0.00, 0.57, 0.39, 0.66. Web safe color of #572535 is #663333. Color #572535 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100101 00110101
Octal 127 45 65
Decimal 87 37 53
Hex 57 25 35

RGB Percentages of Color #572535

%49.15
%20.90
%29.94

CMYK Percentages of Color #572535

%0
%57
%39
%66

Triadic Colors of #572535

#572535 #355725 #253557

Analogous Colors of #572535

#572535 #572e25 #57254e

Monochromatic Colors of #572535

#572535

Complementary Color

#572535 #255747

#572535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572535 Color CSS Codes

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

#572535 Text Font Color

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

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


#572535 Background Color

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

This div background color is #572535


#572535 Border Color

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

This div border color is #572535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572535


Comments

No comments written yet.

Please login to write comment.