Color Hex Logo

#57112c Color Hex

#57112C
(87,17,44)
0 Favorites   0 Comments

Color spaces of #57112c

RGB 871744
HSL0.940.670.20
HSV337°80°34°
CMYK 0.000.800.49   0.66
XYZ4.58562.60902.6448
Yxy2.60900.46600.2652
Hunter Lab16.152422.40871.5985
CIE-Lab18.404633.72591.3966

#57112c color RGB value is (87,17,44).

#57112c hex color red value is 87, green value is 17 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #57112c hue: 0.94 , saturation: 0.67 and the lightness value of 57112c is 0.20.

The process color (four color CMYK) of #57112c color hex is 0.00, 0.80, 0.49, 0.66. Web safe color of #57112c is #660033. Color #57112c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010001 00101100
Octal 127 21 54
Decimal 87 17 44
Hex 57 11 2C

RGB Percentages of Color #57112c

%58.78
%11.49
%29.73

CMYK Percentages of Color #57112c

%0
%80
%49
%66

Triadic Colors of #57112c

#57112c #2c5711 #112c57

Analogous Colors of #57112c

#57112c #571911 #57114f

Monochromatic Colors of #57112c

#57112c

Complementary Color

#57112c #11573c

#57112c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57112c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57112c Color CSS Codes

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

#57112c Text Font Color

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

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


#57112c Background Color

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

This div background color is #57112c


#57112c Border Color

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

This div border color is #57112c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57112c


Comments

No comments written yet.

Please login to write comment.