Color Hex Logo

#57313e Color Hex

#57313E
(87,49,62)
0 Favorites   0 Comments

Color spaces of #57313e

RGB 874962
HSL0.940.280.27
HSV339°44°34°
CMYK 0.000.440.29   0.66
XYZ5.89834.57075.1288
Yxy4.57070.37810.2930
Hunter Lab21.379211.83270.7420
CIE-Lab25.474919.1836-0.7211

#57313e color RGB value is (87,49,62).

#57313e hex color red value is 87, green value is 49 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #57313e hue: 0.94 , saturation: 0.28 and the lightness value of 57313e is 0.27.

The process color (four color CMYK) of #57313e color hex is 0.00, 0.44, 0.29, 0.66. Web safe color of #57313e is #663333. Color #57313e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 00111110
Octal 127 61 76
Decimal 87 49 62
Hex 57 31 3E

RGB Percentages of Color #57313e

%43.94
%24.75
%31.31

CMYK Percentages of Color #57313e

%0
%44
%29
%66

Triadic Colors of #57313e

#57313e #3e5731 #313e57

Analogous Colors of #57313e

#57313e #573731 #573151

Monochromatic Colors of #57313e

#57313e

Complementary Color

#57313e #31574a

#57313e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57313e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57313e Color CSS Codes

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

#57313e Text Font Color

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

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


#57313e Background Color

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

This div background color is #57313e


#57313e Border Color

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

This div border color is #57313e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57313e

#57313e Color Palettes


Comments

No comments written yet.

Please login to write comment.