Color Hex Logo

#530419 Color Hex

#530419
(83,4,25)
0 Favorites   0 Comments

Color spaces of #530419

RGB 83425
HSL0.960.910.17
HSV344°95°33°
CMYK 0.000.950.70   0.67
XYZ3.78621.99601.1054
Yxy1.99600.54970.2898
Hunter Lab14.128023.11285.2506
CIE-Lab15.466235.131910.9460

#530419 color RGB value is (83,4,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000100 00011001
Octal 123 4 31
Decimal 83 4 25
Hex 53 4 19

RGB Percentages of Color #530419

%74.11
%3.57
%22.32

CMYK Percentages of Color #530419

%0
%95
%70
%67

Triadic Colors of #530419

#530419 #195304 #041953

Analogous Colors of #530419

#530419 #531704 #530440

Monochromatic Colors of #530419

#530419

Complementary Color

#530419 #04533e

#530419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530419 Color CSS Codes

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

#530419 Text Font Color

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

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


#530419 Background Color

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

This div background color is #530419


#530419 Border Color

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

This div border color is #530419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530419


Comments

No comments written yet.

Please login to write comment.