Color Hex Logo

#525419 Color Hex

#525419
(82,84,25)
0 Favorites   0 Comments

Color spaces of #525419

RGB 828425
HSL0.170.540.21
HSV62°70°33°
CMYK 0.020.000.70   0.67
XYZ6.82558.20472.1436
Yxy8.20470.39740.4777
Hunter Lab28.6438-7.592215.6136
CIE-Lab34.4056-9.438532.9024

#525419 color RGB value is (82,84,25).

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

The process color (four color CMYK) of #525419 color hex is 0.02, 0.00, 0.70, 0.67. Web safe color of #525419 is #666600. Color #525419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010100 00011001
Octal 122 124 31
Decimal 82 84 25
Hex 52 54 19

RGB Percentages of Color #525419

%42.93
%43.98
%13.09

CMYK Percentages of Color #525419

%2
%0
%70
%67

Triadic Colors of #525419

#525419 #195254 #541952

Analogous Colors of #525419

#525419 #355419 #543919

Monochromatic Colors of #525419

#525419

Complementary Color

#525419 #1b1954

#525419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#525419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#525419 Color CSS Codes

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

#525419 Text Font Color

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

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


#525419 Background Color

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

This div background color is #525419


#525419 Border Color

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

This div border color is #525419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #525419


Comments

No comments written yet.

Please login to write comment.