COLOR #685C60

HEX: #685C60
RGB: (104,92,96)

Color info

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

RGB color model

#685C60 color RGB value is (104,92,96).

  • red value is 104;
  • green value is 92;
  • blue value is 96.
RGB:
(104,92,96)
(41%,36%,38%)

RGB channels and saturation

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

104
92
96

R + G + B ~ 38%. #685C60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 92 + 96 = 292 (100%)
R 104 of 292 ~ 35.62%
G 92 of 292 ~ 31.51%
B 96 of 292 ~ 32.88%

%35.62
%31.51
%32.88

CMYK color model

#685C60 color CMYK value is (0,12,8,59).

  • cyan value is 0.00%
  • magenta value is 11.54%
  • yellow value is 7.69%
  • key color value is 59.22%
CMYK:
(0,12,8,59)
C0M12Y8K59 
(0%,12%,8%,59%)
(0.00/0.12/0.08/0.59)	

CMYK percentages

%0
%11.54
%7.69
%59.22

Codes

Color #685C60 in popluar color models

685C60
RGB1049296
HSL340°6.12%38.43%
HSB/HSV340°11.54%40.78%
CMYK0.00%11.54%7.69%
59.22%

Color #685C60 in popluar number systems.

HEX685C60
Decimal1049296
Binary110100010111001100000
Octal150134140

Shades and tints

Shades of #685C60

#685C60
(104,92,96)
#5F5458
(95,84,88)
#564C50
(86,76,80)
#4D4448
(77,68,72)
#443C40
(68,60,64)
#3B3438
(59,52,56)
#322C30
(50,44,48)
#292428
(41,36,40)
#201C20
(32,28,32)
#171418
(23,20,24)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #685C60

#685C60
(104,92,96)
#756A6E
(117,106,110)
#82787C
(130,120,124)
#8F868A
(143,134,138)
#9C9498
(156,148,152)
#A9A2A6
(169,162,166)
#B6B0B4
(182,176,180)
#C3BEC2
(195,190,194)
#D0CCD0
(208,204,208)
#DDDADE
(221,218,222)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #685C60 color. Also use rgb(104,92,96) instead hex code.

Text Font Color

.myTextColor { color: #685C60; }

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

This text font color is #685C60.


Background Color

.myBgColor { background-color: #685C60; }

<div style="background-color:#685C60">Inner text</div>

This div background color is #685C60.


Border color

.myBorderColor { border: 1px solid #685C60; }

<div style="border:3px solid #685C60">Div</div>

This div border color is #685C60.


Opacity

.myOpacity80 { color: #685C60; opacity: 0.8; }

<p style="color:#685C60;opacity:0.8;">80%</p>

Text with #685C60 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 #685C60;}

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

This text has shadow with #685C60 color.

.textShadow {text-shadow: 3px 3px 1px #685C60, 3px 3px 1px red;}

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

This text has shadow with #685C60 primary color and red secondary color.


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

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

This text has shadow with #685C60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685C60 on black background.


Color preview on white background

This text has color #685C60 on white background.



Black color preview on #685C60 background

This text has black color on #685C60 background.


White color preview on #685C60 background

This text has white color on #685C60 background.