COLOR #686076

HEX: #686076
RGB: (104,96,118)

Color info

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

RGB color model

#686076 color RGB value is (104,96,118).

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

RGB channels and saturation

R 104 of 255 = 41%
G 96 of 255 = 38%
B 118 of 255 = 46%

104
96
118

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

Portions of RGB colors in percentages

R + G + B =
104 + 96 + 118 = 318 (100%)
R 104 of 318 ~ 32.7%
G 96 of 318 ~ 30.19%
B 118 of 318 ~ 37.11%

%32.7
%30.19
%37.11

CMYK color model

#686076 color CMYK value is (12,19,0,54).

  • cyan value is 11.86%
  • magenta value is 18.64%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(12,19,0,54)
C12M19Y0K54 
(12%,19%,0%,54%)
(0.12/0.19/0.00/0.54)	

CMYK percentages

%11.86
%18.64
%0
%53.73

Codes

Color #686076 in popluar color models

686076
RGB10496118
HSL262°10.28%41.96%
HSB/HSV262°18.64%46.27%
CMYK11.86%18.64%0.00%
53.73%

Color #686076 in popluar number systems.

HEX686076
Decimal10496118
Binary110100011000001110110
Octal150140166

Shades and tints

Shades of #686076

#686076
(104,96,118)
#5F586C
(95,88,108)
#565062
(86,80,98)
#4D4858
(77,72,88)
#44404E
(68,64,78)
#3B3844
(59,56,68)
#32303A
(50,48,58)
#292830
(41,40,48)
#202026
(32,32,38)
#17181C
(23,24,28)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #686076

#686076
(104,96,118)
#756E82
(117,110,130)
#827C8E
(130,124,142)
#8F8A9A
(143,138,154)
#9C98A6
(156,152,166)
#A9A6B2
(169,166,178)
#B6B4BE
(182,180,190)
#C3C2CA
(195,194,202)
#D0D0D6
(208,208,214)
#DDDEE2
(221,222,226)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686076; }

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

This text font color is #686076.


Background Color

.myBgColor { background-color: #686076; }

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

This div background color is #686076.


Border color

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

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

This div border color is #686076.


Opacity

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

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

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

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

This text has shadow with #686076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686076 on black background.


Color preview on white background

This text has color #686076 on white background.



Black color preview on #686076 background

This text has black color on #686076 background.


White color preview on #686076 background

This text has white color on #686076 background.