Color Hex Logo

#525433 Color Hex

#525433
(82,84,51)
0 Favorites   0 Comments

Color spaces of #525433

RGB 828451
HSL0.180.240.26
HSV64°39°33°
CMYK 0.020.000.39   0.67
XYZ7.24758.37354.3662
Yxy8.37350.36260.4189
Hunter Lab28.9370-5.933011.3098
CIE-Lab34.7489-6.720719.0422

#525433 color RGB value is (82,84,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010100 00110011
Octal 122 124 63
Decimal 82 84 51
Hex 52 54 33

RGB Percentages of Color #525433

%37.79
%38.71
%23.50

CMYK Percentages of Color #525433

%2
%0
%39
%67

Triadic Colors of #525433

#525433 #335254 #543352

Analogous Colors of #525433

#525433 #425433 #544633

Monochromatic Colors of #525433

#525433

Complementary Color

#525433 #353354

#525433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525433 Color CSS Codes

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

#525433 Text Font Color

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

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


#525433 Background Color

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

This div background color is #525433


#525433 Border Color

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

This div border color is #525433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525433


Comments

No comments written yet.

Please login to write comment.