COLOR #687E68

HEX: #687E68
RGB: (104,126,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
126
104

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

Portions of RGB colors in percentages

R + G + B =
104 + 126 + 104 = 334 (100%)
R 104 of 334 ~ 31.14%
G 126 of 334 ~ 37.72%
B 104 of 334 ~ 31.14%

%31.14
%37.72
%31.14

CMYK color model

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

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

CMYK percentages

%17.46
%0
%17.46
%50.59

Codes

Color #687E68 in popluar color models

687E68
RGB104126104
HSL120°9.57%45.10%
HSB/HSV120°17.46%49.41%
CMYK17.46%0.00%17.46%
50.59%

Color #687E68 in popluar number systems.

HEX687E68
Decimal104126104
Binary110100011111101101000
Octal150176150

Shades and tints

Shades of #687E68

#687E68
(104,126,104)
#5F735F
(95,115,95)
#566856
(86,104,86)
#4D5D4D
(77,93,77)
#445244
(68,82,68)
#3B473B
(59,71,59)
#323C32
(50,60,50)
#293129
(41,49,41)
#202620
(32,38,32)
#171B17
(23,27,23)
#0E100E
(14,16,14)
#000000
(0,0,0)

Tints of #687E68

#687E68
(104,126,104)
#758975
(117,137,117)
#829482
(130,148,130)
#8F9F8F
(143,159,143)
#9CAA9C
(156,170,156)
#A9B5A9
(169,181,169)
#B6C0B6
(182,192,182)
#C3CBC3
(195,203,195)
#D0D6D0
(208,214,208)
#DDE1DD
(221,225,221)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E68; }

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

This text font color is #687E68.


Background Color

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

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

This div background color is #687E68.


Border color

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

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

This div border color is #687E68.


Opacity

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

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

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

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

This text has shadow with #687E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E68 on black background.


Color preview on white background

This text has color #687E68 on white background.



Black color preview on #687E68 background

This text has black color on #687E68 background.


White color preview on #687E68 background

This text has white color on #687E68 background.