COLOR #595760

HEX: #595760 RGB: (89,87,96)

Color info

#595760 contains red, green and blue colors in about the same proportion. Web safe color of #595760 is #666666 (or #666).

RGB color model

#595760 color RGB value is (89,87,96).

RGB: (89,87,96) (35%, 34%, 38%)

RGB channels and saturation

R 89 of 255 = 35%
G 87 of 255 = 34%
B 96 of 255 = 38%

89
87
96

R + G + B ~ 36%. #595760 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 87 + 96 = 272 (100%)
R 89 of 272 ~ 32.72%
G 87 of 272 ~ 31.99%
B 96 of 272 ~ 35.29'%

%32.72
%31.99
%35.29

CMYK color model

#595760 color CMYK value is (7,9,0,62).

  • cyan value is 7.29%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 62.35%

CMYK: (7,9,0,62)
C7M9Y0K62 (7%, 9%, 0%, 62%)
(0.07 / 0.09 / 0.00 / 0.62)

CMYK percentages

%7.29
%9.38
%0
%62.35

Codes

Color #595760 in popluar color models

59 57 60
RGB 89 87 96
HSL 253° 4.92% 35.88%
HSB/HSV 253° 9.38% 37.65%
CMYK 7.29% 9.38% 0.00%
62.35%

Color #595760 in popluar number systems.

HEX 59 57 60
Decimal 89 87 96
Binary 1011001 1010111 1100000
Octal 131 127 140

Shades and tints

Shades of #595760

#595760
(89,87,96)
#515058
(81,80,88)
#494950
(73,73,80)
#414248
(65,66,72)
#393B40
(57,59,64)
#313438
(49,52,56)
#292D30
(41,45,48)
#212628
(33,38,40)
#191F20
(25,31,32)
#111818
(17,24,24)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #595760

#595760
(89,87,96)
#68666E
(104,102,110)
#77757C
(119,117,124)
#86848A
(134,132,138)
#959398
(149,147,152)
#A4A2A6
(164,162,166)
#B3B1B4
(179,177,180)
#C2C0C2
(194,192,194)
#D1CFD0
(209,207,208)
#E0DEDE
(224,222,222)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595760 color. Also use rgb(89,87,96) instead hex code.

Text Font Color

.myTextColor { color: #595760; }

<p style="color:#595760">This sample text font color is #595760.</p>

This text font color is #595760.

Background Color

.myBgColor { background-color: #595760; }

<div style="background-color:#595760">Inner text</div>

This div background color is #595760.

Border color

.myBorderColor { border: 1px solid #595760; }

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

This div border color is #595760.

Opacity

.myOpacity80 { color: #595760; opacity: 0.8; }

<p style="color:#595760;opacity:0.8;">80%</p>

Text with #595760 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #595760;}

<p style="text-shadow: 3px 3px 1px #595760">Text here.</p>

This text has shadow with #595760 color.


.textShadow {text-shadow: 3px 3px 1px #595760', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #595760, 5px 5px 20px red">Text here.</p>

This text has shadow with #595760 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#595760, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#595760, Direction=45, Strength=4)">Text</p>

This text has shadow with #595760 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #595760;
-webkit-box-shadow: 1px 1px 3px 2px #595760;
box-shadow: 1px 1px 3px 2px #595760;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #595760; -webkit-box-shadow: 1px 1px 3px 2px #595760; box-shadow:1px 1px 3px 2px #595760;">
Div content here
</div>

This div box has shadow with color #595760.

Preview

Color preview on black background

This text has color #595760 on black background.


Color preview on white background

This text has color #595760 on white background.


Black color preview on #595760 background

This text has black color on #595760 background.


White color preview on #595760 background

This text has white color on #595760 background.


Related colors

Complementary color

Complementary color for #hex is #A6A89F.


I love getcolorcode.com

Triadic colors

1 #605957 and #576059 with #595760 are triadic colors.

2 #605759 and #575960 with #595760 are triadic colors.