COLOR #60676B

HEX: #60676B
RGB: (96,103,107)

Color info

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

RGB color model

#60676B color RGB value is (96,103,107).

  • red value is 96;
  • green value is 103;
  • blue value is 107.
RGB:
(96,103,107)
(38%,40%,42%)

RGB channels and saturation

R 96 of 255 = 38%
G 103 of 255 = 40%
B 107 of 255 = 42%

96
103
107

R + G + B ~ 40%. #60676B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
96 + 103 + 107 = 306 (100%)
R 96 of 306 ~ 31.37%
G 103 of 306 ~ 33.66%
B 107 of 306 ~ 34.97%

%31.37
%33.66
%34.97

CMYK color model

#60676B color CMYK value is (10,4,0,58).

  • cyan value is 10.28%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(10,4,0,58)
C10M4Y0K58 
(10%,4%,0%,58%)
(0.10/0.04/0.00/0.58)	

CMYK percentages

%10.28
%3.74
%0
%58.04

Codes

Color #60676B in popluar color models

60676B
RGB96103107
HSL202°5.42%39.80%
HSB/HSV202°10.28%41.96%
CMYK10.28%3.74%0.00%
58.04%

Color #60676B in popluar number systems.

HEX60676B
Decimal96103107
Binary110000011001111101011
Octal140147153

Shades and tints

Shades of #60676B

#60676B
(96,103,107)
#585E62
(88,94,98)
#505559
(80,85,89)
#484C50
(72,76,80)
#404347
(64,67,71)
#383A3E
(56,58,62)
#303135
(48,49,53)
#28282C
(40,40,44)
#201F23
(32,31,35)
#18161A
(24,22,26)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #60676B

#60676B
(96,103,107)
#6E7478
(110,116,120)
#7C8185
(124,129,133)
#8A8E92
(138,142,146)
#989B9F
(152,155,159)
#A6A8AC
(166,168,172)
#B4B5B9
(180,181,185)
#C2C2C6
(194,194,198)
#D0CFD3
(208,207,211)
#DEDCE0
(222,220,224)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60676B color. Also use rgb(96,103,107) instead hex code.

Text Font Color

.myTextColor { color: #60676B; }

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

This text font color is #60676B.


Background Color

.myBgColor { background-color: #60676B; }

<div style="background-color:#60676B">Inner text</div>

This div background color is #60676B.


Border color

.myBorderColor { border: 1px solid #60676B; }

<div style="border:3px solid #60676B">Div</div>

This div border color is #60676B.


Opacity

.myOpacity80 { color: #60676B; opacity: 0.8; }

<p style="color:#60676B;opacity:0.8;">80%</p>

Text with #60676B 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 #60676B;}

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

This text has shadow with #60676B color.

.textShadow {text-shadow: 3px 3px 1px #60676B, 3px 3px 1px red;}

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

This text has shadow with #60676B primary color and red secondary color.


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

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

This text has shadow with #60676B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60676B on black background.


Color preview on white background

This text has color #60676B on white background.



Black color preview on #60676B background

This text has black color on #60676B background.


White color preview on #60676B background

This text has white color on #60676B background.