COLOR #686D6D

HEX: #686D6D RGB: (104,109,109)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
109
109

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

Portions of RGB colors in percentages

R + G + B = 104 + 109 + 109 = 322 (100%)
R 104 of 322 ~ 32.3%
G 109 of 322 ~ 33.85%
B 109 of 322 ~ 33.85'%

%32.3
%33.85
%33.85

CMYK color model

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

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

CMYK: (5,0,0,57)
C5M0Y0K57 (5%, 0%, 0%, 57%)
(0.05 / 0.00 / 0.00 / 0.57)

CMYK percentages

%4.59
%0
%0
%57.25

Codes

Color #686D6D in popluar color models

68 6D 6D
RGB 104 109 109
HSL 180° 2.35% 41.76%
HSB/HSV 180° 4.59% 42.75%
CMYK 4.59% 0.00% 0.00%
57.25%

Color #686D6D in popluar number systems.

HEX 68 6D 6D
Decimal 104 109 109
Binary 1101000 1101101 1101101
Octal 150 155 155

Shades and tints

Shades of #686D6D

#686D6D
(104,109,109)
#5F6464
(95,100,100)
#565B5B
(86,91,91)
#4D5252
(77,82,82)
#444949
(68,73,73)
#3B4040
(59,64,64)
#323737
(50,55,55)
#292E2E
(41,46,46)
#202525
(32,37,37)
#171C1C
(23,28,28)
#0E1313
(14,19,19)
#000000
(0,0,0)

Tints of #686D6D

#686D6D
(104,109,109)
#757A7A
(117,122,122)
#828787
(130,135,135)
#8F9494
(143,148,148)
#9CA1A1
(156,161,161)
#A9AEAE
(169,174,174)
#B6BBBB
(182,187,187)
#C3C8C8
(195,200,200)
#D0D5D5
(208,213,213)
#DDE2E2
(221,226,226)
#EAEFEF
(234,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D6D; }

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

This text font color is #686D6D.

Background Color

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

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

This div background color is #686D6D.

Border color

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

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

This div border color is #686D6D.

Opacity

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

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

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

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

This text has shadow with #686D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686D6D.

Preview

Color preview on black background

This text has color #686D6D on black background.


Color preview on white background

This text has color #686D6D on white background.


Black color preview on #686D6D background

This text has black color on #686D6D background.


White color preview on #686D6D background

This text has white color on #686D6D background.


Related colors

Complementary color

Complementary color for #hex is #979292.


I love getcolorcode.com