Color Hex Logo

#531137 Color Hex

#531137
(83,17,55)
0 Favorites   0 Comments

Color spaces of #531137

RGB 831755
HSL0.900.660.20
HSV325°80°33°
CMYK 0.000.800.34   0.67
XYZ4.45732.51573.8651
Yxy2.51570.41130.2321
Hunter Lab15.861022.4060-3.3455
CIE-Lab17.989533.8015-7.1275

#531137 color RGB value is (83,17,55).

#531137 hex color red value is 83, green value is 17 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #531137 hue: 0.90 , saturation: 0.66 and the lightness value of 531137 is 0.20.

The process color (four color CMYK) of #531137 color hex is 0.00, 0.80, 0.34, 0.67. Web safe color of #531137 is #660033. Color #531137 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010001 00110111
Octal 123 21 67
Decimal 83 17 55
Hex 53 11 37

RGB Percentages of Color #531137

%53.55
%10.97
%35.48

CMYK Percentages of Color #531137

%0
%80
%34
%67

Triadic Colors of #531137

#531137 #375311 #113753

Analogous Colors of #531137

#531137 #531116 #4e1153

Monochromatic Colors of #531137

#531137

Complementary Color

#531137 #11532d

#531137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531137 Color CSS Codes

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

#531137 Text Font Color

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

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


#531137 Background Color

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

This div background color is #531137


#531137 Border Color

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

This div border color is #531137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531137


Comments

No comments written yet.

Please login to write comment.