Color Hex Logo

#531325 Color Hex

#531325
(83,19,37)
0 Favorites   0 Comments

Color spaces of #531325

RGB 831937
HSL0.950.630.20
HSV343°77°33°
CMYK 0.000.770.55   0.67
XYZ4.13412.43832.0030
Yxy2.43830.48210.2843
Hunter Lab15.615119.93173.3252
CIE-Lab17.637230.85185.1989

#531325 color RGB value is (83,19,37).

#531325 hex color red value is 83, green value is 19 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #531325 hue: 0.95 , saturation: 0.63 and the lightness value of 531325 is 0.20.

The process color (four color CMYK) of #531325 color hex is 0.00, 0.77, 0.55, 0.67. Web safe color of #531325 is #660033. Color #531325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010011 00100101
Octal 123 23 45
Decimal 83 19 37
Hex 53 13 25

RGB Percentages of Color #531325

%59.71
%13.67
%26.62

CMYK Percentages of Color #531325

%0
%77
%55
%67

Triadic Colors of #531325

#531325 #255313 #132553

Analogous Colors of #531325

#531325 #532113 #531345

Monochromatic Colors of #531325

#531325

Complementary Color

#531325 #135341

#531325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531325 Color CSS Codes

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

#531325 Text Font Color

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

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


#531325 Background Color

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

This div background color is #531325


#531325 Border Color

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

This div border color is #531325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531325


Comments

No comments written yet.

Please login to write comment.