COLOR #686564

HEX: #686564
RGB: (104,101,100)

Color info

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

RGB color model

#686564 color RGB value is (104,101,100).

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

RGB channels and saturation

R 104 of 255 = 41%
G 101 of 255 = 40%
B 100 of 255 = 39%

104
101
100

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

Portions of RGB colors in percentages

R + G + B =
104 + 101 + 100 = 305 (100%)
R 104 of 305 ~ 34.1%
G 101 of 305 ~ 33.11%
B 100 of 305 ~ 32.79%

%34.1
%33.11
%32.79

CMYK color model

#686564 color CMYK value is (0,3,4,59).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 3.85%
  • key color value is 59.22%
CMYK:
(0,3,4,59)
C0M3Y4K59 
(0%,3%,4%,59%)
(0.00/0.03/0.04/0.59)	

CMYK percentages

%0
%2.88
%3.85
%59.22

Codes

Color #686564 in popluar color models

686564
RGB104101100
HSL15°1.96%40.00%
HSB/HSV15°3.85%40.78%
CMYK0.00%2.88%3.85%
59.22%

Color #686564 in popluar number systems.

HEX686564
Decimal104101100
Binary110100011001011100100
Octal150145144

Shades and tints

Shades of #686564

#686564
(104,101,100)
#5F5C5B
(95,92,91)
#565352
(86,83,82)
#4D4A49
(77,74,73)
#444140
(68,65,64)
#3B3837
(59,56,55)
#322F2E
(50,47,46)
#292625
(41,38,37)
#201D1C
(32,29,28)
#171413
(23,20,19)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #686564

#686564
(104,101,100)
#757372
(117,115,114)
#828180
(130,129,128)
#8F8F8E
(143,143,142)
#9C9D9C
(156,157,156)
#A9ABAA
(169,171,170)
#B6B9B8
(182,185,184)
#C3C7C6
(195,199,198)
#D0D5D4
(208,213,212)
#DDE3E2
(221,227,226)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686564; }

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

This text font color is #686564.


Background Color

.myBgColor { background-color: #686564; }

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

This div background color is #686564.


Border color

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

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

This div border color is #686564.


Opacity

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

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

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

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

This text has shadow with #686564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686564 on black background.


Color preview on white background

This text has color #686564 on white background.



Black color preview on #686564 background

This text has black color on #686564 background.


White color preview on #686564 background

This text has white color on #686564 background.