COLOR #686862

HEX: #686862
RGB: (104,104,98)

Color info

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

RGB color model

#686862 color RGB value is (104,104,98).

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

RGB channels and saturation

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

104
104
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 98 = 306 (100%)
R 104 of 306 ~ 33.99%
G 104 of 306 ~ 33.99%
B 98 of 306 ~ 32.03%

%33.99
%33.99
%32.03

CMYK color model

#686862 color CMYK value is (0,0,6,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 59.22%
CMYK:
(0,0,6,59)
C0M0Y6K59 
(0%,0%,6%,59%)
(0.00/0.00/0.06/0.59)	

CMYK percentages

%0
%0
%5.77
%59.22

Codes

Color #686862 in popluar color models

686862
RGB10410498
HSL60°2.97%39.61%
HSB/HSV60°5.77%40.78%
CMYK0.00%0.00%5.77%
59.22%

Color #686862 in popluar number systems.

HEX686862
Decimal10410498
Binary110100011010001100010
Octal150150142

Shades and tints

Shades of #686862

#686862
(104,104,98)
#5F5F5A
(95,95,90)
#565652
(86,86,82)
#4D4D4A
(77,77,74)
#444442
(68,68,66)
#3B3B3A
(59,59,58)
#323232
(50,50,50)
#29292A
(41,41,42)
#202022
(32,32,34)
#17171A
(23,23,26)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #686862

#686862
(104,104,98)
#757570
(117,117,112)
#82827E
(130,130,126)
#8F8F8C
(143,143,140)
#9C9C9A
(156,156,154)
#A9A9A8
(169,169,168)
#B6B6B6
(182,182,182)
#C3C3C4
(195,195,196)
#D0D0D2
(208,208,210)
#DDDDE0
(221,221,224)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686862; }

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

This text font color is #686862.


Background Color

.myBgColor { background-color: #686862; }

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

This div background color is #686862.


Border color

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

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

This div border color is #686862.


Opacity

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

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

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

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

This text has shadow with #686862 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686862 on black background.


Color preview on white background

This text has color #686862 on white background.



Black color preview on #686862 background

This text has black color on #686862 background.


White color preview on #686862 background

This text has white color on #686862 background.