Color Hex Logo

#520920 Color Hex

#520920
(82,9,32)
0 Favorites   0 Comments

Color spaces of #520920

RGB 82932
HSL0.950.800.18
HSV341°89°32°
CMYK 0.000.890.61   0.68
XYZ3.83812.09351.5683
Yxy2.09350.51180.2791
Hunter Lab14.468922.02923.7018
CIE-Lab15.970533.73526.4599

#520920 color RGB value is (82,9,32).

#520920 hex color red value is 82, green value is 9 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #520920 hue: 0.95 , saturation: 0.80 and the lightness value of 520920 is 0.18.

The process color (four color CMYK) of #520920 color hex is 0.00, 0.89, 0.61, 0.68. Web safe color of #520920 is #660033. Color #520920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00001001 00100000
Octal 122 11 40
Decimal 82 9 32
Hex 52 9 20

RGB Percentages of Color #520920

%66.67
%7.32
%26.02

CMYK Percentages of Color #520920

%0
%89
%61
%68

Triadic Colors of #520920

#520920 #205209 #092052

Analogous Colors of #520920

#520920 #521709 #520945

Monochromatic Colors of #520920

#520920

Complementary Color

#520920 #09523b

#520920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520920 Color CSS Codes

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

#520920 Text Font Color

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

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


#520920 Background Color

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

This div background color is #520920


#520920 Border Color

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

This div border color is #520920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520920


Comments

No comments written yet.

Please login to write comment.