Color Hex Logo

#525522 Color Hex

#525522
(82,85,34)
0 Favorites   0 Comments

Color spaces of #525522

RGB 828534
HSL0.180.430.23
HSV64°60°33°
CMYK 0.040.000.60   0.67
XYZ7.01698.40632.7661
Yxy8.40630.38580.4622
Hunter Lab28.9936-7.539114.6390
CIE-Lab34.8151-9.278928.8183

#525522 color RGB value is (82,85,34).

#525522 hex color red value is 82, green value is 85 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #525522 hue: 0.18 , saturation: 0.43 and the lightness value of 525522 is 0.23.

The process color (four color CMYK) of #525522 color hex is 0.04, 0.00, 0.60, 0.67. Web safe color of #525522 is #666633. Color #525522 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010101 00100010
Octal 122 125 42
Decimal 82 85 34
Hex 52 55 22

RGB Percentages of Color #525522

%40.80
%42.29
%16.92

CMYK Percentages of Color #525522

%4
%0
%60
%67

Triadic Colors of #525522

#525522 #225255 #552252

Analogous Colors of #525522

#525522 #395522 #553f22

Monochromatic Colors of #525522

#525522

Complementary Color

#525522 #252255

#525522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525522 Color CSS Codes

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

#525522 Text Font Color

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

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


#525522 Background Color

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

This div background color is #525522


#525522 Border Color

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

This div border color is #525522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525522


Comments

No comments written yet.

Please login to write comment.