COLOR #60595E

HEX: #60595E
RGB: (96,89,94)

Color info

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

RGB color model

#60595E color RGB value is (96,89,94).

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

RGB channels and saturation

R 96 of 255 = 38%
G 89 of 255 = 35%
B 94 of 255 = 37%

96
89
94

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

Portions of RGB colors in percentages

R + G + B =
96 + 89 + 94 = 279 (100%)
R 96 of 279 ~ 34.41%
G 89 of 279 ~ 31.9%
B 94 of 279 ~ 33.69%

%34.41
%31.9
%33.69

CMYK color model

#60595E color CMYK value is (0,7,2,62).

  • cyan value is 0.00%
  • magenta value is 7.29%
  • yellow value is 2.08%
  • key color value is 62.35%
CMYK:
(0,7,2,62)
C0M7Y2K62 
(0%,7%,2%,62%)
(0.00/0.07/0.02/0.62)	

CMYK percentages

%0
%7.29
%2.08
%62.35

Codes

Color #60595E in popluar color models

60595E
RGB968994
HSL317°3.78%36.27%
HSB/HSV317°7.29%37.65%
CMYK0.00%7.29%2.08%
62.35%

Color #60595E in popluar number systems.

HEX60595E
Decimal968994
Binary110000010110011011110
Octal140131136

Shades and tints

Shades of #60595E

#60595E
(96,89,94)
#585156
(88,81,86)
#50494E
(80,73,78)
#484146
(72,65,70)
#40393E
(64,57,62)
#383136
(56,49,54)
#30292E
(48,41,46)
#282126
(40,33,38)
#20191E
(32,25,30)
#181116
(24,17,22)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #60595E

#60595E
(96,89,94)
#6E686C
(110,104,108)
#7C777A
(124,119,122)
#8A8688
(138,134,136)
#989596
(152,149,150)
#A6A4A4
(166,164,164)
#B4B3B2
(180,179,178)
#C2C2C0
(194,194,192)
#D0D1CE
(208,209,206)
#DEE0DC
(222,224,220)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60595E; }

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

This text font color is #60595E.


Background Color

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

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

This div background color is #60595E.


Border color

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

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

This div border color is #60595E.


Opacity

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

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

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

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

This text has shadow with #60595E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60595E on black background.


Color preview on white background

This text has color #60595E on white background.



Black color preview on #60595E background

This text has black color on #60595E background.


White color preview on #60595E background

This text has white color on #60595E background.