COLOR #686875

HEX: #686875
RGB: (104,104,117)

Color info

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

RGB color model

#686875 color RGB value is (104,104,117).

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

RGB channels and saturation

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

104
104
117

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

Portions of RGB colors in percentages

R + G + B =
104 + 104 + 117 = 325 (100%)
R 104 of 325 ~ 32%
G 104 of 325 ~ 32%
B 117 of 325 ~ 36%

%32
%32
%36

CMYK color model

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

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

CMYK percentages

%11.11
%11.11
%0
%54.12

Codes

Color #686875 in popluar color models

686875
RGB104104117
HSL240°5.88%43.33%
HSB/HSV240°11.11%45.88%
CMYK11.11%11.11%0.00%
54.12%

Color #686875 in popluar number systems.

HEX686875
Decimal104104117
Binary110100011010001110101
Octal150150165

Shades and tints

Shades of #686875

#686875
(104,104,117)
#5F5F6B
(95,95,107)
#565661
(86,86,97)
#4D4D57
(77,77,87)
#44444D
(68,68,77)
#3B3B43
(59,59,67)
#323239
(50,50,57)
#29292F
(41,41,47)
#202025
(32,32,37)
#17171B
(23,23,27)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #686875

#686875
(104,104,117)
#757581
(117,117,129)
#82828D
(130,130,141)
#8F8F99
(143,143,153)
#9C9CA5
(156,156,165)
#A9A9B1
(169,169,177)
#B6B6BD
(182,182,189)
#C3C3C9
(195,195,201)
#D0D0D5
(208,208,213)
#DDDDE1
(221,221,225)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #686875; }

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

This text font color is #686875.


Background Color

.myBgColor { background-color: #686875; }

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

This div background color is #686875.


Border color

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

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

This div border color is #686875.


Opacity

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

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

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

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

This text has shadow with #686875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #686875 on black background.


Color preview on white background

This text has color #686875 on white background.



Black color preview on #686875 background

This text has black color on #686875 background.


White color preview on #686875 background

This text has white color on #686875 background.