Color Hex Logo

#59531e Color Hex

#59531E
(89,83,30)
0 Favorites   0 Comments

Color spaces of #59531e

RGB 898330
HSL0.150.500.23
HSV54°66°35°
CMYK 0.000.070.66   0.65
XYZ7.44748.40412.4579
Yxy8.40410.40680.4590
Hunter Lab28.9898-4.876115.2660
CIE-Lab34.8107-5.055131.0808

#59531e color RGB value is (89,83,30).

#59531e hex color red value is 89, green value is 83 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #59531e hue: 0.15 , saturation: 0.50 and the lightness value of 59531e is 0.23.

The process color (four color CMYK) of #59531e color hex is 0.00, 0.07, 0.66, 0.65. Web safe color of #59531e is #666633. Color #59531e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010011 00011110
Octal 131 123 36
Decimal 89 83 30
Hex 59 53 1E

RGB Percentages of Color #59531e

%44.06
%41.09
%14.85

CMYK Percentages of Color #59531e

%0
%7
%66
%65

Triadic Colors of #59531e

#59531e #1e5953 #531e59

Analogous Colors of #59531e

#59531e #42591e #59361e

Monochromatic Colors of #59531e

#59531e

Complementary Color

#59531e #1e2459

#59531e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59531e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59531e Color CSS Codes

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

#59531e Text Font Color

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

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


#59531e Background Color

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

This div background color is #59531e


#59531e Border Color

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

This div border color is #59531e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59531e


Comments

No comments written yet.

Please login to write comment.