COLOR #686C56

HEX: #686C56
RGB: (104,108,86)

Color info

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

RGB color model

#686C56 color RGB value is (104,108,86).

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

RGB channels and saturation

R 104 of 255 = 41%
G 108 of 255 = 42%
B 86 of 255 = 34%

104
108
86

R + G + B ~ 39%. #686C56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 108 + 86 = 298 (100%)
R 104 of 298 ~ 34.9%
G 108 of 298 ~ 36.24%
B 86 of 298 ~ 28.86%

%34.9
%36.24
%28.86

CMYK color model

#686C56 color CMYK value is (4,0,20,58).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 20.37%
  • key color value is 57.65%
CMYK:
(4,0,20,58)
C4M0Y20K58 
(4%,0%,20%,58%)
(0.04/0.00/0.20/0.58)	

CMYK percentages

%3.7
%0
%20.37
%57.65

Codes

Color #686C56 in popluar color models

686C56
RGB10410886
HSL71°11.34%38.04%
HSB/HSV71°20.37%42.35%
CMYK3.70%0.00%20.37%
57.65%

Color #686C56 in popluar number systems.

HEX686C56
Decimal10410886
Binary110100011011001010110
Octal150154126

Shades and tints

Shades of #686C56

#686C56
(104,108,86)
#5F634F
(95,99,79)
#565A48
(86,90,72)
#4D5141
(77,81,65)
#44483A
(68,72,58)
#3B3F33
(59,63,51)
#32362C
(50,54,44)
#292D25
(41,45,37)
#20241E
(32,36,30)
#171B17
(23,27,23)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #686C56

#686C56
(104,108,86)
#757965
(117,121,101)
#828674
(130,134,116)
#8F9383
(143,147,131)
#9CA092
(156,160,146)
#A9ADA1
(169,173,161)
#B6BAB0
(182,186,176)
#C3C7BF
(195,199,191)
#D0D4CE
(208,212,206)
#DDE1DD
(221,225,221)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686C56; }

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

This text font color is #686C56.


Background Color

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

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

This div background color is #686C56.


Border color

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

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

This div border color is #686C56.


Opacity

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

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

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

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

This text has shadow with #686C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686C56 on black background.


Color preview on white background

This text has color #686C56 on white background.



Black color preview on #686C56 background

This text has black color on #686C56 background.


White color preview on #686C56 background

This text has white color on #686C56 background.