COLOR #687B6B

HEX: #687B6B
RGB: (104,123,107)

Color info

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

RGB color model

#687B6B color RGB value is (104,123,107).

  • red value is 104;
  • green value is 123;
  • blue value is 107.
RGB:
(104,123,107)
(41%,48%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 107 of 255 = 42%

104
123
107

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

Portions of RGB colors in percentages

R + G + B =
104 + 123 + 107 = 334 (100%)
R 104 of 334 ~ 31.14%
G 123 of 334 ~ 36.83%
B 107 of 334 ~ 32.04%

%31.14
%36.83
%32.04

CMYK color model

#687B6B color CMYK value is (15,0,13,52).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 13.01%
  • key color value is 51.76%
CMYK:
(15,0,13,52)
C15M0Y13K52 
(15%,0%,13%,52%)
(0.15/0.00/0.13/0.52)	

CMYK percentages

%15.45
%0
%13.01
%51.76

Codes

Color #687B6B in popluar color models

687B6B
RGB104123107
HSL129°8.37%44.51%
HSB/HSV129°15.45%48.24%
CMYK15.45%0.00%13.01%
51.76%

Color #687B6B in popluar number systems.

HEX687B6B
Decimal104123107
Binary110100011110111101011
Octal150173153

Shades and tints

Shades of #687B6B

#687B6B
(104,123,107)
#5F7062
(95,112,98)
#566559
(86,101,89)
#4D5A50
(77,90,80)
#444F47
(68,79,71)
#3B443E
(59,68,62)
#323935
(50,57,53)
#292E2C
(41,46,44)
#202323
(32,35,35)
#17181A
(23,24,26)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #687B6B

#687B6B
(104,123,107)
#758778
(117,135,120)
#829385
(130,147,133)
#8F9F92
(143,159,146)
#9CAB9F
(156,171,159)
#A9B7AC
(169,183,172)
#B6C3B9
(182,195,185)
#C3CFC6
(195,207,198)
#D0DBD3
(208,219,211)
#DDE7E0
(221,231,224)
#EAF3ED
(234,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687B6B color. Also use rgb(104,123,107) instead hex code.

Text Font Color

.myTextColor { color: #687B6B; }

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

This text font color is #687B6B.


Background Color

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

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

This div background color is #687B6B.


Border color

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

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

This div border color is #687B6B.


Opacity

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

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

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

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

This text has shadow with #687B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B6B on black background.


Color preview on white background

This text has color #687B6B on white background.



Black color preview on #687B6B background

This text has black color on #687B6B background.


White color preview on #687B6B background

This text has white color on #687B6B background.