Color Hex Logo

#594f4b Color Hex

#594F4B
(89,79,75)
0 Favorites   0 Comments

Color spaces of #594f4b

RGB 897975
HSL0.050.090.32
HSV17°16°35°
CMYK 0.000.110.16   0.65
XYZ8.18588.22387.8125
Yxy8.22380.33790.3395
Hunter Lab28.67720.76723.9217
CIE-Lab34.44473.37203.8662

#594f4b color RGB value is (89,79,75).

#594f4b hex color red value is 89, green value is 79 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #594f4b hue: 0.05 , saturation: 0.09 and the lightness value of 594f4b is 0.32.

The process color (four color CMYK) of #594f4b color hex is 0.00, 0.11, 0.16, 0.65. Web safe color of #594f4b is #666633. Color #594f4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001111 01001011
Octal 131 117 113
Decimal 89 79 75
Hex 59 4F 4B

RGB Percentages of Color #594f4b

%36.63
%32.51
%30.86

CMYK Percentages of Color #594f4b

%0
%11
%16
%65

Triadic Colors of #594f4b

#594f4b #4b594f #4f4b59

Analogous Colors of #594f4b

#594f4b #59564b #594b4e

Monochromatic Colors of #594f4b

#594f4b

Complementary Color

#594f4b #4b5559

#594f4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594f4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#594f4b Color CSS Codes

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

#594f4b Text Font Color

<p style="color:#594f4b">Text here</p>

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


#594f4b Background Color

<div style="background-color:#594f4b">
Div content here</div>

This div background color is #594f4b


#594f4b Border Color

<div style="border:3px solid #594f4b">
Div here</div>

This div border color is #594f4b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,79,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594f4b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594f4b;
  -webkit-box-shadow: 1px 1px 3px 2px #594f4b;
  box-shadow:         1px 1px 3px 2px #594f4b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594f4b


Comments

No comments written yet.

Please login to write comment.