Color Hex Logo

#59501e Color Hex

#59501E
(89,80,30)
0 Favorites   0 Comments

Color spaces of #59501e

RGB 898030
HSL0.140.500.23
HSV51°66°35°
CMYK 0.000.100.66   0.65
XYZ7.22287.95492.3831
Yxy7.95490.41130.4530
Hunter Lab28.2044-3.646214.7335
CIE-Lab33.8888-3.254230.0706

#59501e color RGB value is (89,80,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010000 00011110
Octal 131 120 36
Decimal 89 80 30
Hex 59 50 1E

RGB Percentages of Color #59501e

%44.72
%40.20
%15.08

CMYK Percentages of Color #59501e

%0
%10
%66
%65

Triadic Colors of #59501e

#59501e #1e5950 #501e59

Analogous Colors of #59501e

#59501e #45591e #59331e

Monochromatic Colors of #59501e

#59501e

Complementary Color

#59501e #1e2759

#59501e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59501e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59501e Color CSS Codes

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

#59501e Text Font Color

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

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


#59501e Background Color

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

This div background color is #59501e


#59501e Border Color

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

This div border color is #59501e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,80,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 #59501e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59501e


Comments

No comments written yet.

Please login to write comment.