COLOR #685E60

HEX: #685E60
RGB: (104,94,96)

Color info

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

RGB color model

#685E60 color RGB value is (104,94,96).

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

RGB channels and saturation

R 104 of 255 = 41%
G 94 of 255 = 37%
B 96 of 255 = 38%

104
94
96

R + G + B ~ 39%. #685E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 94 + 96 = 294 (100%)
R 104 of 294 ~ 35.37%
G 94 of 294 ~ 31.97%
B 96 of 294 ~ 32.65%

%35.37
%31.97
%32.65

CMYK color model

#685E60 color CMYK value is (0,10,8,59).

  • cyan value is 0.00%
  • magenta value is 9.62%
  • yellow value is 7.69%
  • key color value is 59.22%
CMYK:
(0,10,8,59)
C0M10Y8K59 
(0%,10%,8%,59%)
(0.00/0.10/0.08/0.59)	

CMYK percentages

%0
%9.62
%7.69
%59.22

Codes

Color #685E60 in popluar color models

685E60
RGB1049496
HSL348°5.05%38.82%
HSB/HSV348°9.62%40.78%
CMYK0.00%9.62%7.69%
59.22%

Color #685E60 in popluar number systems.

HEX685E60
Decimal1049496
Binary110100010111101100000
Octal150136140

Shades and tints

Shades of #685E60

#685E60
(104,94,96)
#5F5658
(95,86,88)
#564E50
(86,78,80)
#4D4648
(77,70,72)
#443E40
(68,62,64)
#3B3638
(59,54,56)
#322E30
(50,46,48)
#292628
(41,38,40)
#201E20
(32,30,32)
#171618
(23,22,24)
#0E0E10
(14,14,16)
#000000
(0,0,0)

Tints of #685E60

#685E60
(104,94,96)
#756C6E
(117,108,110)
#827A7C
(130,122,124)
#8F888A
(143,136,138)
#9C9698
(156,150,152)
#A9A4A6
(169,164,166)
#B6B2B4
(182,178,180)
#C3C0C2
(195,192,194)
#D0CED0
(208,206,208)
#DDDCDE
(221,220,222)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685E60; }

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

This text font color is #685E60.


Background Color

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

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

This div background color is #685E60.


Border color

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

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

This div border color is #685E60.


Opacity

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

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

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

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

This text has shadow with #685E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685E60 on black background.


Color preview on white background

This text has color #685E60 on white background.



Black color preview on #685E60 background

This text has black color on #685E60 background.


White color preview on #685E60 background

This text has white color on #685E60 background.