COLOR #687E4C

HEX: #687E4C
RGB: (104,126,76)

Color info

#687E4C contains red, green and blue colors in about the same proportion. Web safe color of #687E4C is #666633 (or #663).

RGB color model

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

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

RGB channels and saturation

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

104
126
76

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

Portions of RGB colors in percentages

R + G + B =
104 + 126 + 76 = 306 (100%)
R 104 of 306 ~ 33.99%
G 126 of 306 ~ 41.18%
B 76 of 306 ~ 24.84%

%33.99
%41.18
%24.84

CMYK color model

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

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

CMYK percentages

%17.46
%0
%39.68
%50.59

Codes

Color #687E4C in popluar color models

687E4C
RGB10412676
HSL86°24.75%39.61%
HSB/HSV86°39.68%49.41%
CMYK17.46%0.00%39.68%
50.59%

Color #687E4C in popluar number systems.

HEX687E4C
Decimal10412676
Binary110100011111101001100
Octal150176114

Shades and tints

Shades of #687E4C

#687E4C
(104,126,76)
#5F7346
(95,115,70)
#566840
(86,104,64)
#4D5D3A
(77,93,58)
#445234
(68,82,52)
#3B472E
(59,71,46)
#323C28
(50,60,40)
#293122
(41,49,34)
#20261C
(32,38,28)
#171B16
(23,27,22)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #687E4C

#687E4C
(104,126,76)
#75895C
(117,137,92)
#82946C
(130,148,108)
#8F9F7C
(143,159,124)
#9CAA8C
(156,170,140)
#A9B59C
(169,181,156)
#B6C0AC
(182,192,172)
#C3CBBC
(195,203,188)
#D0D6CC
(208,214,204)
#DDE1DC
(221,225,220)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687E4C; }

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

This text font color is #687E4C.


Background Color

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

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

This div background color is #687E4C.


Border color

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

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

This div border color is #687E4C.


Opacity

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

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

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

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

This text has shadow with #687E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687E4C on black background.


Color preview on white background

This text has color #687E4C on white background.



Black color preview on #687E4C background

This text has black color on #687E4C background.


White color preview on #687E4C background

This text has white color on #687E4C background.