Color Hex Logo

#530520 Color Hex

#530520
(83,5,32)
0 Favorites   0 Comments

Color spaces of #530520

RGB 83532
HSL0.940.890.17
HSV339°94°33°
CMYK 0.000.940.61   0.67
XYZ3.88232.05181.5579
Yxy2.05180.51820.2739
Hunter Lab14.324123.31213.5785
CIE-Lab15.756835.31226.1993

#530520 color RGB value is (83,5,32).

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

The process color (four color CMYK) of #530520 color hex is 0.00, 0.94, 0.61, 0.67. Web safe color of #530520 is #660033. Color #530520 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000101 00100000
Octal 123 5 40
Decimal 83 5 32
Hex 53 5 20

RGB Percentages of Color #530520

%69.17
%4.17
%26.67

CMYK Percentages of Color #530520

%0
%94
%61
%67

Triadic Colors of #530520

#530520 #205305 #052053

Analogous Colors of #530520

#530520 #531105 #530547

Monochromatic Colors of #530520

#530520

Complementary Color

#530520 #055338

#530520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530520 Color CSS Codes

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

#530520 Text Font Color

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

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


#530520 Background Color

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

This div background color is #530520


#530520 Border Color

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

This div border color is #530520


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,5,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 #530520">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530520


Comments

No comments written yet.

Please login to write comment.