Color Hex Logo

#59444d Color Hex

#59444D
(89,68,77)
0 Favorites   0 Comments

Color spaces of #59444d

RGB 896877
HSL0.930.130.31
HSV334°24°35°
CMYK 0.000.240.13   0.65
XYZ7.52656.79397.9358
Yxy6.79390.33820.3053
Hunter Lab26.06515.92930.1941
CIE-Lab31.333010.6896-1.9337

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

#59444d hex color red value is 89, green value is 68 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #59444d hue: 0.93 , saturation: 0.13 and the lightness value of 59444d is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000100 01001101
Octal 131 104 115
Decimal 89 68 77
Hex 59 44 4D

RGB Percentages of Color #59444d

%38.03
%29.06
%32.91

CMYK Percentages of Color #59444d

%0
%24
%13
%65

Triadic Colors of #59444d

#59444d #4d5944 #444d59

Analogous Colors of #59444d

#59444d #594644 #594458

Monochromatic Colors of #59444d

#59444d

Complementary Color

#59444d #445950

#59444d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59444d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59444d Color CSS Codes

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

#59444d Text Font Color

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

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


#59444d Background Color

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

This div background color is #59444d


#59444d Border Color

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

This div border color is #59444d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59444d


Comments

No comments written yet.

Please login to write comment.