Color Hex Logo

#57202e Color Hex

#57202E
(87,32,46)
0 Favorites   0 Comments

Color spaces of #57202e

RGB 873246
HSL0.960.460.23
HSV345°63°34°
CMYK 0.000.630.47   0.66
XYZ4.94013.25652.9530
Yxy3.25650.44310.2921
Hunter Lab18.045817.28502.9299
CIE-Lab21.043226.92713.7782

#57202e color RGB value is (87,32,46).

#57202e hex color red value is 87, green value is 32 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #57202e hue: 0.96 , saturation: 0.46 and the lightness value of 57202e is 0.23.

The process color (four color CMYK) of #57202e color hex is 0.00, 0.63, 0.47, 0.66. Web safe color of #57202e is #663333. Color #57202e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100000 00101110
Octal 127 40 56
Decimal 87 32 46
Hex 57 20 2E

RGB Percentages of Color #57202e

%52.73
%19.39
%27.88

CMYK Percentages of Color #57202e

%0
%63
%47
%66

Triadic Colors of #57202e

#57202e #2e5720 #202e57

Analogous Colors of #57202e

#57202e #572e20 #57204a

Monochromatic Colors of #57202e

#57202e

Complementary Color

#57202e #205749

#57202e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57202e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57202e Color CSS Codes

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

#57202e Text Font Color

<p style="color:#57202e">Text here</p>

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


#57202e Background Color

<div style="background-color:#57202e">
Div content here</div>

This div background color is #57202e


#57202e Border Color

<div style="border:3px solid #57202e">
Div here</div>

This div border color is #57202e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,32,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57202e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57202e;
  -webkit-box-shadow: 1px 1px 3px 2px #57202e;
  box-shadow:         1px 1px 3px 2px #57202e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57202e


Comments

No comments written yet.

Please login to write comment.