COLOR #686C62

HEX: #686C62
RGB: (104,108,98)

Color info

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

RGB color model

#686C62 color RGB value is (104,108,98).

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

RGB channels and saturation

R 104 of 255 = 41%
G 108 of 255 = 42%
B 98 of 255 = 38%

104
108
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 108 + 98 = 310 (100%)
R 104 of 310 ~ 33.55%
G 108 of 310 ~ 34.84%
B 98 of 310 ~ 31.61%

%33.55
%34.84
%31.61

CMYK color model

#686C62 color CMYK value is (4,0,9,58).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 9.26%
  • key color value is 57.65%
CMYK:
(4,0,9,58)
C4M0Y9K58 
(4%,0%,9%,58%)
(0.04/0.00/0.09/0.58)	

CMYK percentages

%3.7
%0
%9.26
%57.65

Codes

Color #686C62 in popluar color models

686C62
RGB10410898
HSL84°4.85%40.39%
HSB/HSV84°9.26%42.35%
CMYK3.70%0.00%9.26%
57.65%

Color #686C62 in popluar number systems.

HEX686C62
Decimal10410898
Binary110100011011001100010
Octal150154142

Shades and tints

Shades of #686C62

#686C62
(104,108,98)
#5F635A
(95,99,90)
#565A52
(86,90,82)
#4D514A
(77,81,74)
#444842
(68,72,66)
#3B3F3A
(59,63,58)
#323632
(50,54,50)
#292D2A
(41,45,42)
#202422
(32,36,34)
#171B1A
(23,27,26)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #686C62

#686C62
(104,108,98)
#757970
(117,121,112)
#82867E
(130,134,126)
#8F938C
(143,147,140)
#9CA09A
(156,160,154)
#A9ADA8
(169,173,168)
#B6BAB6
(182,186,182)
#C3C7C4
(195,199,196)
#D0D4D2
(208,212,210)
#DDE1E0
(221,225,224)
#EAEEEE
(234,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686C62; }

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

This text font color is #686C62.


Background Color

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

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

This div background color is #686C62.


Border color

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

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

This div border color is #686C62.


Opacity

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

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

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

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

This text has shadow with #686C62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686C62 on black background.


Color preview on white background

This text has color #686C62 on white background.



Black color preview on #686C62 background

This text has black color on #686C62 background.


White color preview on #686C62 background

This text has white color on #686C62 background.