COLOR #685960

HEX: #685960
RGB: (104,89,96)

Color info

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

RGB color model

#685960 color RGB value is (104,89,96).

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

RGB channels and saturation

R 104 of 255 = 41%
G 89 of 255 = 35%
B 96 of 255 = 38%

104
89
96

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

Portions of RGB colors in percentages

R + G + B =
104 + 89 + 96 = 289 (100%)
R 104 of 289 ~ 35.99%
G 89 of 289 ~ 30.8%
B 96 of 289 ~ 33.22%

%35.99
%30.8
%33.22

CMYK color model

#685960 color CMYK value is (0,14,8,59).

  • cyan value is 0.00%
  • magenta value is 14.42%
  • yellow value is 7.69%
  • key color value is 59.22%
CMYK:
(0,14,8,59)
C0M14Y8K59 
(0%,14%,8%,59%)
(0.00/0.14/0.08/0.59)	

CMYK percentages

%0
%14.42
%7.69
%59.22

Codes

Color #685960 in popluar color models

685960
RGB1048996
HSL332°7.77%37.84%
HSB/HSV332°14.42%40.78%
CMYK0.00%14.42%7.69%
59.22%

Color #685960 in popluar number systems.

HEX685960
Decimal1048996
Binary110100010110011100000
Octal150131140

Shades and tints

Shades of #685960

#685960
(104,89,96)
#5F5158
(95,81,88)
#564950
(86,73,80)
#4D4148
(77,65,72)
#443940
(68,57,64)
#3B3138
(59,49,56)
#322930
(50,41,48)
#292128
(41,33,40)
#201920
(32,25,32)
#171118
(23,17,24)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #685960

#685960
(104,89,96)
#75686E
(117,104,110)
#82777C
(130,119,124)
#8F868A
(143,134,138)
#9C9598
(156,149,152)
#A9A4A6
(169,164,166)
#B6B3B4
(182,179,180)
#C3C2C2
(195,194,194)
#D0D1D0
(208,209,208)
#DDE0DE
(221,224,222)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #685960; }

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

This text font color is #685960.


Background Color

.myBgColor { background-color: #685960; }

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

This div background color is #685960.


Border color

.myBorderColor { border: 1px solid #685960; }

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

This div border color is #685960.


Opacity

.myOpacity80 { color: #685960; opacity: 0.8; }

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

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

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

This text has shadow with #685960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #685960 on black background.


Color preview on white background

This text has color #685960 on white background.



Black color preview on #685960 background

This text has black color on #685960 background.


White color preview on #685960 background

This text has white color on #685960 background.