COLOR #686F75

HEX: #686F75 RGB: (104,111,117)

Color info

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

RGB color model

#686F75 color RGB value is (104,111,117).

RGB: (104,111,117) (41%, 44%, 46%)

RGB channels and saturation

R 104 of 255 = 41%
G 111 of 255 = 44%
B 117 of 255 = 46%

104
111
117

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

Portions of RGB colors in percentages

R + G + B = 104 + 111 + 117 = 332 (100%)
R 104 of 332 ~ 31.33%
G 111 of 332 ~ 33.43%
B 117 of 332 ~ 35.24'%

%31.33
%33.43
%35.24

CMYK color model

#686F75 color CMYK value is (11,5,0,54).

  • cyan value is 11.11%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (11,5,0,54)
C11M5Y0K54 (11%, 5%, 0%, 54%)
(0.11 / 0.05 / 0.00 / 0.54)

CMYK percentages

%11.11
%5.13
%0
%54.12

Codes

Color #686F75 in popluar color models

68 6F 75
RGB 104 111 117
HSL 208° 5.88% 43.33%
HSB/HSV 208° 11.11% 45.88%
CMYK 11.11% 5.13% 0.00%
54.12%

Color #686F75 in popluar number systems.

HEX 68 6F 75
Decimal 104 111 117
Binary 1101000 1101111 1110101
Octal 150 157 165

Shades and tints

Shades of #686F75

#686F75
(104,111,117)
#5F656B
(95,101,107)
#565B61
(86,91,97)
#4D5157
(77,81,87)
#44474D
(68,71,77)
#3B3D43
(59,61,67)
#323339
(50,51,57)
#29292F
(41,41,47)
#201F25
(32,31,37)
#17151B
(23,21,27)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #686F75

#686F75
(104,111,117)
#757C81
(117,124,129)
#82898D
(130,137,141)
#8F9699
(143,150,153)
#9CA3A5
(156,163,165)
#A9B0B1
(169,176,177)
#B6BDBD
(182,189,189)
#C3CAC9
(195,202,201)
#D0D7D5
(208,215,213)
#DDE4E1
(221,228,225)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686F75; }

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

This text font color is #686F75.

Background Color

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

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

This div background color is #686F75.

Border color

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

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

This div border color is #686F75.

Opacity

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

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

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

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

This text has shadow with #686F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686F75.

Preview

Color preview on black background

This text has color #686F75 on black background.


Color preview on white background

This text has color #686F75 on white background.


Black color preview on #686F75 background

This text has black color on #686F75 background.


White color preview on #686F75 background

This text has white color on #686F75 background.


Related colors

Complementary color

Complementary color for #hex is #97908A.


I love getcolorcode.com

Triadic colors

1 #75686F and #6F7568 with #686F75 are triadic colors.

2 #756F68 and #6F6875 with #686F75 are triadic colors.