COLOR #686467

HEX: #686467
RGB: (104,100,103)

Color info

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

RGB color model

#686467 color RGB value is (104,100,103).

  • red value is 104;
  • green value is 100;
  • blue value is 103.
RGB:
(104,100,103)
(41%,39%,40%)

RGB channels and saturation

R 104 of 255 = 41%
G 100 of 255 = 39%
B 103 of 255 = 40%

104
100
103

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

Portions of RGB colors in percentages

R + G + B =
104 + 100 + 103 = 307 (100%)
R 104 of 307 ~ 33.88%
G 100 of 307 ~ 32.57%
B 103 of 307 ~ 33.55%

%33.88
%32.57
%33.55

CMYK color model

#686467 color CMYK value is (0,4,1,59).

  • cyan value is 0.00%
  • magenta value is 3.85%
  • yellow value is 0.96%
  • key color value is 59.22%
CMYK:
(0,4,1,59)
C0M4Y1K59 
(0%,4%,1%,59%)
(0.00/0.04/0.01/0.59)	

CMYK percentages

%0
%3.85
%0.96
%59.22

Codes

Color #686467 in popluar color models

686467
RGB104100103
HSL315°1.96%40.00%
HSB/HSV315°3.85%40.78%
CMYK0.00%3.85%0.96%
59.22%

Color #686467 in popluar number systems.

HEX686467
Decimal104100103
Binary110100011001001100111
Octal150144147

Shades and tints

Shades of #686467

#686467
(104,100,103)
#5F5B5E
(95,91,94)
#565255
(86,82,85)
#4D494C
(77,73,76)
#444043
(68,64,67)
#3B373A
(59,55,58)
#322E31
(50,46,49)
#292528
(41,37,40)
#201C1F
(32,28,31)
#171316
(23,19,22)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #686467

#686467
(104,100,103)
#757274
(117,114,116)
#828081
(130,128,129)
#8F8E8E
(143,142,142)
#9C9C9B
(156,156,155)
#A9AAA8
(169,170,168)
#B6B8B5
(182,184,181)
#C3C6C2
(195,198,194)
#D0D4CF
(208,212,207)
#DDE2DC
(221,226,220)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686467; }

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

This text font color is #686467.


Background Color

.myBgColor { background-color: #686467; }

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

This div background color is #686467.


Border color

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

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

This div border color is #686467.


Opacity

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

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

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

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

This text has shadow with #686467 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686467 on black background.


Color preview on white background

This text has color #686467 on white background.



Black color preview on #686467 background

This text has black color on #686467 background.


White color preview on #686467 background

This text has white color on #686467 background.