Color Hex Logo

#57301c Color Hex

#57301C
(87,48,28)
0 Favorites   0 Comments

Color spaces of #57301c

RGB 874828
HSL0.060.510.23
HSV20°68°34°
CMYK 0.000.450.68   0.66
XYZ5.19704.22401.6400
Yxy4.22400.46980.3819
Hunter Lab20.55249.17009.6555
CIE-Lab24.398615.644320.2606

#57301c color RGB value is (87,48,28).

#57301c hex color red value is 87, green value is 48 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #57301c hue: 0.06 , saturation: 0.51 and the lightness value of 57301c is 0.23.

The process color (four color CMYK) of #57301c color hex is 0.00, 0.45, 0.68, 0.66. Web safe color of #57301c is #663333. Color #57301c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110000 00011100
Octal 127 60 34
Decimal 87 48 28
Hex 57 30 1C

RGB Percentages of Color #57301c

%53.37
%29.45
%17.18

CMYK Percentages of Color #57301c

%0
%45
%68
%66

Triadic Colors of #57301c

#57301c #1c5730 #301c57

Analogous Colors of #57301c

#57301c #574e1c #571c26

Monochromatic Colors of #57301c

#57301c

Complementary Color

#57301c #1c4357

#57301c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57301c Color Preview on White Background

Lorem ipsum dolor sit amet.

#57301c Color CSS Codes

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

#57301c Text Font Color

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

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


#57301c Background Color

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

This div background color is #57301c


#57301c Border Color

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

This div border color is #57301c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57301c


Comments

No comments written yet.

Please login to write comment.