COLOR #686E68

HEX: #686E68
RGB: (104,110,104)

Color info

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

RGB color model

#686E68 color RGB value is (104,110,104).

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

RGB channels and saturation

R 104 of 255 = 41%
G 110 of 255 = 43%
B 104 of 255 = 41%

104
110
104

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

Portions of RGB colors in percentages

R + G + B =
104 + 110 + 104 = 318 (100%)
R 104 of 318 ~ 32.7%
G 110 of 318 ~ 34.59%
B 104 of 318 ~ 32.7%

%32.7
%34.59
%32.7

CMYK color model

#686E68 color CMYK value is (5,0,5,57).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 56.86%
CMYK:
(5,0,5,57)
C5M0Y5K57 
(5%,0%,5%,57%)
(0.05/0.00/0.05/0.57)	

CMYK percentages

%5.45
%0
%5.45
%56.86

Codes

Color #686E68 in popluar color models

686E68
RGB104110104
HSL120°2.80%41.96%
HSB/HSV120°5.45%43.14%
CMYK5.45%0.00%5.45%
56.86%

Color #686E68 in popluar number systems.

HEX686E68
Decimal104110104
Binary110100011011101101000
Octal150156150

Shades and tints

Shades of #686E68

#686E68
(104,110,104)
#5F645F
(95,100,95)
#565A56
(86,90,86)
#4D504D
(77,80,77)
#444644
(68,70,68)
#3B3C3B
(59,60,59)
#323232
(50,50,50)
#292829
(41,40,41)
#201E20
(32,30,32)
#171417
(23,20,23)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #686E68

#686E68
(104,110,104)
#757B75
(117,123,117)
#828882
(130,136,130)
#8F958F
(143,149,143)
#9CA29C
(156,162,156)
#A9AFA9
(169,175,169)
#B6BCB6
(182,188,182)
#C3C9C3
(195,201,195)
#D0D6D0
(208,214,208)
#DDE3DD
(221,227,221)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686E68; }

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

This text font color is #686E68.


Background Color

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

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

This div background color is #686E68.


Border color

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

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

This div border color is #686E68.


Opacity

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

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

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

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

This text has shadow with #686E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686E68 on black background.


Color preview on white background

This text has color #686E68 on white background.



Black color preview on #686E68 background

This text has black color on #686E68 background.


White color preview on #686E68 background

This text has white color on #686E68 background.