Color Hex Logo

#594650 Color Hex

#594650
(89,70,80)
0 Favorites   0 Comments

Color spaces of #594650

RGB 897080
HSL0.910.120.31
HSV328°21°35°
CMYK 0.000.210.10   0.65
XYZ7.75807.08348.5478
Yxy7.08340.33170.3028
Hunter Lab26.61475.4559-0.4118
CIE-Lab31.996010.0111-2.8852

#594650 color RGB value is (89,70,80).

#594650 hex color red value is 89, green value is 70 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #594650 hue: 0.91 , saturation: 0.12 and the lightness value of 594650 is 0.31.

The process color (four color CMYK) of #594650 color hex is 0.00, 0.21, 0.10, 0.65. Web safe color of #594650 is #663366. Color #594650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000110 01010000
Octal 131 106 120
Decimal 89 70 80
Hex 59 46 50

RGB Percentages of Color #594650

%37.24
%29.29
%33.47

CMYK Percentages of Color #594650

%0
%21
%10
%65

Triadic Colors of #594650

#594650 #505946 #465059

Analogous Colors of #594650

#594650 #594647 #594659

Monochromatic Colors of #594650

#594650

Complementary Color

#594650 #46594f

#594650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594650 Color CSS Codes

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

#594650 Text Font Color

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

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


#594650 Background Color

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

This div background color is #594650


#594650 Border Color

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

This div border color is #594650


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,70,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594650; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594650;
  -webkit-box-shadow: 1px 1px 3px 2px #594650;
  box-shadow:         1px 1px 3px 2px #594650; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594650


Comments

No comments written yet.

Please login to write comment.