Color Hex Logo

#59374f Color Hex

#59374F
(89,55,79)
0 Favorites   0 Comments

Color spaces of #59374f

RGB 895579
HSL0.880.240.28
HSV318°38°35°
CMYK 0.000.380.11   0.65
XYZ6.89735.42078.0799
Yxy5.42070.33810.2657
Hunter Lab23.282412.1356-4.2783
CIE-Lab27.901219.3239-8.3533

#59374f color RGB value is (89,55,79).

#59374f hex color red value is 89, green value is 55 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #59374f hue: 0.88 , saturation: 0.24 and the lightness value of 59374f is 0.28.

The process color (four color CMYK) of #59374f color hex is 0.00, 0.38, 0.11, 0.65. Web safe color of #59374f is #663366. Color #59374f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110111 01001111
Octal 131 67 117
Decimal 89 55 79
Hex 59 37 4F

RGB Percentages of Color #59374f

%39.91
%24.66
%35.43

CMYK Percentages of Color #59374f

%0
%38
%11
%65

Triadic Colors of #59374f

#59374f #4f5937 #374f59

Analogous Colors of #59374f

#59374f #59373e #523759

Monochromatic Colors of #59374f

#59374f

Complementary Color

#59374f #375941

#59374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59374f Color CSS Codes

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

#59374f Text Font Color

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

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


#59374f Background Color

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

This div background color is #59374f


#59374f Border Color

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

This div border color is #59374f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59374f


Comments

No comments written yet.

Please login to write comment.