Color Hex Logo

#57220f Color Hex

#57220F
(87,34,15)
0 Favorites   0 Comments

Color spaces of #57220f

RGB 873415
HSL0.040.710.20
HSV16°83°34°
CMYK 0.000.610.83   0.66
XYZ4.58873.20480.8287
Yxy3.20480.53220.3717
Hunter Lab17.902014.42549.7868
CIE-Lab20.846123.243024.0883

#57220f color RGB value is (87,34,15).

#57220f hex color red value is 87, green value is 34 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #57220f hue: 0.04 , saturation: 0.71 and the lightness value of 57220f is 0.20.

The process color (four color CMYK) of #57220f color hex is 0.00, 0.61, 0.83, 0.66. Web safe color of #57220f is #663300. Color #57220f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100010 00001111
Octal 127 42 17
Decimal 87 34 15
Hex 57 22 F

RGB Percentages of Color #57220f

%63.97
%25.00
%11.03

CMYK Percentages of Color #57220f

%0
%61
%83
%66

Triadic Colors of #57220f

#57220f #0f5722 #220f57

Analogous Colors of #57220f

#57220f #57460f #570f20

Monochromatic Colors of #57220f

#57220f

Complementary Color

#57220f #0f4457

#57220f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57220f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57220f Color CSS Codes

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

#57220f Text Font Color

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

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


#57220f Background Color

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

This div background color is #57220f


#57220f Border Color

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

This div border color is #57220f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57220f


Comments

No comments written yet.

Please login to write comment.