COLOR #686D78

HEX: #686D78
RGB: (104,109,120)

Color info

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

RGB color model

#686D78 color RGB value is (104,109,120).

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

RGB channels and saturation

R 104 of 255 = 41%
G 109 of 255 = 43%
B 120 of 255 = 47%

104
109
120

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

Portions of RGB colors in percentages

R + G + B =
104 + 109 + 120 = 333 (100%)
R 104 of 333 ~ 31.23%
G 109 of 333 ~ 32.73%
B 120 of 333 ~ 36.04%

%31.23
%32.73
%36.04

CMYK color model

#686D78 color CMYK value is (13,9,0,53).

  • cyan value is 13.33%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(13,9,0,53)
C13M9Y0K53 
(13%,9%,0%,53%)
(0.13/0.09/0.00/0.53)	

CMYK percentages

%13.33
%9.17
%0
%52.94

Codes

Color #686D78 in popluar color models

686D78
RGB104109120
HSL221°7.14%43.92%
HSB/HSV221°13.33%47.06%
CMYK13.33%9.17%0.00%
52.94%

Color #686D78 in popluar number systems.

HEX686D78
Decimal104109120
Binary110100011011011111000
Octal150155170

Shades and tints

Shades of #686D78

#686D78
(104,109,120)
#5F646E
(95,100,110)
#565B64
(86,91,100)
#4D525A
(77,82,90)
#444950
(68,73,80)
#3B4046
(59,64,70)
#32373C
(50,55,60)
#292E32
(41,46,50)
#202528
(32,37,40)
#171C1E
(23,28,30)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #686D78

#686D78
(104,109,120)
#757A84
(117,122,132)
#828790
(130,135,144)
#8F949C
(143,148,156)
#9CA1A8
(156,161,168)
#A9AEB4
(169,174,180)
#B6BBC0
(182,187,192)
#C3C8CC
(195,200,204)
#D0D5D8
(208,213,216)
#DDE2E4
(221,226,228)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D78; }

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

This text font color is #686D78.


Background Color

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

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

This div background color is #686D78.


Border color

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

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

This div border color is #686D78.


Opacity

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

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

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

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

This text has shadow with #686D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D78 on black background.


Color preview on white background

This text has color #686D78 on white background.



Black color preview on #686D78 background

This text has black color on #686D78 background.


White color preview on #686D78 background

This text has white color on #686D78 background.