Color Hex Logo

#57343c Color Hex

#57343C
(87,52,60)
0 Favorites   0 Comments

Color spaces of #57343c

RGB 875260
HSL0.960.250.27
HSV346°40°34°
CMYK 0.000.400.31   0.66
XYZ5.97414.80854.8882
Yxy4.80850.38120.3068
Hunter Lab21.928310.25572.1330
CIE-Lab26.182116.98001.6457

#57343c color RGB value is (87,52,60).

#57343c hex color red value is 87, green value is 52 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #57343c hue: 0.96 , saturation: 0.25 and the lightness value of 57343c is 0.27.

The process color (four color CMYK) of #57343c color hex is 0.00, 0.40, 0.31, 0.66. Web safe color of #57343c is #663333. Color #57343c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110100 00111100
Octal 127 64 74
Decimal 87 52 60
Hex 57 34 3C

RGB Percentages of Color #57343c

%43.72
%26.13
%30.15

CMYK Percentages of Color #57343c

%0
%40
%31
%66

Triadic Colors of #57343c

#57343c #3c5734 #343c57

Analogous Colors of #57343c

#57343c #573e34 #57344e

Monochromatic Colors of #57343c

#57343c

Complementary Color

#57343c #34574f

#57343c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57343c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57343c Color CSS Codes

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

#57343c Text Font Color

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

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


#57343c Background Color

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

This div background color is #57343c


#57343c Border Color

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

This div border color is #57343c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57343c


Comments

No comments written yet.

Please login to write comment.