Color Hex Logo

#520724 Color Hex

#520724
(82,7,36)
0 Favorites   0 Comments

Color spaces of #520724

RGB 82736
HSL0.940.840.17
HSV337°91°32°
CMYK 0.000.910.56   0.68
XYZ3.87412.07321.8650
Yxy2.07320.49590.2654
Hunter Lab14.398622.82982.3994
CIE-Lab15.866834.71673.3879

#520724 color RGB value is (82,7,36).

#520724 hex color red value is 82, green value is 7 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #520724 hue: 0.94 , saturation: 0.84 and the lightness value of 520724 is 0.17.

The process color (four color CMYK) of #520724 color hex is 0.00, 0.91, 0.56, 0.68. Web safe color of #520724 is #660033. Color #520724 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00000111 00100100
Octal 122 7 44
Decimal 82 7 36
Hex 52 7 24

RGB Percentages of Color #520724

%65.60
%5.60
%28.80

CMYK Percentages of Color #520724

%0
%91
%56
%68

Triadic Colors of #520724

#520724 #245207 #072452

Analogous Colors of #520724

#520724 #521007 #52074a

Monochromatic Colors of #520724

#520724

Complementary Color

#520724 #075235

#520724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#520724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#520724 Color CSS Codes

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

#520724 Text Font Color

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

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


#520724 Background Color

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

This div background color is #520724


#520724 Border Color

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

This div border color is #520724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #520724


Comments

No comments written yet.

Please login to write comment.