Color Hex Logo

#59414d Color Hex

#59414D
(89,65,77)
0 Favorites   0 Comments

Color spaces of #59414d

RGB 896577
HSL0.920.160.30
HSV330°27°35°
CMYK 0.000.270.13   0.65
XYZ7.34976.44037.8769
Yxy6.44030.33920.2972
Hunter Lab25.37777.2847-0.6384
CIE-Lab30.497212.5978-3.1676

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

#59414d hex color red value is 89, green value is 65 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #59414d hue: 0.92 , saturation: 0.16 and the lightness value of 59414d is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000001 01001101
Octal 131 101 115
Decimal 89 65 77
Hex 59 41 4D

RGB Percentages of Color #59414d

%38.53
%28.14
%33.33

CMYK Percentages of Color #59414d

%0
%27
%13
%65

Triadic Colors of #59414d

#59414d #4d5941 #414d59

Analogous Colors of #59414d

#59414d #594141 #594159

Monochromatic Colors of #59414d

#59414d

Complementary Color

#59414d #41594d

#59414d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59414d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59414d Color CSS Codes

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

#59414d Text Font Color

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

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


#59414d Background Color

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

This div background color is #59414d


#59414d Border Color

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

This div border color is #59414d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59414d


Comments

No comments written yet.

Please login to write comment.