Color Hex Logo

#525328 Color Hex

#525328
(82,83,40)
0 Favorites   0 Comments

Color spaces of #525328

RGB 828340
HSL0.170.350.24
HSV61°52°33°
CMYK 0.010.000.52   0.67
XYZ6.95598.13363.2108
Yxy8.13360.38010.4445
Hunter Lab28.5195-6.372913.2886
CIE-Lab34.2596-7.494024.8650

#525328 color RGB value is (82,83,40).

#525328 hex color red value is 82, green value is 83 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #525328 hue: 0.17 , saturation: 0.35 and the lightness value of 525328 is 0.24.

The process color (four color CMYK) of #525328 color hex is 0.01, 0.00, 0.52, 0.67. Web safe color of #525328 is #666633. Color #525328 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010011 00101000
Octal 122 123 50
Decimal 82 83 40
Hex 52 53 28

RGB Percentages of Color #525328

%40.00
%40.49
%19.51

CMYK Percentages of Color #525328

%1
%0
%52
%67

Triadic Colors of #525328

#525328 #285253 #532852

Analogous Colors of #525328

#525328 #3d5328 #533f28

Monochromatic Colors of #525328

#525328

Complementary Color

#525328 #292853

#525328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525328 Color CSS Codes

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

#525328 Text Font Color

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

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


#525328 Background Color

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

This div background color is #525328


#525328 Border Color

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

This div border color is #525328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525328


Comments

No comments written yet.

Please login to write comment.