Color Hex Logo

#57150c Color Hex

#57150C
(87,21,12)
0 Favorites   0 Comments

Color spaces of #57150c

RGB 872112
HSL0.020.760.19
HSV86°34°
CMYK 0.000.760.86   0.66
XYZ4.26502.58910.6228
Yxy2.58910.57040.3463
Hunter Lab16.090719.15468.9686
CIE-Lab18.316929.759122.6726

#57150c color RGB value is (87,21,12).

#57150c hex color red value is 87, green value is 21 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #57150c hue: 0.02 , saturation: 0.76 and the lightness value of 57150c is 0.19.

The process color (four color CMYK) of #57150c color hex is 0.00, 0.76, 0.86, 0.66. Web safe color of #57150c is #660000. Color #57150c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00010101 00001100
Octal 127 25 14
Decimal 87 21 12
Hex 57 15 C

RGB Percentages of Color #57150c

%72.50
%17.50
%10.00

CMYK Percentages of Color #57150c

%0
%76
%86
%66

Triadic Colors of #57150c

#57150c #0c5715 #150c57

Analogous Colors of #57150c

#57150c #573b0c #570c29

Monochromatic Colors of #57150c

#57150c

Complementary Color

#57150c #0c4e57

#57150c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57150c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57150c Color CSS Codes

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

#57150c Text Font Color

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

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


#57150c Background Color

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

This div background color is #57150c


#57150c Border Color

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

This div border color is #57150c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57150c


Comments

No comments written yet.

Please login to write comment.