Color Hex Logo

#597465 Color Hex

#597465
(89,116,101)
0 Favorites   0 Comments

Color spaces of #597465

RGB 89116101
HSL0.410.130.40
HSV147°23°45°
CMYK 0.230.000.13   0.55
XYZ12.714215.554214.6441
Yxy15.55420.29630.3625
Hunter Lab39.4388-11.47355.5921
CIE-Lab46.3841-13.18355.0886

#597465 color RGB value is (89,116,101).

#597465 hex color red value is 89, green value is 116 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #597465 hue: 0.41 , saturation: 0.13 and the lightness value of 597465 is 0.40.

The process color (four color CMYK) of #597465 color hex is 0.23, 0.00, 0.13, 0.55. Web safe color of #597465 is #666666. Color #597465 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110100 01100101
Octal 131 164 145
Decimal 89 116 101
Hex 59 74 65

RGB Percentages of Color #597465

%29.08
%37.91
%33.01

CMYK Percentages of Color #597465

%23
%0
%13
%55

Triadic Colors of #597465

#597465 #655974 #746559

Analogous Colors of #597465

#597465 #597473 #5b7459

Monochromatic Colors of #597465

#597465

Complementary Color

#597465 #745968

#597465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#597465 Color CSS Codes

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

#597465 Text Font Color

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

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


#597465 Background Color

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

This div background color is #597465


#597465 Border Color

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

This div border color is #597465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597465


Comments

No comments written yet.

Please login to write comment.