Color Hex Logo

#531536 Color Hex

#531536
(83,21,54)
0 Favorites   0 Comments

Color spaces of #531536

RGB 832154
HSL0.910.600.20
HSV328°75°33°
CMYK 0.000.750.35   0.67
XYZ4.50132.64173.7627
Yxy2.64170.41270.2422
Hunter Lab16.253320.9917-2.3485
CIE-Lab18.547731.9866-5.5793

#531536 color RGB value is (83,21,54).

#531536 hex color red value is 83, green value is 21 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #531536 hue: 0.91 , saturation: 0.60 and the lightness value of 531536 is 0.20.

The process color (four color CMYK) of #531536 color hex is 0.00, 0.75, 0.35, 0.67. Web safe color of #531536 is #660033. Color #531536 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010101 00110110
Octal 123 25 66
Decimal 83 21 54
Hex 53 15 36

RGB Percentages of Color #531536

%52.53
%13.29
%34.18

CMYK Percentages of Color #531536

%0
%75
%35
%67

Triadic Colors of #531536

#531536 #365315 #153653

Analogous Colors of #531536

#531536 #531517 #511553

Monochromatic Colors of #531536

#531536

Complementary Color

#531536 #155332

#531536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531536 Color CSS Codes

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

#531536 Text Font Color

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

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


#531536 Background Color

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

This div background color is #531536


#531536 Border Color

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

This div border color is #531536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531536


Comments

No comments written yet.

Please login to write comment.