Color Hex Logo

#521605 Color Hex

#521605
(82,22,5)
0 Favorites   0 Comments

Color spaces of #521605

RGB 82225
HSL0.040.890.17
HSV13°94°32°
CMYK 0.000.730.94   0.68
XYZ3.79402.37860.4027
Yxy2.37860.57700.3617
Hunter Lab15.422716.92149.2478
CIE-Lab17.360427.084424.1718

#521605 color RGB value is (82,22,5).

#521605 hex color red value is 82, green value is 22 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #521605 hue: 0.04 , saturation: 0.89 and the lightness value of 521605 is 0.17.

The process color (four color CMYK) of #521605 color hex is 0.00, 0.73, 0.94, 0.68. Web safe color of #521605 is #660000. Color #521605 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00010110 00000101
Octal 122 26 5
Decimal 82 22 5
Hex 52 16 5

RGB Percentages of Color #521605

%75.23
%20.18
%4.59

CMYK Percentages of Color #521605

%0
%73
%94
%68

Triadic Colors of #521605

#521605 #055216 #160552

Analogous Colors of #521605

#521605 #523d05 #52051a

Monochromatic Colors of #521605

#521605

Complementary Color

#521605 #054152

#521605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#521605 Color CSS Codes

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

#521605 Text Font Color

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

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


#521605 Background Color

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

This div background color is #521605


#521605 Border Color

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

This div border color is #521605


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521605


Comments

No comments written yet.

Please login to write comment.