Color Hex Logo

#57472f Color Hex

#57472F
(87,71,47)
0 Favorites   0 Comments

Color spaces of #57472f

RGB 877147
HSL0.100.300.26
HSV36°46°34°
CMYK 0.000.180.46   0.66
XYZ6.69686.73793.6369
Yxy6.73790.39230.3947
Hunter Lab25.95750.62599.8631
CIE-Lab31.20263.052916.9738

#57472f color RGB value is (87,71,47).

#57472f hex color red value is 87, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #57472f hue: 0.10 , saturation: 0.30 and the lightness value of 57472f is 0.26.

The process color (four color CMYK) of #57472f color hex is 0.00, 0.18, 0.46, 0.66. Web safe color of #57472f is #663333. Color #57472f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000111 00101111
Octal 127 107 57
Decimal 87 71 47
Hex 57 47 2F

RGB Percentages of Color #57472f

%42.44
%34.63
%22.93

CMYK Percentages of Color #57472f

%0
%18
%46
%66

Triadic Colors of #57472f

#57472f #2f5747 #472f57

Analogous Colors of #57472f

#57472f #53572f #57332f

Monochromatic Colors of #57472f

#57472f

Complementary Color

#57472f #2f3f57

#57472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57472f Color CSS Codes

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

#57472f Text Font Color

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

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


#57472f Background Color

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

This div background color is #57472f


#57472f Border Color

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

This div border color is #57472f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57472f


Comments

No comments written yet.

Please login to write comment.