Color Hex Logo

#596750 Color Hex

#596750
(89,103,80)
0 Favorites   0 Comments

Color spaces of #596750

RGB 8910380
HSL0.270.130.36
HSV97°22°40°
CMYK 0.140.000.22   0.60
XYZ10.418012.40359.4344
Yxy12.40350.32300.3845
Hunter Lab35.2186-8.83058.7703
CIE-Lab41.8504-10.068311.2410

#596750 color RGB value is (89,103,80).

#596750 hex color red value is 89, green value is 103 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #596750 hue: 0.27 , saturation: 0.13 and the lightness value of 596750 is 0.36.

The process color (four color CMYK) of #596750 color hex is 0.14, 0.00, 0.22, 0.60. Web safe color of #596750 is #666666. Color #596750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01100111 01010000
Octal 131 147 120
Decimal 89 103 80
Hex 59 67 50

RGB Percentages of Color #596750

%32.72
%37.87
%29.41

CMYK Percentages of Color #596750

%14
%0
%22
%60

Triadic Colors of #596750

#596750 #505967 #675059

Analogous Colors of #596750

#596750 #506753 #656750

Monochromatic Colors of #596750

#596750

Complementary Color

#596750 #5e5067

#596750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#596750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#596750 Color CSS Codes

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

#596750 Text Font Color

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

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


#596750 Background Color

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

This div background color is #596750


#596750 Border Color

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

This div border color is #596750


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,103,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 #596750">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #596750


Comments

No comments written yet.

Please login to write comment.