Color Hex Logo

#57212e Color Hex

#57212E
(87,33,46)
0 Favorites   0 Comments

Color spaces of #57212e

RGB 873346
HSL0.960.450.24
HSV346°62°34°
CMYK 0.000.620.47   0.66
XYZ4.96753.31122.9621
Yxy3.31120.44190.2946
Hunter Lab18.196716.88433.0863
CIE-Lab21.249426.38244.0721

#57212e color RGB value is (87,33,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100001 00101110
Octal 127 41 56
Decimal 87 33 46
Hex 57 21 2E

RGB Percentages of Color #57212e

%52.41
%19.88
%27.71

CMYK Percentages of Color #57212e

%0
%62
%47
%66

Triadic Colors of #57212e

#57212e #2e5721 #212e57

Analogous Colors of #57212e

#57212e #572f21 #572149

Monochromatic Colors of #57212e

#57212e

Complementary Color

#57212e #21574a

#57212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57212e Color CSS Codes

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

#57212e Text Font Color

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

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


#57212e Background Color

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

This div background color is #57212e


#57212e Border Color

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

This div border color is #57212e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,33,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 #57212e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57212e


Comments

No comments written yet.

Please login to write comment.