Color Hex Logo

#59594d Color Hex

#59594D
(89,89,77)
0 Favorites   0 Comments

Color spaces of #59594d

RGB 898977
HSL0.170.070.33
HSV60°13°35°
CMYK 0.000.000.13   0.65
XYZ9.03189.80448.4376
Yxy9.80440.33120.3595
Hunter Lab31.3120-3.30845.9416
CIE-Lab37.4891-2.39156.9551

#59594d color RGB value is (89,89,77).

#59594d hex color red value is 89, green value is 89 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #59594d hue: 0.17 , saturation: 0.07 and the lightness value of 59594d is 0.33.

The process color (four color CMYK) of #59594d color hex is 0.00, 0.00, 0.13, 0.65. Web safe color of #59594d is #666666. Color #59594d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011001 01001101
Octal 131 131 115
Decimal 89 89 77
Hex 59 59 4D

RGB Percentages of Color #59594d

%34.90
%34.90
%30.20

CMYK Percentages of Color #59594d

%0
%0
%13
%65

Triadic Colors of #59594d

#59594d #4d5959 #594d59

Analogous Colors of #59594d

#59594d #53594d #59534d

Monochromatic Colors of #59594d

#59594d

Complementary Color

#59594d #4d4d59

#59594d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59594d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59594d Color CSS Codes

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

#59594d Text Font Color

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

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


#59594d Background Color

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

This div background color is #59594d


#59594d Border Color

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

This div border color is #59594d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,89,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59594d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59594d;
  -webkit-box-shadow: 1px 1px 3px 2px #59594d;
  box-shadow:         1px 1px 3px 2px #59594d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59594d


Comments

No comments written yet.

Please login to write comment.