COLOR #686A76

HEX: #686A76
RGB: (104,106,118)

Color info

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

RGB color model

#686A76 color RGB value is (104,106,118).

  • red value is 104;
  • green value is 106;
  • blue value is 118.
RGB:
(104,106,118)
(41%,42%,46%)

RGB channels and saturation

R 104 of 255 = 41%
G 106 of 255 = 42%
B 118 of 255 = 46%

104
106
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 106 + 118 = 328 (100%)
R 104 of 328 ~ 31.71%
G 106 of 328 ~ 32.32%
B 118 of 328 ~ 35.98%

%31.71
%32.32
%35.98

CMYK color model

#686A76 color CMYK value is (12,10,0,54).

  • cyan value is 11.86%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,10,0,54)
C12M10Y0K54 
(12%,10%,0%,54%)
(0.12/0.10/0.00/0.54)	

CMYK percentages

%11.86
%10.17
%0
%53.73

Codes

Color #686A76 in popluar color models

686A76
RGB104106118
HSL231°6.31%43.53%
HSB/HSV231°11.86%46.27%
CMYK11.86%10.17%0.00%
53.73%

Color #686A76 in popluar number systems.

HEX686A76
Decimal104106118
Binary110100011010101110110
Octal150152166

Shades and tints

Shades of #686A76

#686A76
(104,106,118)
#5F616C
(95,97,108)
#565862
(86,88,98)
#4D4F58
(77,79,88)
#44464E
(68,70,78)
#3B3D44
(59,61,68)
#32343A
(50,52,58)
#292B30
(41,43,48)
#202226
(32,34,38)
#17191C
(23,25,28)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #686A76

#686A76
(104,106,118)
#757782
(117,119,130)
#82848E
(130,132,142)
#8F919A
(143,145,154)
#9C9EA6
(156,158,166)
#A9ABB2
(169,171,178)
#B6B8BE
(182,184,190)
#C3C5CA
(195,197,202)
#D0D2D6
(208,210,214)
#DDDFE2
(221,223,226)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686A76; }

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

This text font color is #686A76.


Background Color

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

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

This div background color is #686A76.


Border color

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

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

This div border color is #686A76.


Opacity

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

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

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

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

This text has shadow with #686A76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686A76 on black background.


Color preview on white background

This text has color #686A76 on white background.



Black color preview on #686A76 background

This text has black color on #686A76 background.


White color preview on #686A76 background

This text has white color on #686A76 background.