COLOR #686575

HEX: #686575
RGB: (104,101,117)

Color info

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

RGB color model

#686575 color RGB value is (104,101,117).

  • red value is 104;
  • green value is 101;
  • blue value is 117.
RGB:
(104,101,117)
(41%,40%,46%)

RGB channels and saturation

R 104 of 255 = 41%
G 101 of 255 = 40%
B 117 of 255 = 46%

104
101
117

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

Portions of RGB colors in percentages

R + G + B =
104 + 101 + 117 = 322 (100%)
R 104 of 322 ~ 32.3%
G 101 of 322 ~ 31.37%
B 117 of 322 ~ 36.34%

%32.3
%31.37
%36.34

CMYK color model

#686575 color CMYK value is (11,14,0,54).

  • cyan value is 11.11%
  • magenta value is 13.68%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(11,14,0,54)
C11M14Y0K54 
(11%,14%,0%,54%)
(0.11/0.14/0.00/0.54)	

CMYK percentages

%11.11
%13.68
%0
%54.12

Codes

Color #686575 in popluar color models

686575
RGB104101117
HSL251°7.34%42.75%
HSB/HSV251°13.68%45.88%
CMYK11.11%13.68%0.00%
54.12%

Color #686575 in popluar number systems.

HEX686575
Decimal104101117
Binary110100011001011110101
Octal150145165

Shades and tints

Shades of #686575

#686575
(104,101,117)
#5F5C6B
(95,92,107)
#565361
(86,83,97)
#4D4A57
(77,74,87)
#44414D
(68,65,77)
#3B3843
(59,56,67)
#322F39
(50,47,57)
#29262F
(41,38,47)
#201D25
(32,29,37)
#17141B
(23,20,27)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #686575

#686575
(104,101,117)
#757381
(117,115,129)
#82818D
(130,129,141)
#8F8F99
(143,143,153)
#9C9DA5
(156,157,165)
#A9ABB1
(169,171,177)
#B6B9BD
(182,185,189)
#C3C7C9
(195,199,201)
#D0D5D5
(208,213,213)
#DDE3E1
(221,227,225)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686575; }

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

This text font color is #686575.


Background Color

.myBgColor { background-color: #686575; }

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

This div background color is #686575.


Border color

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

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

This div border color is #686575.


Opacity

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

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

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

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

This text has shadow with #686575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686575 on black background.


Color preview on white background

This text has color #686575 on white background.



Black color preview on #686575 background

This text has black color on #686575 background.


White color preview on #686575 background

This text has white color on #686575 background.