COLOR #60717E

HEX: #60717E
RGB: (96,113,126)

Color info

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

RGB color model

#60717E color RGB value is (96,113,126).

  • red value is 96;
  • green value is 113;
  • blue value is 126.
RGB:
(96,113,126)
(38%,44%,49%)

RGB channels and saturation

R 96 of 255 = 38%
G 113 of 255 = 44%
B 126 of 255 = 49%

96
113
126

R + G + B ~ 44%. #60717E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 113 + 126 = 335 (100%)
R 96 of 335 ~ 28.66%
G 113 of 335 ~ 33.73%
B 126 of 335 ~ 37.61%

%28.66
%33.73
%37.61

CMYK color model

#60717E color CMYK value is (24,10,0,51).

  • cyan value is 23.81%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(24,10,0,51)
C24M10Y0K51 
(24%,10%,0%,51%)
(0.24/0.10/0.00/0.51)	

CMYK percentages

%23.81
%10.32
%0
%50.59

Codes

Color #60717E in popluar color models

60717E
RGB96113126
HSL206°13.51%43.53%
HSB/HSV206°23.81%49.41%
CMYK23.81%10.32%0.00%
50.59%

Color #60717E in popluar number systems.

HEX60717E
Decimal96113126
Binary110000011100011111110
Octal140161176

Shades and tints

Shades of #60717E

#60717E
(96,113,126)
#586773
(88,103,115)
#505D68
(80,93,104)
#48535D
(72,83,93)
#404952
(64,73,82)
#383F47
(56,63,71)
#30353C
(48,53,60)
#282B31
(40,43,49)
#202126
(32,33,38)
#18171B
(24,23,27)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #60717E

#60717E
(96,113,126)
#6E7D89
(110,125,137)
#7C8994
(124,137,148)
#8A959F
(138,149,159)
#98A1AA
(152,161,170)
#A6ADB5
(166,173,181)
#B4B9C0
(180,185,192)
#C2C5CB
(194,197,203)
#D0D1D6
(208,209,214)
#DEDDE1
(222,221,225)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60717E color. Also use rgb(96,113,126) instead hex code.

Text Font Color

.myTextColor { color: #60717E; }

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

This text font color is #60717E.


Background Color

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

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

This div background color is #60717E.


Border color

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

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

This div border color is #60717E.


Opacity

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

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

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

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

This text has shadow with #60717E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60717E on black background.


Color preview on white background

This text has color #60717E on white background.



Black color preview on #60717E background

This text has black color on #60717E background.


White color preview on #60717E background

This text has white color on #60717E background.