Color Hex Logo

#572831 Color Hex

#572831
(87,40,49)
0 Favorites   0 Comments

Color spaces of #572831

RGB 874049
HSL0.970.370.25
HSV349°54°34°
CMYK 0.000.540.44   0.66
XYZ5.24363.76563.3562
Yxy3.76560.42410.3045
Hunter Lab19.405214.27473.3292
CIE-Lab22.880922.75164.3276

#572831 color RGB value is (87,40,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101000 00110001
Octal 127 50 61
Decimal 87 40 49
Hex 57 28 31

RGB Percentages of Color #572831

%49.43
%22.73
%27.84

CMYK Percentages of Color #572831

%0
%54
%44
%66

Triadic Colors of #572831

#572831 #315728 #283157

Analogous Colors of #572831

#572831 #573728 #572849

Monochromatic Colors of #572831

#572831

Complementary Color

#572831 #28574e

#572831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572831 Color CSS Codes

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

#572831 Text Font Color

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

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


#572831 Background Color

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

This div background color is #572831


#572831 Border Color

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

This div border color is #572831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572831


Comments

No comments written yet.

Please login to write comment.