COLOR #687E6C

HEX: #687E6C
RGB: (104,126,108)

Color info

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

RGB color model

#687E6C color RGB value is (104,126,108).

  • red value is 104;
  • green value is 126;
  • blue value is 108.
RGB:
(104,126,108)
(41%,49%,42%)

RGB channels and saturation

R 104 of 255 = 41%
G 126 of 255 = 49%
B 108 of 255 = 42%

104
126
108

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

Portions of RGB colors in percentages

R + G + B =
104 + 126 + 108 = 338 (100%)
R 104 of 338 ~ 30.77%
G 126 of 338 ~ 37.28%
B 108 of 338 ~ 31.95%

%30.77
%37.28
%31.95

CMYK color model

#687E6C color CMYK value is (17,0,14,51).

  • cyan value is 17.46%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 50.59%
CMYK:
(17,0,14,51)
C17M0Y14K51 
(17%,0%,14%,51%)
(0.17/0.00/0.14/0.51)	

CMYK percentages

%17.46
%0
%14.29
%50.59

Codes

Color #687E6C in popluar color models

687E6C
RGB104126108
HSL131°9.57%45.10%
HSB/HSV131°17.46%49.41%
CMYK17.46%0.00%14.29%
50.59%

Color #687E6C in popluar number systems.

HEX687E6C
Decimal104126108
Binary110100011111101101100
Octal150176154

Shades and tints

Shades of #687E6C

#687E6C
(104,126,108)
#5F7363
(95,115,99)
#56685A
(86,104,90)
#4D5D51
(77,93,81)
#445248
(68,82,72)
#3B473F
(59,71,63)
#323C36
(50,60,54)
#29312D
(41,49,45)
#202624
(32,38,36)
#171B1B
(23,27,27)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #687E6C

#687E6C
(104,126,108)
#758979
(117,137,121)
#829486
(130,148,134)
#8F9F93
(143,159,147)
#9CAAA0
(156,170,160)
#A9B5AD
(169,181,173)
#B6C0BA
(182,192,186)
#C3CBC7
(195,203,199)
#D0D6D4
(208,214,212)
#DDE1E1
(221,225,225)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687E6C color. Also use rgb(104,126,108) instead hex code.

Text Font Color

.myTextColor { color: #687E6C; }

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

This text font color is #687E6C.


Background Color

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

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

This div background color is #687E6C.


Border color

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

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

This div border color is #687E6C.


Opacity

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

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

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

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

This text has shadow with #687E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E6C on black background.


Color preview on white background

This text has color #687E6C on white background.



Black color preview on #687E6C background

This text has black color on #687E6C background.


White color preview on #687E6C background

This text has white color on #687E6C background.