COLOR #686E6E

HEX: #686E6E
RGB: (104,110,110)

Color info

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

RGB color model

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

  • red value is 104;
  • green value is 110;
  • blue value is 110.
RGB:
(104,110,110)
(41%,43%,43%)

RGB channels and saturation

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

104
110
110

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

Portions of RGB colors in percentages

R + G + B =
104 + 110 + 110 = 324 (100%)
R 104 of 324 ~ 32.1%
G 110 of 324 ~ 33.95%
B 110 of 324 ~ 33.95%

%32.1
%33.95
%33.95

CMYK color model

#686E6E color CMYK value is (5,0,0,57).

  • cyan value is 5.45%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(5,0,0,57)
C5M0Y0K57 
(5%,0%,0%,57%)
(0.05/0.00/0.00/0.57)	

CMYK percentages

%5.45
%0
%0
%56.86

Codes

Color #686E6E in popluar color models

686E6E
RGB104110110
HSL180°2.80%41.96%
HSB/HSV180°5.45%43.14%
CMYK5.45%0.00%0.00%
56.86%

Color #686E6E in popluar number systems.

HEX686E6E
Decimal104110110
Binary110100011011101101110
Octal150156156

Shades and tints

Shades of #686E6E

#686E6E
(104,110,110)
#5F6464
(95,100,100)
#565A5A
(86,90,90)
#4D5050
(77,80,80)
#444646
(68,70,70)
#3B3C3C
(59,60,60)
#323232
(50,50,50)
#292828
(41,40,40)
#201E1E
(32,30,30)
#171414
(23,20,20)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #686E6E

#686E6E
(104,110,110)
#757B7B
(117,123,123)
#828888
(130,136,136)
#8F9595
(143,149,149)
#9CA2A2
(156,162,162)
#A9AFAF
(169,175,175)
#B6BCBC
(182,188,188)
#C3C9C9
(195,201,201)
#D0D6D6
(208,214,214)
#DDE3E3
(221,227,227)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686E6E; }

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

This text font color is #686E6E.


Background Color

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

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

This div background color is #686E6E.


Border color

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

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

This div border color is #686E6E.


Opacity

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

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

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

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

This text has shadow with #686E6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686E6E on black background.


Color preview on white background

This text has color #686E6E on white background.



Black color preview on #686E6E background

This text has black color on #686E6E background.


White color preview on #686E6E background

This text has white color on #686E6E background.