Color Hex Logo

#52522d Color Hex

#52522D
(82,82,45)
0 Favorites   0 Comments

Color spaces of #52522d

RGB 828245
HSL0.170.290.25
HSV60°45°32°
CMYK 0.000.000.45   0.68
XYZ6.97068.01793.6628
Yxy8.01790.37370.4299
Hunter Lab28.3159-5.611012.1517
CIE-Lab34.0201-6.314621.6790

#52522d color RGB value is (82,82,45).

#52522d hex color red value is 82, green value is 82 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #52522d hue: 0.17 , saturation: 0.29 and the lightness value of 52522d is 0.25.

The process color (four color CMYK) of #52522d color hex is 0.00, 0.00, 0.45, 0.68. Web safe color of #52522d is #666633. Color #52522d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010010 00101101
Octal 122 122 55
Decimal 82 82 45
Hex 52 52 2D

RGB Percentages of Color #52522d

%39.23
%39.23
%21.53

CMYK Percentages of Color #52522d

%0
%0
%45
%68

Triadic Colors of #52522d

#52522d #2d5252 #522d52

Analogous Colors of #52522d

#52522d #40522d #52402d

Monochromatic Colors of #52522d

#52522d

Complementary Color

#52522d #2d2d52

#52522d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52522d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52522d Color CSS Codes

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

#52522d Text Font Color

<p style="color:#52522d">Text here</p>

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


#52522d Background Color

<div style="background-color:#52522d">
Div content here</div>

This div background color is #52522d


#52522d Border Color

<div style="border:3px solid #52522d">
Div here</div>

This div border color is #52522d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52522d


Comments

No comments written yet.

Please login to write comment.