COLOR #687D4C

HEX: #687D4C
RGB: (104,125,76)

Color info

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

RGB color model

#687D4C color RGB value is (104,125,76).

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

RGB channels and saturation

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

104
125
76

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

Portions of RGB colors in percentages

R + G + B =
104 + 125 + 76 = 305 (100%)
R 104 of 305 ~ 34.1%
G 125 of 305 ~ 40.98%
B 76 of 305 ~ 24.92%

%34.1
%40.98
%24.92

CMYK color model

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

  • cyan value is 16.80%
  • magenta value is 0.00%
  • yellow value is 39.20%
  • key color value is 50.98%
CMYK:
(17,0,39,51)
C17M0Y39K51 
(17%,0%,39%,51%)
(0.17/0.00/0.39/0.51)	

CMYK percentages

%16.8
%0
%39.2
%50.98

Codes

Color #687D4C in popluar color models

687D4C
RGB10412576
HSL86°24.38%39.41%
HSB/HSV86°39.20%49.02%
CMYK16.80%0.00%39.20%
50.98%

Color #687D4C in popluar number systems.

HEX687D4C
Decimal10412576
Binary110100011111011001100
Octal150175114

Shades and tints

Shades of #687D4C

#687D4C
(104,125,76)
#5F7246
(95,114,70)
#566740
(86,103,64)
#4D5C3A
(77,92,58)
#445134
(68,81,52)
#3B462E
(59,70,46)
#323B28
(50,59,40)
#293022
(41,48,34)
#20251C
(32,37,28)
#171A16
(23,26,22)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #687D4C

#687D4C
(104,125,76)
#75885C
(117,136,92)
#82936C
(130,147,108)
#8F9E7C
(143,158,124)
#9CA98C
(156,169,140)
#A9B49C
(169,180,156)
#B6BFAC
(182,191,172)
#C3CABC
(195,202,188)
#D0D5CC
(208,213,204)
#DDE0DC
(221,224,220)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687D4C; }

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

This text font color is #687D4C.


Background Color

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

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

This div background color is #687D4C.


Border color

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

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

This div border color is #687D4C.


Opacity

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

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

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

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

This text has shadow with #687D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D4C on black background.


Color preview on white background

This text has color #687D4C on white background.



Black color preview on #687D4C background

This text has black color on #687D4C background.


White color preview on #687D4C background

This text has white color on #687D4C background.