Color Hex Logo

#525a35 Color Hex

#525A35
(82,90,53)
0 Favorites   0 Comments

Color spaces of #525a35

RGB 829053
HSL0.200.260.28
HSV73°41°35°
CMYK 0.090.000.41   0.65
XYZ7.77849.36324.7655
Yxy9.36320.35510.4274
Hunter Lab30.5993-8.173912.1858
CIE-Lab36.6744-9.964320.3357

#525a35 color RGB value is (82,90,53).

#525a35 hex color red value is 82, green value is 90 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #525a35 hue: 0.20 , saturation: 0.26 and the lightness value of 525a35 is 0.28.

The process color (four color CMYK) of #525a35 color hex is 0.09, 0.00, 0.41, 0.65. Web safe color of #525a35 is #666633. Color #525a35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01011010 00110101
Octal 122 132 65
Decimal 82 90 53
Hex 52 5A 35

RGB Percentages of Color #525a35

%36.44
%40.00
%23.56

CMYK Percentages of Color #525a35

%9
%0
%41
%65

Triadic Colors of #525a35

#525a35 #35525a #5a3552

Analogous Colors of #525a35

#525a35 #405a35 #5a5035

Monochromatic Colors of #525a35

#525a35

Complementary Color

#525a35 #3d355a

#525a35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525a35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525a35 Color CSS Codes

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

#525a35 Text Font Color

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

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


#525a35 Background Color

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

This div background color is #525a35


#525a35 Border Color

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

This div border color is #525a35


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,90,53, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #525a35; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #525a35;
  -webkit-box-shadow: 1px 1px 3px 2px #525a35;
  box-shadow:         1px 1px 3px 2px #525a35; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525a35


Comments

No comments written yet.

Please login to write comment.