Color Hex Logo

#52524f Color Hex

#52524F
(82,82,79)
0 Favorites   0 Comments

Color spaces of #52524f

RGB 828279
HSL0.170.020.32
HSV60°32°
CMYK 0.000.000.04   0.68
XYZ7.90838.39298.6003
Yxy8.39290.31760.3370
Hunter Lab28.9705-1.97192.6783
CIE-Lab34.7881-0.63211.7537

#52524f color RGB value is (82,82,79).

#52524f hex color red value is 82, green value is 82 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #52524f hue: 0.17 , saturation: 0.02 and the lightness value of 52524f is 0.32.

The process color (four color CMYK) of #52524f color hex is 0.00, 0.00, 0.04, 0.68. Web safe color of #52524f is #666666. Color #52524f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010010 01001111
Octal 122 122 117
Decimal 82 82 79
Hex 52 52 4F

RGB Percentages of Color #52524f

%33.74
%33.74
%32.51

CMYK Percentages of Color #52524f

%0
%0
%4
%68

Triadic Colors of #52524f

#52524f #4f5252 #524f52

Analogous Colors of #52524f

#52524f #51524f #52514f

Monochromatic Colors of #52524f

#52524f

Complementary Color

#52524f #4f4f52

#52524f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52524f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52524f Color CSS Codes

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

#52524f Text Font Color

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

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


#52524f Background Color

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

This div background color is #52524f


#52524f Border Color

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

This div border color is #52524f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52524f


Comments

No comments written yet.

Please login to write comment.