COLOR #686961

HEX: #686961
RGB: (104,105,97)

Color info

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

RGB color model

#686961 color RGB value is (104,105,97).

  • red value is 104;
  • green value is 105;
  • blue value is 97.
RGB:
(104,105,97)
(41%,41%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 97 of 255 = 38%

104
105
97

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

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 97 = 306 (100%)
R 104 of 306 ~ 33.99%
G 105 of 306 ~ 34.31%
B 97 of 306 ~ 31.7%

%33.99
%34.31
%31.7

CMYK color model

#686961 color CMYK value is (1,0,8,59).

  • cyan value is 0.95%
  • magenta value is 0.00%
  • yellow value is 7.62%
  • key color value is 58.82%
CMYK:
(1,0,8,59)
C1M0Y8K59 
(1%,0%,8%,59%)
(0.01/0.00/0.08/0.59)	

CMYK percentages

%0.95
%0
%7.62
%58.82

Codes

Color #686961 in popluar color models

686961
RGB10410597
HSL68°3.96%39.61%
HSB/HSV68°7.62%41.18%
CMYK0.95%0.00%7.62%
58.82%

Color #686961 in popluar number systems.

HEX686961
Decimal10410597
Binary110100011010011100001
Octal150151141

Shades and tints

Shades of #686961

#686961
(104,105,97)
#5F6059
(95,96,89)
#565751
(86,87,81)
#4D4E49
(77,78,73)
#444541
(68,69,65)
#3B3C39
(59,60,57)
#323331
(50,51,49)
#292A29
(41,42,41)
#202121
(32,33,33)
#171819
(23,24,25)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #686961

#686961
(104,105,97)
#75766F
(117,118,111)
#82837D
(130,131,125)
#8F908B
(143,144,139)
#9C9D99
(156,157,153)
#A9AAA7
(169,170,167)
#B6B7B5
(182,183,181)
#C3C4C3
(195,196,195)
#D0D1D1
(208,209,209)
#DDDEDF
(221,222,223)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686961 color. Also use rgb(104,105,97) instead hex code.

Text Font Color

.myTextColor { color: #686961; }

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

This text font color is #686961.


Background Color

.myBgColor { background-color: #686961; }

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

This div background color is #686961.


Border color

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

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

This div border color is #686961.


Opacity

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

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

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

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

This text has shadow with #686961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686961 on black background.


Color preview on white background

This text has color #686961 on white background.



Black color preview on #686961 background

This text has black color on #686961 background.


White color preview on #686961 background

This text has white color on #686961 background.