COLOR #60727C

HEX: #60727C
RGB: (96,114,124)

Color info

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

RGB color model

#60727C color RGB value is (96,114,124).

  • red value is 96;
  • green value is 114;
  • blue value is 124.
RGB:
(96,114,124)
(38%,45%,49%)

RGB channels and saturation

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

96
114
124

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

Portions of RGB colors in percentages

R + G + B =
96 + 114 + 124 = 334 (100%)
R 96 of 334 ~ 28.74%
G 114 of 334 ~ 34.13%
B 124 of 334 ~ 37.13%

%28.74
%34.13
%37.13

CMYK color model

#60727C color CMYK value is (23,8,0,51).

  • cyan value is 22.58%
  • magenta value is 8.06%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(23,8,0,51)
C23M8Y0K51 
(23%,8%,0%,51%)
(0.23/0.08/0.00/0.51)	

CMYK percentages

%22.58
%8.06
%0
%51.37

Codes

Color #60727C in popluar color models

60727C
RGB96114124
HSL201°12.73%43.14%
HSB/HSV201°22.58%48.63%
CMYK22.58%8.06%0.00%
51.37%

Color #60727C in popluar number systems.

HEX60727C
Decimal96114124
Binary110000011100101111100
Octal140162174

Shades and tints

Shades of #60727C

#60727C
(96,114,124)
#586871
(88,104,113)
#505E66
(80,94,102)
#48545B
(72,84,91)
#404A50
(64,74,80)
#384045
(56,64,69)
#30363A
(48,54,58)
#282C2F
(40,44,47)
#202224
(32,34,36)
#181819
(24,24,25)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #60727C

#60727C
(96,114,124)
#6E7E87
(110,126,135)
#7C8A92
(124,138,146)
#8A969D
(138,150,157)
#98A2A8
(152,162,168)
#A6AEB3
(166,174,179)
#B4BABE
(180,186,190)
#C2C6C9
(194,198,201)
#D0D2D4
(208,210,212)
#DEDEDF
(222,222,223)
#ECEAEA
(236,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60727C; }

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

This text font color is #60727C.


Background Color

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

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

This div background color is #60727C.


Border color

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

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

This div border color is #60727C.


Opacity

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

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

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

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

This text has shadow with #60727C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60727C on black background.


Color preview on white background

This text has color #60727C on white background.



Black color preview on #60727C background

This text has black color on #60727C background.


White color preview on #60727C background

This text has white color on #60727C background.