COLOR #686F72

HEX: #686F72 RGB: (104,111,114)

Color info

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

RGB color model

#686F72 color RGB value is (104,111,114).

RGB: (104,111,114) (41%, 44%, 45%)

RGB channels and saturation

R 104 of 255 = 41%
G 111 of 255 = 44%
B 114 of 255 = 45%

104
111
114

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

Portions of RGB colors in percentages

R + G + B = 104 + 111 + 114 = 329 (100%)
R 104 of 329 ~ 31.61%
G 111 of 329 ~ 33.74%
B 114 of 329 ~ 34.65'%

%31.61
%33.74
%34.65

CMYK color model

#686F72 color CMYK value is (9,3,0,55).

  • cyan value is 8.77%
  • magenta value is 2.63%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (9,3,0,55)
C9M3Y0K55 (9%, 3%, 0%, 55%)
(0.09 / 0.03 / 0.00 / 0.55)

CMYK percentages

%8.77
%2.63
%0
%55.29

Codes

Color #686F72 in popluar color models

68 6F 72
RGB 104 111 114
HSL 198° 4.59% 42.75%
HSB/HSV 198° 8.77% 44.71%
CMYK 8.77% 2.63% 0.00%
55.29%

Color #686F72 in popluar number systems.

HEX 68 6F 72
Decimal 104 111 114
Binary 1101000 1101111 1110010
Octal 150 157 162

Shades and tints

Shades of #686F72

#686F72
(104,111,114)
#5F6568
(95,101,104)
#565B5E
(86,91,94)
#4D5154
(77,81,84)
#44474A
(68,71,74)
#3B3D40
(59,61,64)
#323336
(50,51,54)
#29292C
(41,41,44)
#201F22
(32,31,34)
#171518
(23,21,24)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #686F72

#686F72
(104,111,114)
#757C7E
(117,124,126)
#82898A
(130,137,138)
#8F9696
(143,150,150)
#9CA3A2
(156,163,162)
#A9B0AE
(169,176,174)
#B6BDBA
(182,189,186)
#C3CAC6
(195,202,198)
#D0D7D2
(208,215,210)
#DDE4DE
(221,228,222)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686F72; }

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

This text font color is #686F72.

Background Color

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

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

This div background color is #686F72.

Border color

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

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

This div border color is #686F72.

Opacity

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

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

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

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

This text has shadow with #686F72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686F72.

Preview

Color preview on black background

This text has color #686F72 on black background.


Color preview on white background

This text has color #686F72 on white background.


Black color preview on #686F72 background

This text has black color on #686F72 background.


White color preview on #686F72 background

This text has white color on #686F72 background.


Related colors

Complementary color

Complementary color for #hex is #97908D.


I love getcolorcode.com

Triadic colors

1 #72686F and #6F7268 with #686F72 are triadic colors.

2 #726F68 and #6F6872 with #686F72 are triadic colors.