COLOR #60586F

HEX: #60586F
RGB: (96,88,111)

Color info

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

RGB color model

#60586F color RGB value is (96,88,111).

  • red value is 96;
  • green value is 88;
  • blue value is 111.
RGB:
(96,88,111)
(38%,35%,44%)

RGB channels and saturation

R 96 of 255 = 38%
G 88 of 255 = 35%
B 111 of 255 = 44%

96
88
111

R + G + B ~ 39%. #60586F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
96 + 88 + 111 = 295 (100%)
R 96 of 295 ~ 32.54%
G 88 of 295 ~ 29.83%
B 111 of 295 ~ 37.63%

%32.54
%29.83
%37.63

CMYK color model

#60586F color CMYK value is (14,21,0,56).

  • cyan value is 13.51%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(14,21,0,56)
C14M21Y0K56 
(14%,21%,0%,56%)
(0.14/0.21/0.00/0.56)	

CMYK percentages

%13.51
%20.72
%0
%56.47

Codes

Color #60586F in popluar color models

60586F
RGB9688111
HSL261°11.56%39.02%
HSB/HSV261°20.72%43.53%
CMYK13.51%20.72%0.00%
56.47%

Color #60586F in popluar number systems.

HEX60586F
Decimal9688111
Binary110000010110001101111
Octal140130157

Shades and tints

Shades of #60586F

#60586F
(96,88,111)
#585065
(88,80,101)
#50485B
(80,72,91)
#484051
(72,64,81)
#403847
(64,56,71)
#38303D
(56,48,61)
#302833
(48,40,51)
#282029
(40,32,41)
#20181F
(32,24,31)
#181015
(24,16,21)
#10080B
(16,8,11)
#000000
(0,0,0)

Tints of #60586F

#60586F
(96,88,111)
#6E677C
(110,103,124)
#7C7689
(124,118,137)
#8A8596
(138,133,150)
#9894A3
(152,148,163)
#A6A3B0
(166,163,176)
#B4B2BD
(180,178,189)
#C2C1CA
(194,193,202)
#D0D0D7
(208,208,215)
#DEDFE4
(222,223,228)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60586F color. Also use rgb(96,88,111) instead hex code.

Text Font Color

.myTextColor { color: #60586F; }

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

This text font color is #60586F.


Background Color

.myBgColor { background-color: #60586F; }

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

This div background color is #60586F.


Border color

.myBorderColor { border: 1px solid #60586F; }

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

This div border color is #60586F.


Opacity

.myOpacity80 { color: #60586F; opacity: 0.8; }

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

Text with #60586F 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 #60586F;}

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

This text has shadow with #60586F color.

.textShadow {text-shadow: 3px 3px 1px #60586F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60586F on black background.


Color preview on white background

This text has color #60586F on white background.



Black color preview on #60586F background

This text has black color on #60586F background.


White color preview on #60586F background

This text has white color on #60586F background.