COLOR #686F6E

HEX: #686F6E RGB: (104,111,110)

Color info

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

RGB color model

#686F6E color RGB value is (104,111,110).

RGB: (104,111,110) (41%, 44%, 43%)

RGB channels and saturation

R 104 of 255 = 41%
G 111 of 255 = 44%
B 110 of 255 = 43%

104
111
110

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

Portions of RGB colors in percentages

R + G + B = 104 + 111 + 110 = 325 (100%)
R 104 of 325 ~ 32%
G 111 of 325 ~ 34.15%
B 110 of 325 ~ 33.85'%

%32
%34.15
%33.85

CMYK color model

#686F6E color CMYK value is (6,0,1,56).

  • cyan value is 6.31%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 56.47%

CMYK: (6,0,1,56)
C6M0Y1K56 (6%, 0%, 1%, 56%)
(0.06 / 0.00 / 0.01 / 0.56)

CMYK percentages

%6.31
%0
%0.9
%56.47

Codes

Color #686F6E in popluar color models

68 6F 6E
RGB 104 111 110
HSL 171° 3.26% 42.16%
HSB/HSV 171° 6.31% 43.53%
CMYK 6.31% 0.00% 0.90%
56.47%

Color #686F6E in popluar number systems.

HEX 68 6F 6E
Decimal 104 111 110
Binary 1101000 1101111 1101110
Octal 150 157 156

Shades and tints

Shades of #686F6E

#686F6E
(104,111,110)
#5F6564
(95,101,100)
#565B5A
(86,91,90)
#4D5150
(77,81,80)
#444746
(68,71,70)
#3B3D3C
(59,61,60)
#323332
(50,51,50)
#292928
(41,41,40)
#201F1E
(32,31,30)
#171514
(23,21,20)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #686F6E

#686F6E
(104,111,110)
#757C7B
(117,124,123)
#828988
(130,137,136)
#8F9695
(143,150,149)
#9CA3A2
(156,163,162)
#A9B0AF
(169,176,175)
#B6BDBC
(182,189,188)
#C3CAC9
(195,202,201)
#D0D7D6
(208,215,214)
#DDE4E3
(221,228,227)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686F6E; }

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

This text font color is #686F6E.

Background Color

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

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

This div background color is #686F6E.

Border color

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

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

This div border color is #686F6E.

Opacity

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

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

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

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

This text has shadow with #686F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #686F6E.

Preview

Color preview on black background

This text has color #686F6E on black background.


Color preview on white background

This text has color #686F6E on white background.


Black color preview on #686F6E background

This text has black color on #686F6E background.


White color preview on #686F6E background

This text has white color on #686F6E background.


Related colors

Complementary color

Complementary color for #hex is #979091.


I love getcolorcode.com

Triadic colors

1 #6E686F and #6F6E68 with #686F6E are triadic colors.

2 #6E6F68 and #6F686E with #686F6E are triadic colors.