Color Hex Logo

#57223f Color Hex

#57223F
(87,34,63)
0 Favorites   0 Comments

Color spaces of #57223f

RGB 873463
HSL0.910.440.24
HSV327°61°34°
CMYK 0.000.610.28   0.66
XYZ5.39973.52925.0992
Yxy3.52920.38490.2516
Hunter Lab18.786218.4304-2.9430
CIE-Lab22.049628.2051-6.4876

#57223f color RGB value is (87,34,63).

#57223f hex color red value is 87, green value is 34 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #57223f hue: 0.91 , saturation: 0.44 and the lightness value of 57223f is 0.24.

The process color (four color CMYK) of #57223f color hex is 0.00, 0.61, 0.28, 0.66. Web safe color of #57223f is #663333. Color #57223f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100010 00111111
Octal 127 42 77
Decimal 87 34 63
Hex 57 22 3F

RGB Percentages of Color #57223f

%47.28
%18.48
%34.24

CMYK Percentages of Color #57223f

%0
%61
%28
%66

Triadic Colors of #57223f

#57223f #3f5722 #223f57

Analogous Colors of #57223f

#57223f #572224 #552257

Monochromatic Colors of #57223f

#57223f

Complementary Color

#57223f #22573a

#57223f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57223f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57223f Color CSS Codes

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

#57223f Text Font Color

<p style="color:#57223f">Text here</p>

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


#57223f Background Color

<div style="background-color:#57223f">
Div content here</div>

This div background color is #57223f


#57223f Border Color

<div style="border:3px solid #57223f">
Div here</div>

This div border color is #57223f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,34,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57223f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57223f;
  -webkit-box-shadow: 1px 1px 3px 2px #57223f;
  box-shadow:         1px 1px 3px 2px #57223f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57223f


Comments

No comments written yet.

Please login to write comment.