Color Hex Logo

#57310e Color Hex

#57310E
(87,49,14)
0 Favorites   0 Comments

Color spaces of #57310e

RGB 874914
HSL0.080.720.20
HSV29°84°34°
CMYK 0.000.440.84   0.66
XYZ5.10814.25460.9675
Yxy4.25460.49450.4119
Hunter Lab20.62678.108011.6577
CIE-Lab24.495914.136528.3957

#57310e color RGB value is (87,49,14).

#57310e hex color red value is 87, green value is 49 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #57310e hue: 0.08 , saturation: 0.72 and the lightness value of 57310e is 0.20.

The process color (four color CMYK) of #57310e color hex is 0.00, 0.44, 0.84, 0.66. Web safe color of #57310e is #663300. Color #57310e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 00001110
Octal 127 61 16
Decimal 87 49 14
Hex 57 31 E

RGB Percentages of Color #57310e

%58.00
%32.67
%9.33

CMYK Percentages of Color #57310e

%0
%44
%84
%66

Triadic Colors of #57310e

#57310e #0e5731 #310e57

Analogous Colors of #57310e

#57310e #57560e #570e10

Monochromatic Colors of #57310e

#57310e

Complementary Color

#57310e #0e3457

#57310e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57310e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57310e Color CSS Codes

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

#57310e Text Font Color

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

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


#57310e Background Color

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

This div background color is #57310e


#57310e Border Color

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

This div border color is #57310e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57310e


Comments

No comments written yet.

Please login to write comment.