Color Hex Logo

#521521 Color Hex

#521521
(82,21,33)
0 Favorites   0 Comments

Color spaces of #521521

RGB 822133
HSL0.970.590.20
HSV348°74°32°
CMYK 0.000.740.60   0.68
XYZ4.02242.44001.6978
Yxy2.44000.49290.2990
Hunter Lab15.620518.62934.4901
CIE-Lab17.645129.22008.0430

#521521 color RGB value is (82,21,33).

#521521 hex color red value is 82, green value is 21 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #521521 hue: 0.97 , saturation: 0.59 and the lightness value of 521521 is 0.20.

The process color (four color CMYK) of #521521 color hex is 0.00, 0.74, 0.60, 0.68. Web safe color of #521521 is #660033. Color #521521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 00100001
Octal 122 25 41
Decimal 82 21 33
Hex 52 15 21

RGB Percentages of Color #521521

%60.29
%15.44
%24.26

CMYK Percentages of Color #521521

%0
%74
%60
%68

Triadic Colors of #521521

#521521 #215215 #152152

Analogous Colors of #521521

#521521 #522815 #52153f

Monochromatic Colors of #521521

#521521

Complementary Color

#521521 #155246

#521521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521521 Color CSS Codes

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

#521521 Text Font Color

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

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


#521521 Background Color

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

This div background color is #521521


#521521 Border Color

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

This div border color is #521521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521521


Comments

No comments written yet.

Please login to write comment.