Color Hex Logo

#59524b Color Hex

#59524B
(89,82,75)
0 Favorites   0 Comments

Color spaces of #59524b

RGB 898275
HSL0.080.090.32
HSV30°16°35°
CMYK 0.000.080.16   0.65
XYZ8.40718.66647.8863
Yxy8.66640.33680.3472
Hunter Lab29.4387-0.54194.7240
CIE-Lab35.33391.51145.1384

#59524b color RGB value is (89,82,75).

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

The process color (four color CMYK) of #59524b color hex is 0.00, 0.08, 0.16, 0.65. Web safe color of #59524b is #666633. Color #59524b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010010 01001011
Octal 131 122 113
Decimal 89 82 75
Hex 59 52 4B

RGB Percentages of Color #59524b

%36.18
%33.33
%30.49

CMYK Percentages of Color #59524b

%0
%8
%16
%65

Triadic Colors of #59524b

#59524b #4b5952 #524b59

Analogous Colors of #59524b

#59524b #59594b #594b4b

Monochromatic Colors of #59524b

#59524b

Complementary Color

#59524b #4b5259

#59524b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59524b Color Preview on White Background

Lorem ipsum dolor sit amet.

#59524b Color CSS Codes

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

#59524b Text Font Color

<p style="color:#59524b">Text here</p>

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


#59524b Background Color

<div style="background-color:#59524b">
Div content here</div>

This div background color is #59524b


#59524b Border Color

<div style="border:3px solid #59524b">
Div here</div>

This div border color is #59524b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59524b


Comments

No comments written yet.

Please login to write comment.