COLOR #686866

HEX: #686866
RGB: (104,104,102)

Color info

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

RGB color model

#686866 color RGB value is (104,104,102).

  • red value is 104;
  • green value is 104;
  • blue value is 102.
RGB:
(104,104,102)
(41%,41%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 104 of 255 = 41%
B 102 of 255 = 40%

104
104
102

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

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 102 = 310 (100%)
R 104 of 310 ~ 33.55%
G 104 of 310 ~ 33.55%
B 102 of 310 ~ 32.9%

%33.55
%33.55
%32.9

CMYK color model

#686866 color CMYK value is (0,0,2,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 59.22%
CMYK:
(0,0,2,59)
C0M0Y2K59 
(0%,0%,2%,59%)
(0.00/0.00/0.02/0.59)	

CMYK percentages

%0
%0
%1.92
%59.22

Codes

Color #686866 in popluar color models

686866
RGB104104102
HSL60°0.97%40.39%
HSB/HSV60°1.92%40.78%
CMYK0.00%0.00%1.92%
59.22%

Color #686866 in popluar number systems.

HEX686866
Decimal104104102
Binary110100011010001100110
Octal150150146

Shades and tints

Shades of #686866

#686866
(104,104,102)
#5F5F5D
(95,95,93)
#565654
(86,86,84)
#4D4D4B
(77,77,75)
#444442
(68,68,66)
#3B3B39
(59,59,57)
#323230
(50,50,48)
#292927
(41,41,39)
#20201E
(32,32,30)
#171715
(23,23,21)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #686866

#686866
(104,104,102)
#757573
(117,117,115)
#828280
(130,130,128)
#8F8F8D
(143,143,141)
#9C9C9A
(156,156,154)
#A9A9A7
(169,169,167)
#B6B6B4
(182,182,180)
#C3C3C1
(195,195,193)
#D0D0CE
(208,208,206)
#DDDDDB
(221,221,219)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686866; }

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

This text font color is #686866.


Background Color

.myBgColor { background-color: #686866; }

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

This div background color is #686866.


Border color

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

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

This div border color is #686866.


Opacity

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

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

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

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

This text has shadow with #686866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686866 on black background.


Color preview on white background

This text has color #686866 on white background.



Black color preview on #686866 background

This text has black color on #686866 background.


White color preview on #686866 background

This text has white color on #686866 background.