Color Hex Logo

#525132 Color Hex

#525132
(82,81,50)
0 Favorites   0 Comments

Color spaces of #525132

RGB 828150
HSL0.160.240.26
HSV58°39°32°
CMYK 0.000.010.39   0.68
XYZ6.99787.90904.1754
Yxy7.90900.36670.4145
Hunter Lab28.1229-4.799210.8833
CIE-Lab33.7926-5.062218.4055

#525132 color RGB value is (82,81,50).

#525132 hex color red value is 82, green value is 81 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #525132 hue: 0.16 , saturation: 0.24 and the lightness value of 525132 is 0.26.

The process color (four color CMYK) of #525132 color hex is 0.00, 0.01, 0.39, 0.68. Web safe color of #525132 is #666633. Color #525132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010001 00110010
Octal 122 121 62
Decimal 82 81 50
Hex 52 51 32

RGB Percentages of Color #525132

%38.50
%38.03
%23.47

CMYK Percentages of Color #525132

%0
%1
%39
%68

Triadic Colors of #525132

#525132 #325251 #513252

Analogous Colors of #525132

#525132 #435232 #524132

Monochromatic Colors of #525132

#525132

Complementary Color

#525132 #323352

#525132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525132 Color CSS Codes

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

#525132 Text Font Color

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

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


#525132 Background Color

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

This div background color is #525132


#525132 Border Color

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

This div border color is #525132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525132


Comments

No comments written yet.

Please login to write comment.