COLOR #686566

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
101
102

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

Portions of RGB colors in percentages

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

%33.88
%32.9
%33.22

CMYK color model

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

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

CMYK percentages

%0
%2.88
%1.92
%59.22

Codes

Color #686566 in popluar color models

686566
RGB104101102
HSL340°1.46%40.20%
HSB/HSV340°2.88%40.78%
CMYK0.00%2.88%1.92%
59.22%

Color #686566 in popluar number systems.

HEX686566
Decimal104101102
Binary110100011001011100110
Octal150145146

Shades and tints

Shades of #686566

#686566
(104,101,102)
#5F5C5D
(95,92,93)
#565354
(86,83,84)
#4D4A4B
(77,74,75)
#444142
(68,65,66)
#3B3839
(59,56,57)
#322F30
(50,47,48)
#292627
(41,38,39)
#201D1E
(32,29,30)
#171415
(23,20,21)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #686566

#686566
(104,101,102)
#757373
(117,115,115)
#828180
(130,129,128)
#8F8F8D
(143,143,141)
#9C9D9A
(156,157,154)
#A9ABA7
(169,171,167)
#B6B9B4
(182,185,180)
#C3C7C1
(195,199,193)
#D0D5CE
(208,213,206)
#DDE3DB
(221,227,219)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686566; }

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

This text font color is #686566.


Background Color

.myBgColor { background-color: #686566; }

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

This div background color is #686566.


Border color

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

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

This div border color is #686566.


Opacity

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

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

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

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

This text has shadow with #686566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686566 on black background.


Color preview on white background

This text has color #686566 on white background.



Black color preview on #686566 background

This text has black color on #686566 background.


White color preview on #686566 background

This text has white color on #686566 background.