COLOR #687D6F

HEX: #687D6F
RGB: (104,125,111)

Color info

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

RGB color model

#687D6F color RGB value is (104,125,111).

  • red value is 104;
  • green value is 125;
  • blue value is 111.
RGB:
(104,125,111)
(41%,49%,44%)

RGB channels and saturation

R 104 of 255 = 41%
G 125 of 255 = 49%
B 111 of 255 = 44%

104
125
111

R + G + B ~ 45%. #687D6F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 125 + 111 = 340 (100%)
R 104 of 340 ~ 30.59%
G 125 of 340 ~ 36.76%
B 111 of 340 ~ 32.65%

%30.59
%36.76
%32.65

CMYK color model

#687D6F color CMYK value is (17,0,11,51).

  • cyan value is 16.80%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(17,0,11,51)
C17M0Y11K51 
(17%,0%,11%,51%)
(0.17/0.00/0.11/0.51)	

CMYK percentages

%16.8
%0
%11.2
%50.98

Codes

Color #687D6F in popluar color models

687D6F
RGB104125111
HSL140°9.17%44.90%
HSB/HSV140°16.80%49.02%
CMYK16.80%0.00%11.20%
50.98%

Color #687D6F in popluar number systems.

HEX687D6F
Decimal104125111
Binary110100011111011101111
Octal150175157

Shades and tints

Shades of #687D6F

#687D6F
(104,125,111)
#5F7265
(95,114,101)
#56675B
(86,103,91)
#4D5C51
(77,92,81)
#445147
(68,81,71)
#3B463D
(59,70,61)
#323B33
(50,59,51)
#293029
(41,48,41)
#20251F
(32,37,31)
#171A15
(23,26,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #687D6F

#687D6F
(104,125,111)
#75887C
(117,136,124)
#829389
(130,147,137)
#8F9E96
(143,158,150)
#9CA9A3
(156,169,163)
#A9B4B0
(169,180,176)
#B6BFBD
(182,191,189)
#C3CACA
(195,202,202)
#D0D5D7
(208,213,215)
#DDE0E4
(221,224,228)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687D6F color. Also use rgb(104,125,111) instead hex code.

Text Font Color

.myTextColor { color: #687D6F; }

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

This text font color is #687D6F.


Background Color

.myBgColor { background-color: #687D6F; }

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

This div background color is #687D6F.


Border color

.myBorderColor { border: 1px solid #687D6F; }

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

This div border color is #687D6F.


Opacity

.myOpacity80 { color: #687D6F; opacity: 0.8; }

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

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

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

This text has shadow with #687D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D6F on black background.


Color preview on white background

This text has color #687D6F on white background.



Black color preview on #687D6F background

This text has black color on #687D6F background.


White color preview on #687D6F background

This text has white color on #687D6F background.