Color Hex Logo

#596449 Color Hex

#596449
(89,100,73)
0 Favorites   0 Comments

Color spaces of #596449

RGB 8910073
HSL0.230.160.34
HSV84°27°39°
CMYK 0.110.000.27   0.61
XYZ9.879611.71928.0447
Yxy11.71920.33330.3953
Hunter Lab34.2333-8.393910.0304
CIE-Lab40.7663-9.590813.9502

#596449 color RGB value is (89,100,73).

#596449 hex color red value is 89, green value is 100 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #596449 hue: 0.23 , saturation: 0.16 and the lightness value of 596449 is 0.34.

The process color (four color CMYK) of #596449 color hex is 0.11, 0.00, 0.27, 0.61. Web safe color of #596449 is #666633. Color #596449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100100 01001001
Octal 131 144 111
Decimal 89 100 73
Hex 59 64 49

RGB Percentages of Color #596449

%33.97
%38.17
%27.86

CMYK Percentages of Color #596449

%11
%0
%27
%61

Triadic Colors of #596449

#596449 #495964 #644959

Analogous Colors of #596449

#596449 #4c6449 #646249

Monochromatic Colors of #596449

#596449

Complementary Color

#596449 #544964

#596449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596449 Color CSS Codes

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

#596449 Text Font Color

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

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


#596449 Background Color

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

This div background color is #596449


#596449 Border Color

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

This div border color is #596449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596449


Comments

No comments written yet.

Please login to write comment.