COLOR #686C79

HEX: #686C79
RGB: (104,108,121)

Color info

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

RGB color model

#686C79 color RGB value is (104,108,121).

  • red value is 104;
  • green value is 108;
  • blue value is 121.
RGB:
(104,108,121)
(41%,42%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 108 of 255 = 42%
B 121 of 255 = 47%

104
108
121

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

Portions of RGB colors in percentages

R + G + B =
104 + 108 + 121 = 333 (100%)
R 104 of 333 ~ 31.23%
G 108 of 333 ~ 32.43%
B 121 of 333 ~ 36.34%

%31.23
%32.43
%36.34

CMYK color model

#686C79 color CMYK value is (14,11,0,53).

  • cyan value is 14.05%
  • magenta value is 10.74%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(14,11,0,53)
C14M11Y0K53 
(14%,11%,0%,53%)
(0.14/0.11/0.00/0.53)	

CMYK percentages

%14.05
%10.74
%0
%52.55

Codes

Color #686C79 in popluar color models

686C79
RGB104108121
HSL226°7.56%44.12%
HSB/HSV226°14.05%47.45%
CMYK14.05%10.74%0.00%
52.55%

Color #686C79 in popluar number systems.

HEX686C79
Decimal104108121
Binary110100011011001111001
Octal150154171

Shades and tints

Shades of #686C79

#686C79
(104,108,121)
#5F636E
(95,99,110)
#565A63
(86,90,99)
#4D5158
(77,81,88)
#44484D
(68,72,77)
#3B3F42
(59,63,66)
#323637
(50,54,55)
#292D2C
(41,45,44)
#202421
(32,36,33)
#171B16
(23,27,22)
#0E120B
(14,18,11)
#000000
(0,0,0)

Tints of #686C79

#686C79
(104,108,121)
#757985
(117,121,133)
#828691
(130,134,145)
#8F939D
(143,147,157)
#9CA0A9
(156,160,169)
#A9ADB5
(169,173,181)
#B6BAC1
(182,186,193)
#C3C7CD
(195,199,205)
#D0D4D9
(208,212,217)
#DDE1E5
(221,225,229)
#EAEEF1
(234,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686C79; }

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

This text font color is #686C79.


Background Color

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

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

This div background color is #686C79.


Border color

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

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

This div border color is #686C79.


Opacity

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

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

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

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

This text has shadow with #686C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686C79 on black background.


Color preview on white background

This text has color #686C79 on white background.



Black color preview on #686C79 background

This text has black color on #686C79 background.


White color preview on #686C79 background

This text has white color on #686C79 background.