Color Hex Logo

#531e41 Color Hex

#531E41
(83,30,65)
0 Favorites   0 Comments

Color spaces of #531e41

RGB 833065
HSL0.890.470.22
HSV320°64°33°
CMYK 0.000.640.22   0.67
XYZ4.98573.14925.3461
Yxy3.14920.36980.2336
Hunter Lab17.746019.0938-5.4393
CIE-Lab20.631829.2728-10.0774

#531e41 color RGB value is (83,30,65).

#531e41 hex color red value is 83, green value is 30 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #531e41 hue: 0.89 , saturation: 0.47 and the lightness value of 531e41 is 0.22.

The process color (four color CMYK) of #531e41 color hex is 0.00, 0.64, 0.22, 0.67. Web safe color of #531e41 is #663333. Color #531e41 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011110 01000001
Octal 123 36 101
Decimal 83 30 65
Hex 53 1E 41

RGB Percentages of Color #531e41

%46.63
%16.85
%36.52

CMYK Percentages of Color #531e41

%0
%64
%22
%67

Triadic Colors of #531e41

#531e41 #41531e #1e4153

Analogous Colors of #531e41

#531e41 #531e26 #4b1e53

Monochromatic Colors of #531e41

#531e41

Complementary Color

#531e41 #1e5330

#531e41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531e41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531e41 Color CSS Codes

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

#531e41 Text Font Color

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

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


#531e41 Background Color

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

This div background color is #531e41


#531e41 Border Color

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

This div border color is #531e41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531e41


Comments

No comments written yet.

Please login to write comment.