Color Hex Logo

#52504f Color Hex

#52504F
(82,80,79)
0 Favorites   0 Comments

Color spaces of #52504f

RGB 828079
HSL0.060.020.32
HSV20°32°
CMYK 0.000.020.04   0.68
XYZ7.75968.09578.5508
Yxy8.09570.31790.3317
Hunter Lab28.4529-1.11272.0990
CIE-Lab34.18140.60620.8726

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010000 01001111
Octal 122 120 117
Decimal 82 80 79
Hex 52 50 4F

RGB Percentages of Color #52504f

%34.02
%33.20
%32.78

CMYK Percentages of Color #52504f

%0
%2
%4
%68

Triadic Colors of #52504f

#52504f #4f5250 #504f52

Analogous Colors of #52504f

#52504f #52524f #524f50

Monochromatic Colors of #52504f

#52504f

Complementary Color

#52504f #4f5152

#52504f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52504f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52504f Color CSS Codes

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

#52504f Text Font Color

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

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


#52504f Background Color

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

This div background color is #52504f


#52504f Border Color

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

This div border color is #52504f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52504f


Comments

No comments written yet.

Please login to write comment.