Color Hex Logo

#531920 Color Hex

#531920
(83,25,32)
0 Favorites   0 Comments

Color spaces of #531920

RGB 832532
HSL0.980.540.21
HSV353°70°33°
CMYK 0.000.700.61   0.67
XYZ4.17562.63851.6557
Yxy2.63850.49300.3115
Hunter Lab16.243517.45985.3270
CIE-Lab18.533727.57409.9917

#531920 color RGB value is (83,25,32).

#531920 hex color red value is 83, green value is 25 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #531920 hue: 0.98 , saturation: 0.54 and the lightness value of 531920 is 0.21.

The process color (four color CMYK) of #531920 color hex is 0.00, 0.70, 0.61, 0.67. Web safe color of #531920 is #660033. Color #531920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011001 00100000
Octal 123 31 40
Decimal 83 25 32
Hex 53 19 20

RGB Percentages of Color #531920

%59.29
%17.86
%22.86

CMYK Percentages of Color #531920

%0
%70
%61
%67

Triadic Colors of #531920

#531920 #205319 #192053

Analogous Colors of #531920

#531920 #532f19 #53193d

Monochromatic Colors of #531920

#531920

Complementary Color

#531920 #19534c

#531920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531920 Color CSS Codes

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

#531920 Text Font Color

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

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


#531920 Background Color

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

This div background color is #531920


#531920 Border Color

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

This div border color is #531920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531920


Comments

No comments written yet.

Please login to write comment.