Color Hex Logo

#530909 Color Hex

#530909
(83,9,9)
1 Favorites   0 Comments

Color spaces of #530909

RGB 8399
HSL0.000.800.18
HSV89°33°
CMYK 0.000.890.89   0.67
XYZ3.71432.05410.4592
Yxy2.05410.59640.3298
Hunter Lab14.332121.17868.1328
CIE-Lab15.768632.740620.6192

#530909 color RGB value is (83,9,9).

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

The process color (four color CMYK) of #530909 color hex is 0.00, 0.89, 0.89, 0.67. Web safe color of #530909 is #660000. Color #530909 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001001 00001001
Octal 123 11 11
Decimal 83 9 9
Hex 53 9 9

RGB Percentages of Color #530909

%82.18
%8.91
%8.91

CMYK Percentages of Color #530909

%0
%89
%89
%67

Triadic Colors of #530909

#530909 #095309 #090953

Analogous Colors of #530909

#530909 #532e09 #53092e

Monochromatic Colors of #530909

#530909

Complementary Color

#530909 #095353

#530909 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530909 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530909 Color CSS Codes

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

#530909 Text Font Color

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

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


#530909 Background Color

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

This div background color is #530909


#530909 Border Color

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

This div border color is #530909


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530909


Comments

No comments written yet.

Please login to write comment.