Color Hex Logo

#57253f Color Hex

#57253F
(87,37,63)
0 Favorites   0 Comments

Color spaces of #57253f

RGB 873763
HSL0.910.400.24
HSV329°57°34°
CMYK 0.000.570.28   0.66
XYZ5.48933.70835.1291
Yxy3.70830.38320.2588
Hunter Lab19.256917.1828-2.3121
CIE-Lab22.682726.5337-5.5368

#57253f color RGB value is (87,37,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100101 00111111
Octal 127 45 77
Decimal 87 37 63
Hex 57 25 3F

RGB Percentages of Color #57253f

%46.52
%19.79
%33.69

CMYK Percentages of Color #57253f

%0
%57
%28
%66

Triadic Colors of #57253f

#57253f #3f5725 #253f57

Analogous Colors of #57253f

#57253f #572526 #562557

Monochromatic Colors of #57253f

#57253f

Complementary Color

#57253f #25573d

#57253f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57253f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57253f Color CSS Codes

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

#57253f Text Font Color

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

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


#57253f Background Color

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

This div background color is #57253f


#57253f Border Color

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

This div border color is #57253f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57253f


Comments

No comments written yet.

Please login to write comment.