COLOR #686376

HEX: #686376
RGB: (104,99,118)

Color info

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

RGB color model

#686376 color RGB value is (104,99,118).

  • red value is 104;
  • green value is 99;
  • blue value is 118.
RGB:
(104,99,118)
(41%,39%,46%)

RGB channels and saturation

R 104 of 255 = 41%
G 99 of 255 = 39%
B 118 of 255 = 46%

104
99
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 99 + 118 = 321 (100%)
R 104 of 321 ~ 32.4%
G 99 of 321 ~ 30.84%
B 118 of 321 ~ 36.76%

%32.4
%30.84
%36.76

CMYK color model

#686376 color CMYK value is (12,16,0,54).

  • cyan value is 11.86%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,16,0,54)
C12M16Y0K54 
(12%,16%,0%,54%)
(0.12/0.16/0.00/0.54)	

CMYK percentages

%11.86
%16.1
%0
%53.73

Codes

Color #686376 in popluar color models

686376
RGB10499118
HSL256°8.76%42.55%
HSB/HSV256°16.10%46.27%
CMYK11.86%16.10%0.00%
53.73%

Color #686376 in popluar number systems.

HEX686376
Decimal10499118
Binary110100011000111110110
Octal150143166

Shades and tints

Shades of #686376

#686376
(104,99,118)
#5F5A6C
(95,90,108)
#565162
(86,81,98)
#4D4858
(77,72,88)
#443F4E
(68,63,78)
#3B3644
(59,54,68)
#322D3A
(50,45,58)
#292430
(41,36,48)
#201B26
(32,27,38)
#17121C
(23,18,28)
#0E0912
(14,9,18)
#000000
(0,0,0)

Tints of #686376

#686376
(104,99,118)
#757182
(117,113,130)
#827F8E
(130,127,142)
#8F8D9A
(143,141,154)
#9C9BA6
(156,155,166)
#A9A9B2
(169,169,178)
#B6B7BE
(182,183,190)
#C3C5CA
(195,197,202)
#D0D3D6
(208,211,214)
#DDE1E2
(221,225,226)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686376; }

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

This text font color is #686376.


Background Color

.myBgColor { background-color: #686376; }

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

This div background color is #686376.


Border color

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

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

This div border color is #686376.


Opacity

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

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

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

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

This text has shadow with #686376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686376 on black background.


Color preview on white background

This text has color #686376 on white background.



Black color preview on #686376 background

This text has black color on #686376 background.


White color preview on #686376 background

This text has white color on #686376 background.