COLOR #687E70

HEX: #687E70
RGB: (104,126,112)

Color info

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

RGB color model

#687E70 color RGB value is (104,126,112).

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

RGB channels and saturation

R 104 of 255 = 41%
G 126 of 255 = 49%
B 112 of 255 = 44%

104
126
112

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

Portions of RGB colors in percentages

R + G + B =
104 + 126 + 112 = 342 (100%)
R 104 of 342 ~ 30.41%
G 126 of 342 ~ 36.84%
B 112 of 342 ~ 32.75%

%30.41
%36.84
%32.75

CMYK color model

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

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

CMYK percentages

%17.46
%0
%11.11
%50.59

Codes

Color #687E70 in popluar color models

687E70
RGB104126112
HSL142°9.57%45.10%
HSB/HSV142°17.46%49.41%
CMYK17.46%0.00%11.11%
50.59%

Color #687E70 in popluar number systems.

HEX687E70
Decimal104126112
Binary110100011111101110000
Octal150176160

Shades and tints

Shades of #687E70

#687E70
(104,126,112)
#5F7366
(95,115,102)
#56685C
(86,104,92)
#4D5D52
(77,93,82)
#445248
(68,82,72)
#3B473E
(59,71,62)
#323C34
(50,60,52)
#29312A
(41,49,42)
#202620
(32,38,32)
#171B16
(23,27,22)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #687E70

#687E70
(104,126,112)
#75897D
(117,137,125)
#82948A
(130,148,138)
#8F9F97
(143,159,151)
#9CAAA4
(156,170,164)
#A9B5B1
(169,181,177)
#B6C0BE
(182,192,190)
#C3CBCB
(195,203,203)
#D0D6D8
(208,214,216)
#DDE1E5
(221,225,229)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E70; }

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

This text font color is #687E70.


Background Color

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

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

This div background color is #687E70.


Border color

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

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

This div border color is #687E70.


Opacity

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

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

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

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

This text has shadow with #687E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E70 on black background.


Color preview on white background

This text has color #687E70 on white background.



Black color preview on #687E70 background

This text has black color on #687E70 background.


White color preview on #687E70 background

This text has white color on #687E70 background.