Color Hex Logo

#57482e Color Hex

#57482E
(87,72,46)
0 Favorites   0 Comments

Color spaces of #57482e

RGB 877246
HSL0.110.310.26
HSV38°47°34°
CMYK 0.000.170.47   0.66
XYZ6.74106.85823.5532
Yxy6.85820.39300.3998
Hunter Lab26.18820.117710.2873
CIE-Lab31.48192.302517.9532

#57482e color RGB value is (87,72,46).

#57482e hex color red value is 87, green value is 72 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #57482e hue: 0.11 , saturation: 0.31 and the lightness value of 57482e is 0.26.

The process color (four color CMYK) of #57482e color hex is 0.00, 0.17, 0.47, 0.66. Web safe color of #57482e is #663333. Color #57482e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001000 00101110
Octal 127 110 56
Decimal 87 72 46
Hex 57 48 2E

RGB Percentages of Color #57482e

%42.44
%35.12
%22.44

CMYK Percentages of Color #57482e

%0
%17
%47
%66

Triadic Colors of #57482e

#57482e #2e5748 #482e57

Analogous Colors of #57482e

#57482e #52572e #57342e

Monochromatic Colors of #57482e

#57482e

Complementary Color

#57482e #2e3d57

#57482e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57482e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57482e Color CSS Codes

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

#57482e Text Font Color

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

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


#57482e Background Color

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

This div background color is #57482e


#57482e Border Color

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

This div border color is #57482e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,72,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57482e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57482e;
  -webkit-box-shadow: 1px 1px 3px 2px #57482e;
  box-shadow:         1px 1px 3px 2px #57482e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57482e


Comments

No comments written yet.

Please login to write comment.