Color Hex Logo

#57311f Color Hex

#57311F
(87,49,31)
0 Favorites   0 Comments

Color spaces of #57311f

RGB 874931
HSL0.050.470.23
HSV19°64°34°
CMYK 0.000.440.64   0.66
XYZ5.27614.32181.8524
Yxy4.32180.46080.3774
Hunter Lab20.78898.92159.2692
CIE-Lab24.708015.268618.7477

#57311f color RGB value is (87,49,31).

#57311f hex color red value is 87, green value is 49 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #57311f hue: 0.05 , saturation: 0.47 and the lightness value of 57311f is 0.23.

The process color (four color CMYK) of #57311f color hex is 0.00, 0.44, 0.64, 0.66. Web safe color of #57311f is #663333. Color #57311f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 00011111
Octal 127 61 37
Decimal 87 49 31
Hex 57 31 1F

RGB Percentages of Color #57311f

%52.10
%29.34
%18.56

CMYK Percentages of Color #57311f

%0
%44
%64
%66

Triadic Colors of #57311f

#57311f #1f5731 #311f57

Analogous Colors of #57311f

#57311f #574d1f #571f29

Monochromatic Colors of #57311f

#57311f

Complementary Color

#57311f #1f4557

#57311f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57311f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57311f Color CSS Codes

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

#57311f Text Font Color

<p style="color:#57311f">Text here</p>

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


#57311f Background Color

<div style="background-color:#57311f">
Div content here</div>

This div background color is #57311f


#57311f Border Color

<div style="border:3px solid #57311f">
Div here</div>

This div border color is #57311f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57311f

#57311f Color Palettes


Comments

No comments written yet.

Please login to write comment.