Color Hex Logo

#59392d Color Hex

#59392D
(89,57,45)
0 Favorites   0 Comments

Color spaces of #59392d

RGB 895745
HSL0.050.330.26
HSV16°49°35°
CMYK 0.000.360.49   0.65
XYZ6.05665.23963.1747
Yxy5.23960.41850.3621
Hunter Lab22.89027.17227.8000
CIE-Lab27.406812.612113.2822

#59392d color RGB value is (89,57,45).

#59392d hex color red value is 89, green value is 57 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #59392d hue: 0.05 , saturation: 0.33 and the lightness value of 59392d is 0.26.

The process color (four color CMYK) of #59392d color hex is 0.00, 0.36, 0.49, 0.65. Web safe color of #59392d is #663333. Color #59392d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111001 00101101
Octal 131 71 55
Decimal 89 57 45
Hex 59 39 2D

RGB Percentages of Color #59392d

%46.60
%29.84
%23.56

CMYK Percentages of Color #59392d

%0
%36
%49
%65

Triadic Colors of #59392d

#59392d #2d5939 #392d59

Analogous Colors of #59392d

#59392d #594f2d #592d37

Monochromatic Colors of #59392d

#59392d

Complementary Color

#59392d #2d4d59

#59392d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59392d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59392d Color CSS Codes

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

#59392d Text Font Color

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

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


#59392d Background Color

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

This div background color is #59392d


#59392d Border Color

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

This div border color is #59392d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59392d


Comments

No comments written yet.

Please login to write comment.