Color Hex Logo

#525421 Color Hex

#525421
(82,84,33)
0 Favorites   0 Comments

Color spaces of #525421

RGB 828433
HSL0.170.440.23
HSV62°61°33°
CMYK 0.020.000.61   0.67
XYZ6.92458.24432.6652
Yxy8.24430.38830.4623
Hunter Lab28.7129-7.199914.5956
CIE-Lab34.4866-8.787528.9756

#525421 color RGB value is (82,84,33).

#525421 hex color red value is 82, green value is 84 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #525421 hue: 0.17 , saturation: 0.44 and the lightness value of 525421 is 0.23.

The process color (four color CMYK) of #525421 color hex is 0.02, 0.00, 0.61, 0.67. Web safe color of #525421 is #666633. Color #525421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010100 00100001
Octal 122 124 41
Decimal 82 84 33
Hex 52 54 21

RGB Percentages of Color #525421

%41.21
%42.21
%16.58

CMYK Percentages of Color #525421

%2
%0
%61
%67

Triadic Colors of #525421

#525421 #215254 #542152

Analogous Colors of #525421

#525421 #395421 #543d21

Monochromatic Colors of #525421

#525421

Complementary Color

#525421 #232154

#525421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525421 Color CSS Codes

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

#525421 Text Font Color

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

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


#525421 Background Color

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

This div background color is #525421


#525421 Border Color

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

This div border color is #525421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525421


Comments

No comments written yet.

Please login to write comment.