Color Hex Logo

#59424e Color Hex

#59424E
(89,66,78)
0 Favorites   0 Comments

Color spaces of #59424e

RGB 896678
HSL0.910.150.30
HSV329°26°35°
CMYK 0.000.260.12   0.65
XYZ7.44326.57038.0836
Yxy6.57030.33680.2973
Hunter Lab25.63266.9758-0.7551
CIE-Lab30.808012.1578-3.3545

#59424e color RGB value is (89,66,78).

#59424e hex color red value is 89, green value is 66 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #59424e hue: 0.91 , saturation: 0.15 and the lightness value of 59424e is 0.30.

The process color (four color CMYK) of #59424e color hex is 0.00, 0.26, 0.12, 0.65. Web safe color of #59424e is #663366. Color #59424e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000010 01001110
Octal 131 102 116
Decimal 89 66 78
Hex 59 42 4E

RGB Percentages of Color #59424e

%38.20
%28.33
%33.48

CMYK Percentages of Color #59424e

%0
%26
%12
%65

Triadic Colors of #59424e

#59424e #4e5942 #424e59

Analogous Colors of #59424e

#59424e #594243 #594259

Monochromatic Colors of #59424e

#59424e

Complementary Color

#59424e #42594d

#59424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59424e Color CSS Codes

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

#59424e Text Font Color

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

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


#59424e Background Color

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

This div background color is #59424e


#59424e Border Color

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

This div border color is #59424e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59424e


Comments

No comments written yet.

Please login to write comment.