COLOR #687F4A

HEX: #687F4A
RGB: (104,127,74)

Color info

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

RGB color model

#687F4A color RGB value is (104,127,74).

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

RGB channels and saturation

R 104 of 255 = 41%
G 127 of 255 = 50%
B 74 of 255 = 29%

104
127
74

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

Portions of RGB colors in percentages

R + G + B =
104 + 127 + 74 = 305 (100%)
R 104 of 305 ~ 34.1%
G 127 of 305 ~ 41.64%
B 74 of 305 ~ 24.26%

%34.1
%41.64
%24.26

CMYK color model

#687F4A color CMYK value is (18,0,42,50).

  • cyan value is 18.11%
  • magenta value is 0.00%
  • yellow value is 41.73%
  • key color value is 50.20%
CMYK:
(18,0,42,50)
C18M0Y42K50 
(18%,0%,42%,50%)
(0.18/0.00/0.42/0.50)	

CMYK percentages

%18.11
%0
%41.73
%50.2

Codes

Color #687F4A in popluar color models

687F4A
RGB10412774
HSL86°26.37%39.41%
HSB/HSV86°41.73%49.80%
CMYK18.11%0.00%41.73%
50.20%

Color #687F4A in popluar number systems.

HEX687F4A
Decimal10412774
Binary110100011111111001010
Octal150177112

Shades and tints

Shades of #687F4A

#687F4A
(104,127,74)
#5F7444
(95,116,68)
#56693E
(86,105,62)
#4D5E38
(77,94,56)
#445332
(68,83,50)
#3B482C
(59,72,44)
#323D26
(50,61,38)
#293220
(41,50,32)
#20271A
(32,39,26)
#171C14
(23,28,20)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #687F4A

#687F4A
(104,127,74)
#758A5A
(117,138,90)
#82956A
(130,149,106)
#8FA07A
(143,160,122)
#9CAB8A
(156,171,138)
#A9B69A
(169,182,154)
#B6C1AA
(182,193,170)
#C3CCBA
(195,204,186)
#D0D7CA
(208,215,202)
#DDE2DA
(221,226,218)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687F4A; }

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

This text font color is #687F4A.


Background Color

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

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

This div background color is #687F4A.


Border color

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

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

This div border color is #687F4A.


Opacity

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

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

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

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

This text has shadow with #687F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687F4A on black background.


Color preview on white background

This text has color #687F4A on white background.



Black color preview on #687F4A background

This text has black color on #687F4A background.


White color preview on #687F4A background

This text has white color on #687F4A background.