Color Hex Logo

#57530f Color Hex

#57530F
(87,83,15)
0 Favorites   0 Comments

Color spaces of #57530f

RGB 878315
HSL0.160.710.20
HSV57°83°34°
CMYK 0.000.050.83   0.66
XYZ7.11008.24721.6691
Yxy8.24720.41760.4844
Hunter Lab28.7179-6.063316.6566
CIE-Lab34.4925-6.964737.3735

#57530f color RGB value is (87,83,15).

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

The process color (four color CMYK) of #57530f color hex is 0.00, 0.05, 0.83, 0.66. Web safe color of #57530f is #666600. Color #57530f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010011 00001111
Octal 127 123 17
Decimal 87 83 15
Hex 57 53 F

RGB Percentages of Color #57530f

%47.03
%44.86
%8.11

CMYK Percentages of Color #57530f

%0
%5
%83
%66

Triadic Colors of #57530f

#57530f #0f5753 #530f57

Analogous Colors of #57530f

#57530f #37570f #572f0f

Monochromatic Colors of #57530f

#57530f

Complementary Color

#57530f #0f1357

#57530f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57530f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57530f Color CSS Codes

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

#57530f Text Font Color

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

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


#57530f Background Color

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

This div background color is #57530f


#57530f Border Color

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

This div border color is #57530f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57530f


Comments

No comments written yet.

Please login to write comment.