COLOR #686D62

HEX: #686D62
RGB: (104,109,98)

Color info

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

RGB color model

#686D62 color RGB value is (104,109,98).

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

RGB channels and saturation

R 104 of 255 = 41%
G 109 of 255 = 43%
B 98 of 255 = 38%

104
109
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 109 + 98 = 311 (100%)
R 104 of 311 ~ 33.44%
G 109 of 311 ~ 35.05%
B 98 of 311 ~ 31.51%

%33.44
%35.05
%31.51

CMYK color model

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

  • cyan value is 4.59%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 57.25%
CMYK:
(5,0,10,57)
C5M0Y10K57 
(5%,0%,10%,57%)
(0.05/0.00/0.10/0.57)	

CMYK percentages

%4.59
%0
%10.09
%57.25

Codes

Color #686D62 in popluar color models

686D62
RGB10410998
HSL87°5.31%40.59%
HSB/HSV87°10.09%42.75%
CMYK4.59%0.00%10.09%
57.25%

Color #686D62 in popluar number systems.

HEX686D62
Decimal10410998
Binary110100011011011100010
Octal150155142

Shades and tints

Shades of #686D62

#686D62
(104,109,98)
#5F645A
(95,100,90)
#565B52
(86,91,82)
#4D524A
(77,82,74)
#444942
(68,73,66)
#3B403A
(59,64,58)
#323732
(50,55,50)
#292E2A
(41,46,42)
#202522
(32,37,34)
#171C1A
(23,28,26)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #686D62

#686D62
(104,109,98)
#757A70
(117,122,112)
#82877E
(130,135,126)
#8F948C
(143,148,140)
#9CA19A
(156,161,154)
#A9AEA8
(169,174,168)
#B6BBB6
(182,187,182)
#C3C8C4
(195,200,196)
#D0D5D2
(208,213,210)
#DDE2E0
(221,226,224)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686D62; }

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

This text font color is #686D62.


Background Color

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

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

This div background color is #686D62.


Border color

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

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

This div border color is #686D62.


Opacity

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

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

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

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

This text has shadow with #686D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686D62 on black background.


Color preview on white background

This text has color #686D62 on white background.



Black color preview on #686D62 background

This text has black color on #686D62 background.


White color preview on #686D62 background

This text has white color on #686D62 background.