Color Hex Logo

#530619 Color Hex

#530619
(83,6,25)
0 Favorites   0 Comments

Color spaces of #530619

RGB 83625
HSL0.960.870.17
HSV345°93°33°
CMYK 0.000.930.70   0.67
XYZ3.80792.03941.1127
Yxy2.03940.54710.2930
Hunter Lab14.280822.60495.3769
CIE-Lab15.692734.481511.2412

#530619 color RGB value is (83,6,25).

#530619 hex color red value is 83, green value is 6 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #530619 hue: 0.96 , saturation: 0.87 and the lightness value of 530619 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000110 00011001
Octal 123 6 31
Decimal 83 6 25
Hex 53 6 19

RGB Percentages of Color #530619

%72.81
%5.26
%21.93

CMYK Percentages of Color #530619

%0
%93
%70
%67

Triadic Colors of #530619

#530619 #195306 #061953

Analogous Colors of #530619

#530619 #531906 #530640

Monochromatic Colors of #530619

#530619

Complementary Color

#530619 #065340

#530619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530619 Color CSS Codes

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

#530619 Text Font Color

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

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


#530619 Background Color

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

This div background color is #530619


#530619 Border Color

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

This div border color is #530619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530619


Comments

No comments written yet.

Please login to write comment.