Color Hex Logo

#572241 Color Hex

#572241
(87,34,65)
0 Favorites   0 Comments

Color spaces of #572241

RGB 873465
HSL0.900.440.24
HSV325°61°34°
CMYK 0.000.610.25   0.66
XYZ5.45663.55195.3990
Yxy3.55190.37870.2465
Hunter Lab18.846518.6995-3.7924
CIE-Lab22.131028.5270-7.7333

#572241 color RGB value is (87,34,65).

#572241 hex color red value is 87, green value is 34 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #572241 hue: 0.90 , saturation: 0.44 and the lightness value of 572241 is 0.24.

The process color (four color CMYK) of #572241 color hex is 0.00, 0.61, 0.25, 0.66. Web safe color of #572241 is #663333. Color #572241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100010 01000001
Octal 127 42 101
Decimal 87 34 65
Hex 57 22 41

RGB Percentages of Color #572241

%46.77
%18.28
%34.95

CMYK Percentages of Color #572241

%0
%61
%25
%66

Triadic Colors of #572241

#572241 #415722 #224157

Analogous Colors of #572241

#572241 #572226 #532257

Monochromatic Colors of #572241

#572241

Complementary Color

#572241 #225738

#572241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572241 Color CSS Codes

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

#572241 Text Font Color

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

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


#572241 Background Color

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

This div background color is #572241


#572241 Border Color

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

This div border color is #572241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572241


Comments

No comments written yet.

Please login to write comment.