Color Hex Logo

#594a32 Color Hex

#594A32
(89,74,50)
0 Favorites   0 Comments

Color spaces of #594a32

RGB 897450
HSL0.100.280.27
HSV37°44°35°
CMYK 0.000.170.44   0.65
XYZ7.14437.25174.0408
Yxy7.25170.38750.3933
Hunter Lab26.92900.23069.9536
CIE-Lab32.37322.508516.6908

#594a32 color RGB value is (89,74,50).

#594a32 hex color red value is 89, green value is 74 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #594a32 hue: 0.10 , saturation: 0.28 and the lightness value of 594a32 is 0.27.

The process color (four color CMYK) of #594a32 color hex is 0.00, 0.17, 0.44, 0.65. Web safe color of #594a32 is #663333. Color #594a32 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001010 00110010
Octal 131 112 62
Decimal 89 74 50
Hex 59 4A 32

RGB Percentages of Color #594a32

%41.78
%34.74
%23.47

CMYK Percentages of Color #594a32

%0
%17
%44
%65

Triadic Colors of #594a32

#594a32 #32594a #4a3259

Analogous Colors of #594a32

#594a32 #555932 #593732

Monochromatic Colors of #594a32

#594a32

Complementary Color

#594a32 #324159

#594a32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#594a32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#594a32 Color CSS Codes

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

#594a32 Text Font Color

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

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


#594a32 Background Color

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

This div background color is #594a32


#594a32 Border Color

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

This div border color is #594a32


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,74,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #594a32; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #594a32;
  -webkit-box-shadow: 1px 1px 3px 2px #594a32;
  box-shadow:         1px 1px 3px 2px #594a32; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #594a32


Comments

No comments written yet.

Please login to write comment.