Color Hex Logo

#521543 Color Hex

#521543
(82,21,67)
0 Favorites   0 Comments

Color spaces of #521543

RGB 822167
HSL0.870.590.20
HSV315°74°32°
CMYK 0.000.740.18   0.68
XYZ4.76102.73545.5872
Yxy2.73540.36390.2091
Hunter Lab16.539022.4404-8.4519
CIE-Lab18.951433.6606-14.0593

#521543 color RGB value is (82,21,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010101 01000011
Octal 122 25 103
Decimal 82 21 67
Hex 52 15 43

RGB Percentages of Color #521543

%48.24
%12.35
%39.41

CMYK Percentages of Color #521543

%0
%74
%18
%68

Triadic Colors of #521543

#521543 #435215 #154352

Analogous Colors of #521543

#521543 #521525 #431552

Monochromatic Colors of #521543

#521543

Complementary Color

#521543 #155224

#521543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521543 Color CSS Codes

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

#521543 Text Font Color

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

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


#521543 Background Color

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

This div background color is #521543


#521543 Border Color

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

This div border color is #521543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521543


Comments

No comments written yet.

Please login to write comment.