Color Hex Logo

#522a47 Color Hex

#522A47
(82,42,71)
0 Favorites   0 Comments

Color spaces of #522a47

RGB 824271
HSL0.880.320.24
HSV317°49°32°
CMYK 0.000.490.13   0.68
XYZ5.44503.90476.4279
Yxy3.90470.34510.2475
Hunter Lab19.760314.6055-5.4544
CIE-Lab23.353823.1193-10.0238

#522a47 color RGB value is (82,42,71).

#522a47 hex color red value is 82, green value is 42 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #522a47 hue: 0.88 , saturation: 0.32 and the lightness value of 522a47 is 0.24.

The process color (four color CMYK) of #522a47 color hex is 0.00, 0.49, 0.13, 0.68. Web safe color of #522a47 is #663333. Color #522a47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00101010 01000111
Octal 122 52 107
Decimal 82 42 71
Hex 52 2A 47

RGB Percentages of Color #522a47

%42.05
%21.54
%36.41

CMYK Percentages of Color #522a47

%0
%49
%13
%68

Triadic Colors of #522a47

#522a47 #47522a #2a4752

Analogous Colors of #522a47

#522a47 #522a33 #492a52

Monochromatic Colors of #522a47

#522a47

Complementary Color

#522a47 #2a5235

#522a47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#522a47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#522a47 Color CSS Codes

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

#522a47 Text Font Color

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

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


#522a47 Background Color

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

This div background color is #522a47


#522a47 Border Color

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

This div border color is #522a47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,42,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #522a47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #522a47;
  -webkit-box-shadow: 1px 1px 3px 2px #522a47;
  box-shadow:         1px 1px 3px 2px #522a47; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #522a47


Comments

No comments written yet.

Please login to write comment.