COLOR #686D6B

HEX: #686D6B RGB: (104,109,107)

Color info

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

RGB color model

#686D6B color RGB value is (104,109,107).

RGB: (104,109,107) (41%, 43%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 109 of 255 = 43%
B 107 of 255 = 42%

104
109
107

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

Portions of RGB colors in percentages

R + G + B = 104 + 109 + 107 = 320 (100%)
R 104 of 320 ~ 32.5%
G 109 of 320 ~ 34.06%
B 107 of 320 ~ 33.44'%

%32.5
%34.06
%33.44

CMYK color model

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

  • cyan value is 4.59%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%

CMYK: (5,0,2,57)
C5M0Y2K57 (5%, 0%, 2%, 57%)
(0.05 / 0.00 / 0.02 / 0.57)

CMYK percentages

%4.59
%0
%1.83
%57.25

Codes

Color #686D6B in popluar color models

68 6D 6B
RGB 104 109 107
HSL 156° 2.35% 41.76%
HSB/HSV 156° 4.59% 42.75%
CMYK 4.59% 0.00% 1.83%
57.25%

Color #686D6B in popluar number systems.

HEX 68 6D 6B
Decimal 104 109 107
Binary 1101000 1101101 1101011
Octal 150 155 153

Shades and tints

Shades of #686D6B

#686D6B
(104,109,107)
#5F6462
(95,100,98)
#565B59
(86,91,89)
#4D5250
(77,82,80)
#444947
(68,73,71)
#3B403E
(59,64,62)
#323735
(50,55,53)
#292E2C
(41,46,44)
#202523
(32,37,35)
#171C1A
(23,28,26)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #686D6B

#686D6B
(104,109,107)
#757A78
(117,122,120)
#828785
(130,135,133)
#8F9492
(143,148,146)
#9CA19F
(156,161,159)
#A9AEAC
(169,174,172)
#B6BBB9
(182,187,185)
#C3C8C6
(195,200,198)
#D0D5D3
(208,213,211)
#DDE2E0
(221,226,224)
#EAEFED
(234,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D6B; }

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

This text font color is #686D6B.

Background Color

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

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

This div background color is #686D6B.

Border color

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

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

This div border color is #686D6B.

Opacity

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

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

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

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

This text has shadow with #686D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686D6B.

Preview

Color preview on black background

This text has color #686D6B on black background.


Color preview on white background

This text has color #686D6B on white background.


Black color preview on #686D6B background

This text has black color on #686D6B background.


White color preview on #686D6B background

This text has white color on #686D6B background.


Related colors

Complementary color

Complementary color for #hex is #979294.


I love getcolorcode.com

Triadic colors

1 #6B686D and #6D6B68 with #686D6B are triadic colors.

2 #6B6D68 and #6D686B with #686D6B are triadic colors.