Color Hex Logo

#522540 Color Hex

#522540
(82,37,64)
0 Favorites   0 Comments

Color spaces of #522540

RGB 823764
HSL0.900.380.23
HSV324°55°32°
CMYK 0.000.550.22   0.68
XYZ5.06673.48715.2565
Yxy3.48710.36690.2525
Hunter Lab18.673815.7528-3.6180
CIE-Lab21.897724.8245-7.4833

#522540 color RGB value is (82,37,64).

#522540 hex color red value is 82, green value is 37 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #522540 hue: 0.90 , saturation: 0.38 and the lightness value of 522540 is 0.23.

The process color (four color CMYK) of #522540 color hex is 0.00, 0.55, 0.22, 0.68. Web safe color of #522540 is #663333. Color #522540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100101 01000000
Octal 122 45 100
Decimal 82 37 64
Hex 52 25 40

RGB Percentages of Color #522540

%44.81
%20.22
%34.97

CMYK Percentages of Color #522540

%0
%55
%22
%68

Triadic Colors of #522540

#522540 #405225 #254052

Analogous Colors of #522540

#522540 #52252a #4e2552

Monochromatic Colors of #522540

#522540

Complementary Color

#522540 #255237

#522540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522540 Color CSS Codes

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

#522540 Text Font Color

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

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


#522540 Background Color

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

This div background color is #522540


#522540 Border Color

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

This div border color is #522540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522540


Comments

No comments written yet.

Please login to write comment.