COLOR #60727D

HEX: #60727D RGB: (96,114,125)

Color info

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

RGB color model

#60727D color RGB value is (96,114,125).

RGB: (96,114,125) (38%, 45%, 49%)

RGB channels and saturation

R 96 of 255 = 38%
G 114 of 255 = 45%
B 125 of 255 = 49%

96
114
125

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

Portions of RGB colors in percentages

R + G + B = 96 + 114 + 125 = 335 (100%)
R 96 of 335 ~ 28.66%
G 114 of 335 ~ 34.03%
B 125 of 335 ~ 37.31'%

%28.66
%34.03
%37.31

CMYK color model

#60727D color CMYK value is (23,9,0,51).

  • cyan value is 23.20%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (23,9,0,51)
C23M9Y0K51 (23%, 9%, 0%, 51%)
(0.23 / 0.09 / 0.00 / 0.51)

CMYK percentages

%23.2
%8.8
%0
%50.98

Codes

Color #60727D in popluar color models

60 72 7D
RGB 96 114 125
HSL 203° 13.12% 43.33%
HSB/HSV 203° 23.20% 49.02%
CMYK 23.20% 8.80% 0.00%
50.98%

Color #60727D in popluar number systems.

HEX 60 72 7D
Decimal 96 114 125
Binary 1100000 1110010 1111101
Octal 140 162 175

Shades and tints

Shades of #60727D

#60727D
(96,114,125)
#586872
(88,104,114)
#505E67
(80,94,103)
#48545C
(72,84,92)
#404A51
(64,74,81)
#384046
(56,64,70)
#30363B
(48,54,59)
#282C30
(40,44,48)
#202225
(32,34,37)
#18181A
(24,24,26)
#100E0F
(16,14,15)
#000000
(0,0,0)

Tints of #60727D

#60727D
(96,114,125)
#6E7E88
(110,126,136)
#7C8A93
(124,138,147)
#8A969E
(138,150,158)
#98A2A9
(152,162,169)
#A6AEB4
(166,174,180)
#B4BABF
(180,186,191)
#C2C6CA
(194,198,202)
#D0D2D5
(208,210,213)
#DEDEE0
(222,222,224)
#ECEAEB
(236,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60727D color. Also use rgb(96,114,125) instead hex code.

Text Font Color

.myTextColor { color: #60727D; }

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

This text font color is #60727D.

Background Color

.myBgColor { background-color: #60727D; }

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

This div background color is #60727D.

Border color

.myBorderColor { border: 1px solid #60727D; }

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

This div border color is #60727D.

Opacity

.myOpacity80 { color: #60727D; opacity: 0.8; }

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

Text with #60727D 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 #60727D;}

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

This text has shadow with #60727D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60727D.

Preview

Color preview on black background

This text has color #60727D on black background.


Color preview on white background

This text has color #60727D on white background.


Black color preview on #60727D background

This text has black color on #60727D background.


White color preview on #60727D background

This text has white color on #60727D background.


Related colors

Complementary color

Complementary color for #hex is #9F8D82.


I love getcolorcode.com

Triadic colors

1 #7D6072 and #727D60 with #60727D are triadic colors.

2 #7D7260 and #72607D with #60727D are triadic colors.