Color Hex Logo

#530720 Color Hex

#530720
(83,7,32)
0 Favorites   0 Comments

Color spaces of #530720

RGB 83732
HSL0.950.840.18
HSV340°92°33°
CMYK 0.000.920.61   0.67
XYZ3.90402.09521.5652
Yxy2.09520.51610.2770
Hunter Lab14.474822.81233.7212
CIE-Lab15.979134.67416.5069

#530720 color RGB value is (83,7,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 00100000
Octal 123 7 40
Decimal 83 7 32
Hex 53 7 20

RGB Percentages of Color #530720

%68.03
%5.74
%26.23

CMYK Percentages of Color #530720

%0
%92
%61
%67

Triadic Colors of #530720

#530720 #205307 #072053

Analogous Colors of #530720

#530720 #531407 #530746

Monochromatic Colors of #530720

#530720

Complementary Color

#530720 #07533a

#530720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530720 Color CSS Codes

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

#530720 Text Font Color

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

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


#530720 Background Color

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

This div background color is #530720


#530720 Border Color

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

This div border color is #530720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530720


Comments

No comments written yet.

Please login to write comment.