Color Hex Logo

#52501f Color Hex

#52501F
(82,80,31)
0 Favorites   0 Comments

Color spaces of #52501f

RGB 828031
HSL0.160.450.22
HSV58°62°32°
CMYK 0.000.020.62   0.68
XYZ6.59577.63012.4214
Yxy7.63010.39620.4583
Hunter Lab27.6226-5.717614.1385
CIE-Lab33.2003-6.602428.5856

#52501f color RGB value is (82,80,31).

#52501f hex color red value is 82, green value is 80 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #52501f hue: 0.16 , saturation: 0.45 and the lightness value of 52501f is 0.22.

The process color (four color CMYK) of #52501f color hex is 0.00, 0.02, 0.62, 0.68. Web safe color of #52501f is #666633. Color #52501f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010000 00011111
Octal 122 120 37
Decimal 82 80 31
Hex 52 50 1F

RGB Percentages of Color #52501f

%42.49
%41.45
%16.06

CMYK Percentages of Color #52501f

%0
%2
%62
%68

Triadic Colors of #52501f

#52501f #1f5250 #501f52

Analogous Colors of #52501f

#52501f #3b521f #52371f

Monochromatic Colors of #52501f

#52501f

Complementary Color

#52501f #1f2152

#52501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52501f Color CSS Codes

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

#52501f Text Font Color

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

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


#52501f Background Color

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

This div background color is #52501f


#52501f Border Color

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

This div border color is #52501f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52501f


Comments

No comments written yet.

Please login to write comment.