COLOR #686665

HEX: #686665
RGB: (104,102,101)

Color info

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

RGB color model

#686665 color RGB value is (104,102,101).

  • red value is 104;
  • green value is 102;
  • blue value is 101.
RGB:
(104,102,101)
(41%,40%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 102 of 255 = 40%
B 101 of 255 = 40%

104
102
101

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

Portions of RGB colors in percentages

R + G + B =
104 + 102 + 101 = 307 (100%)
R 104 of 307 ~ 33.88%
G 102 of 307 ~ 33.22%
B 101 of 307 ~ 32.9%

%33.88
%33.22
%32.9

CMYK color model

#686665 color CMYK value is (0,2,3,59).

  • cyan value is 0.00%
  • magenta value is 1.92%
  • yellow value is 2.88%
  • key color value is 59.22%
CMYK:
(0,2,3,59)
C0M2Y3K59 
(0%,2%,3%,59%)
(0.00/0.02/0.03/0.59)	

CMYK percentages

%0
%1.92
%2.88
%59.22

Codes

Color #686665 in popluar color models

686665
RGB104102101
HSL20°1.46%40.20%
HSB/HSV20°2.88%40.78%
CMYK0.00%1.92%2.88%
59.22%

Color #686665 in popluar number systems.

HEX686665
Decimal104102101
Binary110100011001101100101
Octal150146145

Shades and tints

Shades of #686665

#686665
(104,102,101)
#5F5D5C
(95,93,92)
#565453
(86,84,83)
#4D4B4A
(77,75,74)
#444241
(68,66,65)
#3B3938
(59,57,56)
#32302F
(50,48,47)
#292726
(41,39,38)
#201E1D
(32,30,29)
#171514
(23,21,20)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #686665

#686665
(104,102,101)
#757373
(117,115,115)
#828081
(130,128,129)
#8F8D8F
(143,141,143)
#9C9A9D
(156,154,157)
#A9A7AB
(169,167,171)
#B6B4B9
(182,180,185)
#C3C1C7
(195,193,199)
#D0CED5
(208,206,213)
#DDDBE3
(221,219,227)
#EAE8F1
(234,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #686665 color. Also use rgb(104,102,101) instead hex code.

Text Font Color

.myTextColor { color: #686665; }

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

This text font color is #686665.


Background Color

.myBgColor { background-color: #686665; }

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

This div background color is #686665.


Border color

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

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

This div border color is #686665.


Opacity

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

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

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

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

This text has shadow with #686665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686665 on black background.


Color preview on white background

This text has color #686665 on white background.



Black color preview on #686665 background

This text has black color on #686665 background.


White color preview on #686665 background

This text has white color on #686665 background.