COLOR #686979

HEX: #686979
RGB: (104,105,121)

Color info

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

RGB color model

#686979 color RGB value is (104,105,121).

  • red value is 104;
  • green value is 105;
  • blue value is 121.
RGB:
(104,105,121)
(41%,41%,47%)

RGB channels and saturation

R 104 of 255 = 41%
G 105 of 255 = 41%
B 121 of 255 = 47%

104
105
121

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

Portions of RGB colors in percentages

R + G + B =
104 + 105 + 121 = 330 (100%)
R 104 of 330 ~ 31.52%
G 105 of 330 ~ 31.82%
B 121 of 330 ~ 36.67%

%31.52
%31.82
%36.67

CMYK color model

#686979 color CMYK value is (14,13,0,53).

  • cyan value is 14.05%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(14,13,0,53)
C14M13Y0K53 
(14%,13%,0%,53%)
(0.14/0.13/0.00/0.53)	

CMYK percentages

%14.05
%13.22
%0
%52.55

Codes

Color #686979 in popluar color models

686979
RGB104105121
HSL236°7.56%44.12%
HSB/HSV236°14.05%47.45%
CMYK14.05%13.22%0.00%
52.55%

Color #686979 in popluar number systems.

HEX686979
Decimal104105121
Binary110100011010011111001
Octal150151171

Shades and tints

Shades of #686979

#686979
(104,105,121)
#5F606E
(95,96,110)
#565763
(86,87,99)
#4D4E58
(77,78,88)
#44454D
(68,69,77)
#3B3C42
(59,60,66)
#323337
(50,51,55)
#292A2C
(41,42,44)
#202121
(32,33,33)
#171816
(23,24,22)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #686979

#686979
(104,105,121)
#757685
(117,118,133)
#828391
(130,131,145)
#8F909D
(143,144,157)
#9C9DA9
(156,157,169)
#A9AAB5
(169,170,181)
#B6B7C1
(182,183,193)
#C3C4CD
(195,196,205)
#D0D1D9
(208,209,217)
#DDDEE5
(221,222,229)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686979 color. Also use rgb(104,105,121) instead hex code.

Text Font Color

.myTextColor { color: #686979; }

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

This text font color is #686979.


Background Color

.myBgColor { background-color: #686979; }

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

This div background color is #686979.


Border color

.myBorderColor { border: 1px solid #686979; }

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

This div border color is #686979.


Opacity

.myOpacity80 { color: #686979; opacity: 0.8; }

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

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

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

This text has shadow with #686979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686979 on black background.


Color preview on white background

This text has color #686979 on white background.



Black color preview on #686979 background

This text has black color on #686979 background.


White color preview on #686979 background

This text has white color on #686979 background.