Color Hex Logo

#521642 Color Hex

#521642
(82,22,66)
0 Favorites   0 Comments

Color spaces of #521642

RGB 822266
HSL0.880.580.20
HSV316°73°32°
CMYK 0.000.730.20   0.68
XYZ4.75002.76105.4368
Yxy2.76100.36690.2132
Hunter Lab16.616321.9484-7.7682
CIE-Lab19.060133.0500-13.1990

#521642 color RGB value is (82,22,66).

#521642 hex color red value is 82, green value is 22 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #521642 hue: 0.88 , saturation: 0.58 and the lightness value of 521642 is 0.20.

The process color (four color CMYK) of #521642 color hex is 0.00, 0.73, 0.20, 0.68. Web safe color of #521642 is #660033. Color #521642 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010110 01000010
Octal 122 26 102
Decimal 82 22 66
Hex 52 16 42

RGB Percentages of Color #521642

%48.24
%12.94
%38.82

CMYK Percentages of Color #521642

%0
%73
%20
%68

Triadic Colors of #521642

#521642 #425216 #164252

Analogous Colors of #521642

#521642 #521624 #441652

Monochromatic Colors of #521642

#521642

Complementary Color

#521642 #165226

#521642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521642 Color CSS Codes

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

#521642 Text Font Color

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

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


#521642 Background Color

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

This div background color is #521642


#521642 Border Color

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

This div border color is #521642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521642


Comments

No comments written yet.

Please login to write comment.