Color Hex Logo

#59293e Color Hex

#59293E
(89,41,62)
0 Favorites   0 Comments

Color spaces of #59293e

RGB 894162
HSL0.930.370.25
HSV334°54°35°
CMYK 0.000.540.30   0.65
XYZ5.78234.05755.0358
Yxy4.05750.38870.2728
Hunter Lab20.143215.9894-0.7222
CIE-Lab23.860624.8355-3.0651

#59293e color RGB value is (89,41,62).

#59293e hex color red value is 89, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #59293e hue: 0.93 , saturation: 0.37 and the lightness value of 59293e is 0.25.

The process color (four color CMYK) of #59293e color hex is 0.00, 0.54, 0.30, 0.65. Web safe color of #59293e is #663333. Color #59293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00101001 00111110
Octal 131 51 76
Decimal 89 41 62
Hex 59 29 3E

RGB Percentages of Color #59293e

%46.35
%21.35
%32.29

CMYK Percentages of Color #59293e

%0
%54
%30
%65

Triadic Colors of #59293e

#59293e #3e5929 #293e59

Analogous Colors of #59293e

#59293e #592c29 #592956

Monochromatic Colors of #59293e

#59293e

Complementary Color

#59293e #295944

#59293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59293e Color CSS Codes

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

#59293e Text Font Color

<p style="color:#59293e">Text here</p>

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


#59293e Background Color

<div style="background-color:#59293e">
Div content here</div>

This div background color is #59293e


#59293e Border Color

<div style="border:3px solid #59293e">
Div here</div>

This div border color is #59293e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,41,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59293e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59293e;
  -webkit-box-shadow: 1px 1px 3px 2px #59293e;
  box-shadow:         1px 1px 3px 2px #59293e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59293e


Comments

No comments written yet.

Please login to write comment.