COLOR #687F4D

HEX: #687F4D
RGB: (104,127,77)

Color info

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

RGB color model

#687F4D color RGB value is (104,127,77).

  • red value is 104;
  • green value is 127;
  • blue value is 77.
RGB:
(104,127,77)
(41%,50%,30%)

RGB channels and saturation

R 104 of 255 = 41%
G 127 of 255 = 50%
B 77 of 255 = 30%

104
127
77

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

Portions of RGB colors in percentages

R + G + B =
104 + 127 + 77 = 308 (100%)
R 104 of 308 ~ 33.77%
G 127 of 308 ~ 41.23%
B 77 of 308 ~ 25%

%33.77
%41.23
%25

CMYK color model

#687F4D color CMYK value is (18,0,39,50).

  • cyan value is 18.11%
  • magenta value is 0.00%
  • yellow value is 39.37%
  • key color value is 50.20%
CMYK:
(18,0,39,50)
C18M0Y39K50 
(18%,0%,39%,50%)
(0.18/0.00/0.39/0.50)	

CMYK percentages

%18.11
%0
%39.37
%50.2

Codes

Color #687F4D in popluar color models

687F4D
RGB10412777
HSL88°24.51%40.00%
HSB/HSV88°39.37%49.80%
CMYK18.11%0.00%39.37%
50.20%

Color #687F4D in popluar number systems.

HEX687F4D
Decimal10412777
Binary110100011111111001101
Octal150177115

Shades and tints

Shades of #687F4D

#687F4D
(104,127,77)
#5F7446
(95,116,70)
#56693F
(86,105,63)
#4D5E38
(77,94,56)
#445331
(68,83,49)
#3B482A
(59,72,42)
#323D23
(50,61,35)
#29321C
(41,50,28)
#202715
(32,39,21)
#171C0E
(23,28,14)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #687F4D

#687F4D
(104,127,77)
#758A5D
(117,138,93)
#82956D
(130,149,109)
#8FA07D
(143,160,125)
#9CAB8D
(156,171,141)
#A9B69D
(169,182,157)
#B6C1AD
(182,193,173)
#C3CCBD
(195,204,189)
#D0D7CD
(208,215,205)
#DDE2DD
(221,226,221)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687F4D; }

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

This text font color is #687F4D.


Background Color

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

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

This div background color is #687F4D.


Border color

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

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

This div border color is #687F4D.


Opacity

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

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

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

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

This text has shadow with #687F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687F4D on black background.


Color preview on white background

This text has color #687F4D on white background.



Black color preview on #687F4D background

This text has black color on #687F4D background.


White color preview on #687F4D background

This text has white color on #687F4D background.