COLOR #686067

HEX: #686067
RGB: (104,96,103)

Color info

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

RGB color model

#686067 color RGB value is (104,96,103).

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

RGB channels and saturation

R 104 of 255 = 41%
G 96 of 255 = 38%
B 103 of 255 = 40%

104
96
103

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

Portions of RGB colors in percentages

R + G + B =
104 + 96 + 103 = 303 (100%)
R 104 of 303 ~ 34.32%
G 96 of 303 ~ 31.68%
B 103 of 303 ~ 33.99%

%34.32
%31.68
%33.99

CMYK color model

#686067 color CMYK value is (0,8,1,59).

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 0.96%
  • key color value is 59.22%
CMYK:
(0,8,1,59)
C0M8Y1K59 
(0%,8%,1%,59%)
(0.00/0.08/0.01/0.59)	

CMYK percentages

%0
%7.69
%0.96
%59.22

Codes

Color #686067 in popluar color models

686067
RGB10496103
HSL308°4.00%39.22%
HSB/HSV308°7.69%40.78%
CMYK0.00%7.69%0.96%
59.22%

Color #686067 in popluar number systems.

HEX686067
Decimal10496103
Binary110100011000001100111
Octal150140147

Shades and tints

Shades of #686067

#686067
(104,96,103)
#5F585E
(95,88,94)
#565055
(86,80,85)
#4D484C
(77,72,76)
#444043
(68,64,67)
#3B383A
(59,56,58)
#323031
(50,48,49)
#292828
(41,40,40)
#20201F
(32,32,31)
#171816
(23,24,22)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #686067

#686067
(104,96,103)
#756E74
(117,110,116)
#827C81
(130,124,129)
#8F8A8E
(143,138,142)
#9C989B
(156,152,155)
#A9A6A8
(169,166,168)
#B6B4B5
(182,180,181)
#C3C2C2
(195,194,194)
#D0D0CF
(208,208,207)
#DDDEDC
(221,222,220)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686067; }

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

This text font color is #686067.


Background Color

.myBgColor { background-color: #686067; }

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

This div background color is #686067.


Border color

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

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

This div border color is #686067.


Opacity

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

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

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

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

This text has shadow with #686067 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686067 on black background.


Color preview on white background

This text has color #686067 on white background.



Black color preview on #686067 background

This text has black color on #686067 background.


White color preview on #686067 background

This text has white color on #686067 background.