Color Hex Logo

#57342d Color Hex

#57342D
(87,52,45)
0 Favorites   0 Comments

Color spaces of #57342d

RGB 875245
HSL0.030.320.26
HSV10°48°34°
CMYK 0.000.400.48   0.66
XYZ5.63214.67173.0875
Yxy4.67170.42060.3489
Hunter Lab21.61418.68796.6605
CIE-Lab25.778214.852511.0432

#57342d color RGB value is (87,52,45).

#57342d hex color red value is 87, green value is 52 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #57342d hue: 0.03 , saturation: 0.32 and the lightness value of 57342d is 0.26.

The process color (four color CMYK) of #57342d color hex is 0.00, 0.40, 0.48, 0.66. Web safe color of #57342d is #663333. Color #57342d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110100 00101101
Octal 127 64 55
Decimal 87 52 45
Hex 57 34 2D

RGB Percentages of Color #57342d

%47.28
%28.26
%24.46

CMYK Percentages of Color #57342d

%0
%40
%48
%66

Triadic Colors of #57342d

#57342d #2d5734 #342d57

Analogous Colors of #57342d

#57342d #57492d #572d3b

Monochromatic Colors of #57342d

#57342d

Complementary Color

#57342d #2d5057

#57342d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57342d Color Preview on White Background

Lorem ipsum dolor sit amet.

#57342d Color CSS Codes

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

#57342d Text Font Color

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

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


#57342d Background Color

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

This div background color is #57342d


#57342d Border Color

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

This div border color is #57342d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,52,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57342d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57342d;
  -webkit-box-shadow: 1px 1px 3px 2px #57342d;
  box-shadow:         1px 1px 3px 2px #57342d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57342d


Comments

No comments written yet.

Please login to write comment.