COLOR #687D2F

HEX: #687D2F
RGB: (104,125,47)

Color info

#687D2F contains mainly red and green colors. Web safe color of #687D2F is #666633 (or #663).

RGB color model

#687D2F color RGB value is (104,125,47).

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

RGB channels and saturation

R 104 of 255 = 41%
G 125 of 255 = 49%
B 47 of 255 = 18%

104
125
47

R + G + B ~ 36%. #687D2F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
104 + 125 + 47 = 276 (100%)
R 104 of 276 ~ 37.68%
G 125 of 276 ~ 45.29%
B 47 of 276 ~ 17.03%

%37.68
%45.29
%17.03

CMYK color model

#687D2F color CMYK value is (17,0,62,51).

  • cyan value is 16.80%
  • magenta value is 0.00%
  • yellow value is 62.40%
  • key color value is 50.98%
CMYK:
(17,0,62,51)
C17M0Y62K51 
(17%,0%,62%,51%)
(0.17/0.00/0.62/0.51)	

CMYK percentages

%16.8
%0
%62.4
%50.98

Codes

Color #687D2F in popluar color models

687D2F
RGB10412547
HSL76°45.35%33.73%
HSB/HSV76°62.40%49.02%
CMYK16.80%0.00%62.40%
50.98%

Color #687D2F in popluar number systems.

HEX687D2F
Decimal10412547
Binary11010001111101101111
Octal15017557

Shades and tints

Shades of #687D2F

#687D2F
(104,125,47)
#5F722B
(95,114,43)
#566727
(86,103,39)
#4D5C23
(77,92,35)
#44511F
(68,81,31)
#3B461B
(59,70,27)
#323B17
(50,59,23)
#293013
(41,48,19)
#20250F
(32,37,15)
#171A0B
(23,26,11)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #687D2F

#687D2F
(104,125,47)
#758841
(117,136,65)
#829353
(130,147,83)
#8F9E65
(143,158,101)
#9CA977
(156,169,119)
#A9B489
(169,180,137)
#B6BF9B
(182,191,155)
#C3CAAD
(195,202,173)
#D0D5BF
(208,213,191)
#DDE0D1
(221,224,209)
#EAEBE3
(234,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687D2F; }

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

This text font color is #687D2F.


Background Color

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

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

This div background color is #687D2F.


Border color

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

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

This div border color is #687D2F.


Opacity

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

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

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

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

This text has shadow with #687D2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D2F on black background.


Color preview on white background

This text has color #687D2F on white background.



Black color preview on #687D2F background

This text has black color on #687D2F background.


White color preview on #687D2F background

This text has white color on #687D2F background.