COLOR #60595B

HEX: #60595B
RGB: (96,89,91)

Color info

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

RGB color model

#60595B color RGB value is (96,89,91).

  • red value is 96;
  • green value is 89;
  • blue value is 91.
RGB:
(96,89,91)
(38%,35%,36%)

RGB channels and saturation

R 96 of 255 = 38%
G 89 of 255 = 35%
B 91 of 255 = 36%

96
89
91

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

Portions of RGB colors in percentages

R + G + B =
96 + 89 + 91 = 276 (100%)
R 96 of 276 ~ 34.78%
G 89 of 276 ~ 32.25%
B 91 of 276 ~ 32.97%

%34.78
%32.25
%32.97

CMYK color model

#60595B color CMYK value is (0,7,5,62).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 5.21%
  • key color value is 62.35%
CMYK:
(0,7,5,62)
C0M7Y5K62 
(0%,7%,5%,62%)
(0.00/0.07/0.05/0.62)	

CMYK percentages

%0
%7.29
%5.21
%62.35

Codes

Color #60595B in popluar color models

60595B
RGB968991
HSL343°3.78%36.27%
HSB/HSV343°7.29%37.65%
CMYK0.00%7.29%5.21%
62.35%

Color #60595B in popluar number systems.

HEX60595B
Decimal968991
Binary110000010110011011011
Octal140131133

Shades and tints

Shades of #60595B

#60595B
(96,89,91)
#585153
(88,81,83)
#50494B
(80,73,75)
#484143
(72,65,67)
#40393B
(64,57,59)
#383133
(56,49,51)
#30292B
(48,41,43)
#282123
(40,33,35)
#20191B
(32,25,27)
#181113
(24,17,19)
#10090B
(16,9,11)
#000000
(0,0,0)

Tints of #60595B

#60595B
(96,89,91)
#6E6869
(110,104,105)
#7C7777
(124,119,119)
#8A8685
(138,134,133)
#989593
(152,149,147)
#A6A4A1
(166,164,161)
#B4B3AF
(180,179,175)
#C2C2BD
(194,194,189)
#D0D1CB
(208,209,203)
#DEE0D9
(222,224,217)
#ECEFE7
(236,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60595B; }

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

This text font color is #60595B.


Background Color

.myBgColor { background-color: #60595B; }

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

This div background color is #60595B.


Border color

.myBorderColor { border: 1px solid #60595B; }

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

This div border color is #60595B.


Opacity

.myOpacity80 { color: #60595B; opacity: 0.8; }

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

Text with #60595B 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 #60595B;}

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

This text has shadow with #60595B color.

.textShadow {text-shadow: 3px 3px 1px #60595B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #60595B;
-webkit-box-shadow: 1px 1px 3px 2px #60595B;
box-shadow:1px 1px 3px 2px #60595B;">
Div content here</div>
This div box has shadow with color #60595B.

Preview

Color preview on black background

This text has color #60595B on black background.


Color preview on white background

This text has color #60595B on white background.



Black color preview on #60595B background

This text has black color on #60595B background.


White color preview on #60595B background

This text has white color on #60595B background.