Color Hex Logo

#59493f Color Hex

#59493F
(89,73,63)
0 Favorites   0 Comments

Color spaces of #59493f

RGB 897363
HSL0.060.170.30
HSV23°29°35°
CMYK 0.000.180.29   0.65
XYZ7.39967.24785.7116
Yxy7.24780.36350.3560
Hunter Lab26.92171.94876.2665
CIE-Lab32.36455.03018.5191

#59493f color RGB value is (89,73,63).

#59493f hex color red value is 89, green value is 73 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #59493f hue: 0.06 , saturation: 0.17 and the lightness value of 59493f is 0.30.

The process color (four color CMYK) of #59493f color hex is 0.00, 0.18, 0.29, 0.65. Web safe color of #59493f is #663333. Color #59493f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001001 00111111
Octal 131 111 77
Decimal 89 73 63
Hex 59 49 3F

RGB Percentages of Color #59493f

%39.56
%32.44
%28.00

CMYK Percentages of Color #59493f

%0
%18
%29
%65

Triadic Colors of #59493f

#59493f #3f5949 #493f59

Analogous Colors of #59493f

#59493f #59563f #593f42

Monochromatic Colors of #59493f

#59493f

Complementary Color

#59493f #3f4f59

#59493f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59493f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59493f Color CSS Codes

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

#59493f Text Font Color

<p style="color:#59493f">Text here</p>

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


#59493f Background Color

<div style="background-color:#59493f">
Div content here</div>

This div background color is #59493f


#59493f Border Color

<div style="border:3px solid #59493f">
Div here</div>

This div border color is #59493f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,73,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59493f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59493f;
  -webkit-box-shadow: 1px 1px 3px 2px #59493f;
  box-shadow:         1px 1px 3px 2px #59493f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59493f


Comments

No comments written yet.

Please login to write comment.