COLOR #60737E

HEX: #60737E
RGB: (96,115,126)

Color info

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

RGB color model

#60737E color RGB value is (96,115,126).

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

RGB channels and saturation

R 96 of 255 = 38%
G 115 of 255 = 45%
B 126 of 255 = 49%

96
115
126

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

Portions of RGB colors in percentages

R + G + B =
96 + 115 + 126 = 337 (100%)
R 96 of 337 ~ 28.49%
G 115 of 337 ~ 34.12%
B 126 of 337 ~ 37.39%

%28.49
%34.12
%37.39

CMYK color model

#60737E color CMYK value is (24,9,0,51).

  • cyan value is 23.81%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(24,9,0,51)
C24M9Y0K51 
(24%,9%,0%,51%)
(0.24/0.09/0.00/0.51)	

CMYK percentages

%23.81
%8.73
%0
%50.59

Codes

Color #60737E in popluar color models

60737E
RGB96115126
HSL202°13.51%43.53%
HSB/HSV202°23.81%49.41%
CMYK23.81%8.73%0.00%
50.59%

Color #60737E in popluar number systems.

HEX60737E
Decimal96115126
Binary110000011100111111110
Octal140163176

Shades and tints

Shades of #60737E

#60737E
(96,115,126)
#586973
(88,105,115)
#505F68
(80,95,104)
#48555D
(72,85,93)
#404B52
(64,75,82)
#384147
(56,65,71)
#30373C
(48,55,60)
#282D31
(40,45,49)
#202326
(32,35,38)
#18191B
(24,25,27)
#100F10
(16,15,16)
#000000
(0,0,0)

Tints of #60737E

#60737E
(96,115,126)
#6E7F89
(110,127,137)
#7C8B94
(124,139,148)
#8A979F
(138,151,159)
#98A3AA
(152,163,170)
#A6AFB5
(166,175,181)
#B4BBC0
(180,187,192)
#C2C7CB
(194,199,203)
#D0D3D6
(208,211,214)
#DEDFE1
(222,223,225)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #60737E; }

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

This text font color is #60737E.


Background Color

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

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

This div background color is #60737E.


Border color

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

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

This div border color is #60737E.


Opacity

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

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

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

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

This text has shadow with #60737E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60737E on black background.


Color preview on white background

This text has color #60737E on white background.



Black color preview on #60737E background

This text has black color on #60737E background.


White color preview on #60737E background

This text has white color on #60737E background.