COLOR #686B6F

HEX: #686B6F
RGB: (104,107,111)

Color info

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

RGB color model

#686B6F color RGB value is (104,107,111).

  • red value is 104;
  • green value is 107;
  • blue value is 111.
RGB:
(104,107,111)
(41%,42%,44%)

RGB channels and saturation

R 104 of 255 = 41%
G 107 of 255 = 42%
B 111 of 255 = 44%

104
107
111

R + G + B ~ 42%. #686B6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 107 + 111 = 322 (100%)
R 104 of 322 ~ 32.3%
G 107 of 322 ~ 33.23%
B 111 of 322 ~ 34.47%

%32.3
%33.23
%34.47

CMYK color model

#686B6F color CMYK value is (6,4,0,56).

  • cyan value is 6.31%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(6,4,0,56)
C6M4Y0K56 
(6%,4%,0%,56%)
(0.06/0.04/0.00/0.56)	

CMYK percentages

%6.31
%3.6
%0
%56.47

Codes

Color #686B6F in popluar color models

686B6F
RGB104107111
HSL214°3.26%42.16%
HSB/HSV214°6.31%43.53%
CMYK6.31%3.60%0.00%
56.47%

Color #686B6F in popluar number systems.

HEX686B6F
Decimal104107111
Binary110100011010111101111
Octal150153157

Shades and tints

Shades of #686B6F

#686B6F
(104,107,111)
#5F6265
(95,98,101)
#56595B
(86,89,91)
#4D5051
(77,80,81)
#444747
(68,71,71)
#3B3E3D
(59,62,61)
#323533
(50,53,51)
#292C29
(41,44,41)
#20231F
(32,35,31)
#171A15
(23,26,21)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #686B6F

#686B6F
(104,107,111)
#75787C
(117,120,124)
#828589
(130,133,137)
#8F9296
(143,146,150)
#9C9FA3
(156,159,163)
#A9ACB0
(169,172,176)
#B6B9BD
(182,185,189)
#C3C6CA
(195,198,202)
#D0D3D7
(208,211,215)
#DDE0E4
(221,224,228)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686B6F color. Also use rgb(104,107,111) instead hex code.

Text Font Color

.myTextColor { color: #686B6F; }

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

This text font color is #686B6F.


Background Color

.myBgColor { background-color: #686B6F; }

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

This div background color is #686B6F.


Border color

.myBorderColor { border: 1px solid #686B6F; }

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

This div border color is #686B6F.


Opacity

.myOpacity80 { color: #686B6F; opacity: 0.8; }

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

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

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

This text has shadow with #686B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686B6F on black background.


Color preview on white background

This text has color #686B6F on white background.



Black color preview on #686B6F background

This text has black color on #686B6F background.


White color preview on #686B6F background

This text has white color on #686B6F background.