Color Hex Logo

#531439 Color Hex

#531439
(83,20,57)
0 Favorites   0 Comments

Color spaces of #531439

RGB 832057
HSL0.900.610.20
HSV325°76°33°
CMYK 0.000.760.31   0.67
XYZ4.55602.63474.1393
Yxy2.63470.40210.2325
Hunter Lab16.231821.6966-3.7575
CIE-Lab18.517232.8481-7.7366

#531439 color RGB value is (83,20,57).

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

The process color (four color CMYK) of #531439 color hex is 0.00, 0.76, 0.31, 0.67. Web safe color of #531439 is #660033. Color #531439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010100 00111001
Octal 123 24 71
Decimal 83 20 57
Hex 53 14 39

RGB Percentages of Color #531439

%51.88
%12.50
%35.63

CMYK Percentages of Color #531439

%0
%76
%31
%67

Triadic Colors of #531439

#531439 #395314 #143953

Analogous Colors of #531439

#531439 #53141a #4e1453

Monochromatic Colors of #531439

#531439

Complementary Color

#531439 #14532e

#531439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531439 Color CSS Codes

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

#531439 Text Font Color

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

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


#531439 Background Color

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

This div background color is #531439


#531439 Border Color

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

This div border color is #531439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531439


Comments

No comments written yet.

Please login to write comment.