COLOR #687E62

HEX: #687E62
RGB: (104,126,98)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

104
126
98

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

Portions of RGB colors in percentages

R + G + B =
104 + 126 + 98 = 328 (100%)
R 104 of 328 ~ 31.71%
G 126 of 328 ~ 38.41%
B 98 of 328 ~ 29.88%

%31.71
%38.41
%29.88

CMYK color model

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

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

CMYK percentages

%17.46
%0
%22.22
%50.59

Codes

Color #687E62 in popluar color models

687E62
RGB10412698
HSL107°12.50%43.92%
HSB/HSV107°22.22%49.41%
CMYK17.46%0.00%22.22%
50.59%

Color #687E62 in popluar number systems.

HEX687E62
Decimal10412698
Binary110100011111101100010
Octal150176142

Shades and tints

Shades of #687E62

#687E62
(104,126,98)
#5F735A
(95,115,90)
#566852
(86,104,82)
#4D5D4A
(77,93,74)
#445242
(68,82,66)
#3B473A
(59,71,58)
#323C32
(50,60,50)
#29312A
(41,49,42)
#202622
(32,38,34)
#171B1A
(23,27,26)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #687E62

#687E62
(104,126,98)
#758970
(117,137,112)
#82947E
(130,148,126)
#8F9F8C
(143,159,140)
#9CAA9A
(156,170,154)
#A9B5A8
(169,181,168)
#B6C0B6
(182,192,182)
#C3CBC4
(195,203,196)
#D0D6D2
(208,214,210)
#DDE1E0
(221,225,224)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E62; }

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

This text font color is #687E62.


Background Color

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

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

This div background color is #687E62.


Border color

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

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

This div border color is #687E62.


Opacity

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

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

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

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

This text has shadow with #687E62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E62 on black background.


Color preview on white background

This text has color #687E62 on white background.



Black color preview on #687E62 background

This text has black color on #687E62 background.


White color preview on #687E62 background

This text has white color on #687E62 background.