Color Hex Logo

#52715f Color Hex

#52715F
(82,113,95)
0 Favorites   0 Comments

Color spaces of #52715f

RGB 8211395
HSL0.400.160.38
HSV145°27°44°
CMYK 0.270.000.16   0.56
XYZ11.450414.430313.0083
Yxy14.43030.29440.3711
Hunter Lab37.9872-12.67286.2879
CIE-Lab44.8438-15.31446.4000

#52715f color RGB value is (82,113,95).

#52715f hex color red value is 82, green value is 113 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #52715f hue: 0.40 , saturation: 0.16 and the lightness value of 52715f is 0.38.

The process color (four color CMYK) of #52715f color hex is 0.27, 0.00, 0.16, 0.56. Web safe color of #52715f is #666666. Color #52715f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110001 01011111
Octal 122 161 137
Decimal 82 113 95
Hex 52 71 5F

RGB Percentages of Color #52715f

%28.28
%38.97
%32.76

CMYK Percentages of Color #52715f

%27
%0
%16
%56

Triadic Colors of #52715f

#52715f #5f5271 #715f52

Analogous Colors of #52715f

#52715f #52716f #557152

Monochromatic Colors of #52715f

#52715f

Complementary Color

#52715f #715264

#52715f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52715f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52715f Color CSS Codes

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

#52715f Text Font Color

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

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


#52715f Background Color

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

This div background color is #52715f


#52715f Border Color

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

This div border color is #52715f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,113,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52715f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52715f;
  -webkit-box-shadow: 1px 1px 3px 2px #52715f;
  box-shadow:         1px 1px 3px 2px #52715f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,113,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52715f


Comments

No comments written yet.

Please login to write comment.