COLOR #60685D

HEX: #60685D RGB: (96,104,93)

Color info

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

RGB color model

#60685D color RGB value is (96,104,93).

RGB: (96,104,93) (38%, 41%, 36%)

RGB channels and saturation

R 96 of 255 = 38%
G 104 of 255 = 41%
B 93 of 255 = 36%

96
104
93

R + G + B ~ 38%. #60685D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 96 + 104 + 93 = 293 (100%)
R 96 of 293 ~ 32.76%
G 104 of 293 ~ 35.49%
B 93 of 293 ~ 31.74'%

%32.76
%35.49
%31.74

CMYK color model

#60685D color CMYK value is (8,0,11,59).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 59.22%

CMYK: (8,0,11,59)
C8M0Y11K59 (8%, 0%, 11%, 59%)
(0.08 / 0.00 / 0.11 / 0.59)

CMYK percentages

%7.69
%0
%10.58
%59.22

Codes

Color #60685D in popluar color models

60 68 5D
RGB 96 104 93
HSL 104° 5.58% 38.63%
HSB/HSV 104° 10.58% 40.78%
CMYK 7.69% 0.00% 10.58%
59.22%

Color #60685D in popluar number systems.

HEX 60 68 5D
Decimal 96 104 93
Binary 1100000 1101000 1011101
Octal 140 150 135

Shades and tints

Shades of #60685D

#60685D
(96,104,93)
#585F55
(88,95,85)
#50564D
(80,86,77)
#484D45
(72,77,69)
#40443D
(64,68,61)
#383B35
(56,59,53)
#30322D
(48,50,45)
#282925
(40,41,37)
#20201D
(32,32,29)
#181715
(24,23,21)
#100E0D
(16,14,13)
#000000
(0,0,0)

Tints of #60685D

#60685D
(96,104,93)
#6E756B
(110,117,107)
#7C8279
(124,130,121)
#8A8F87
(138,143,135)
#989C95
(152,156,149)
#A6A9A3
(166,169,163)
#B4B6B1
(180,182,177)
#C2C3BF
(194,195,191)
#D0D0CD
(208,208,205)
#DEDDDB
(222,221,219)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60685D color. Also use rgb(96,104,93) instead hex code.

Text Font Color

.myTextColor { color: #60685D; }

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

This text font color is #60685D.

Background Color

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

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

This div background color is #60685D.

Border color

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

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

This div border color is #60685D.

Opacity

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

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

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

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

This text has shadow with #60685D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #60685D.

Preview

Color preview on black background

This text has color #60685D on black background.


Color preview on white background

This text has color #60685D on white background.


Black color preview on #60685D background

This text has black color on #60685D background.


White color preview on #60685D background

This text has white color on #60685D background.


Related colors

Complementary color

Complementary color for #hex is #9F97A2.


I love getcolorcode.com

Triadic colors

1 #5D6068 and #685D60 with #60685D are triadic colors.

2 #5D6860 and #68605D with #60685D are triadic colors.