Color Hex Logo

#59364c Color Hex

#59364C
(89,54,76)
0 Favorites   0 Comments

Color spaces of #59364c

RGB 895476
HSL0.900.240.28
HSV322°39°35°
CMYK 0.000.390.15   0.65
XYZ6.74355.28407.5020
Yxy5.28400.34530.2706
Hunter Lab22.987012.1380-3.2590
CIE-Lab27.529019.3663-6.9415

#59364c color RGB value is (89,54,76).

#59364c hex color red value is 89, green value is 54 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #59364c hue: 0.90 , saturation: 0.24 and the lightness value of 59364c is 0.28.

The process color (four color CMYK) of #59364c color hex is 0.00, 0.39, 0.15, 0.65. Web safe color of #59364c is #663333. Color #59364c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110110 01001100
Octal 131 66 114
Decimal 89 54 76
Hex 59 36 4C

RGB Percentages of Color #59364c

%40.64
%24.66
%34.70

CMYK Percentages of Color #59364c

%0
%39
%15
%65

Triadic Colors of #59364c

#59364c #4c5936 #364c59

Analogous Colors of #59364c

#59364c #59363b #553659

Monochromatic Colors of #59364c

#59364c

Complementary Color

#59364c #365943

#59364c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59364c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59364c Color CSS Codes

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

#59364c Text Font Color

<p style="color:#59364c">Text here</p>

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


#59364c Background Color

<div style="background-color:#59364c">
Div content here</div>

This div background color is #59364c


#59364c Border Color

<div style="border:3px solid #59364c">
Div here</div>

This div border color is #59364c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,54,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59364c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59364c;
  -webkit-box-shadow: 1px 1px 3px 2px #59364c;
  box-shadow:         1px 1px 3px 2px #59364c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59364c


Comments

No comments written yet.

Please login to write comment.