Color Hex Logo

#57312a Color Hex

#57312A
(87,49,42)
0 Favorites   0 Comments

Color spaces of #57312a

RGB 874942
HSL0.030.350.25
HSV52°34°
CMYK 0.000.440.52   0.66
XYZ5.44674.39002.7508
Yxy4.39000.43270.3488
Hunter Lab20.95239.73576.8825
CIE-Lab24.921016.384411.8681

#57312a color RGB value is (87,49,42).

#57312a hex color red value is 87, green value is 49 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #57312a hue: 0.03 , saturation: 0.35 and the lightness value of 57312a is 0.25.

The process color (four color CMYK) of #57312a color hex is 0.00, 0.44, 0.52, 0.66. Web safe color of #57312a is #663333. Color #57312a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110001 00101010
Octal 127 61 52
Decimal 87 49 42
Hex 57 31 2A

RGB Percentages of Color #57312a

%48.88
%27.53
%23.60

CMYK Percentages of Color #57312a

%0
%44
%52
%66

Triadic Colors of #57312a

#57312a #2a5731 #312a57

Analogous Colors of #57312a

#57312a #57482a #572a3a

Monochromatic Colors of #57312a

#57312a

Complementary Color

#57312a #2a5057

#57312a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57312a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57312a Color CSS Codes

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

#57312a Text Font Color

<p style="color:#57312a">Text here</p>

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


#57312a Background Color

<div style="background-color:#57312a">
Div content here</div>

This div background color is #57312a


#57312a Border Color

<div style="border:3px solid #57312a">
Div here</div>

This div border color is #57312a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57312a


Comments

No comments written yet.

Please login to write comment.