COLOR #687D56

HEX: #687D56
RGB: (104,125,86)

Color info

#687D56 contains red, green and blue colors in about the same proportion. Web safe color of #687D56 is #666666 (or #666).

RGB color model

#687D56 color RGB value is (104,125,86).

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

RGB channels and saturation

R 104 of 255 = 41%
G 125 of 255 = 49%
B 86 of 255 = 34%

104
125
86

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

Portions of RGB colors in percentages

R + G + B =
104 + 125 + 86 = 315 (100%)
R 104 of 315 ~ 33.02%
G 125 of 315 ~ 39.68%
B 86 of 315 ~ 27.3%

%33.02
%39.68
%27.3

CMYK color model

#687D56 color CMYK value is (17,0,31,51).

  • cyan value is 16.80%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 50.98%
CMYK:
(17,0,31,51)
C17M0Y31K51 
(17%,0%,31%,51%)
(0.17/0.00/0.31/0.51)	

CMYK percentages

%16.8
%0
%31.2
%50.98

Codes

Color #687D56 in popluar color models

687D56
RGB10412586
HSL92°18.48%41.37%
HSB/HSV92°31.20%49.02%
CMYK16.80%0.00%31.20%
50.98%

Color #687D56 in popluar number systems.

HEX687D56
Decimal10412586
Binary110100011111011010110
Octal150175126

Shades and tints

Shades of #687D56

#687D56
(104,125,86)
#5F724F
(95,114,79)
#566748
(86,103,72)
#4D5C41
(77,92,65)
#44513A
(68,81,58)
#3B4633
(59,70,51)
#323B2C
(50,59,44)
#293025
(41,48,37)
#20251E
(32,37,30)
#171A17
(23,26,23)
#0E0F10
(14,15,16)
#000000
(0,0,0)

Tints of #687D56

#687D56
(104,125,86)
#758865
(117,136,101)
#829374
(130,147,116)
#8F9E83
(143,158,131)
#9CA992
(156,169,146)
#A9B4A1
(169,180,161)
#B6BFB0
(182,191,176)
#C3CABF
(195,202,191)
#D0D5CE
(208,213,206)
#DDE0DD
(221,224,221)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687D56; }

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

This text font color is #687D56.


Background Color

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

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

This div background color is #687D56.


Border color

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

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

This div border color is #687D56.


Opacity

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

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

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

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

This text has shadow with #687D56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687D56 on black background.


Color preview on white background

This text has color #687D56 on white background.



Black color preview on #687D56 background

This text has black color on #687D56 background.


White color preview on #687D56 background

This text has white color on #687D56 background.