Color Hex Logo

#57441f Color Hex

#57441F
(87,68,31)
0 Favorites   0 Comments

Color spaces of #57441f

RGB 876831
HSL0.110.470.23
HSV40°64°34°
CMYK 0.000.220.64   0.66
XYZ6.24496.25942.1754
Yxy6.25940.42540.4264
Hunter Lab25.01880.772212.3579
CIE-Lab30.05773.234225.1403

#57441f color RGB value is (87,68,31).

#57441f hex color red value is 87, green value is 68 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #57441f hue: 0.11 , saturation: 0.47 and the lightness value of 57441f is 0.23.

The process color (four color CMYK) of #57441f color hex is 0.00, 0.22, 0.64, 0.66. Web safe color of #57441f is #663333. Color #57441f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000100 00011111
Octal 127 104 37
Decimal 87 68 31
Hex 57 44 1F

RGB Percentages of Color #57441f

%46.77
%36.56
%16.67

CMYK Percentages of Color #57441f

%0
%22
%64
%66

Triadic Colors of #57441f

#57441f #1f5744 #441f57

Analogous Colors of #57441f

#57441f #4e571f #57281f

Monochromatic Colors of #57441f

#57441f

Complementary Color

#57441f #1f3257

#57441f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57441f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57441f Color CSS Codes

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

#57441f Text Font Color

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

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


#57441f Background Color

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

This div background color is #57441f


#57441f Border Color

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

This div border color is #57441f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,68,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57441f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57441f;
  -webkit-box-shadow: 1px 1px 3px 2px #57441f;
  box-shadow:         1px 1px 3px 2px #57441f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57441f


Comments

No comments written yet.

Please login to write comment.