COLOR #687961

HEX: #687961
RGB: (104,121,97)

Color info

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

RGB color model

#687961 color RGB value is (104,121,97).

  • red value is 104;
  • green value is 121;
  • blue value is 97.
RGB:
(104,121,97)
(41%,47%,38%)

RGB channels and saturation

R 104 of 255 = 41%
G 121 of 255 = 47%
B 97 of 255 = 38%

104
121
97

R + G + B ~ 42%. #687961 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 121 + 97 = 322 (100%)
R 104 of 322 ~ 32.3%
G 121 of 322 ~ 37.58%
B 97 of 322 ~ 30.12%

%32.3
%37.58
%30.12

CMYK color model

#687961 color CMYK value is (14,0,20,53).

  • cyan value is 14.05%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 52.55%
CMYK:
(14,0,20,53)
C14M0Y20K53 
(14%,0%,20%,53%)
(0.14/0.00/0.20/0.53)	

CMYK percentages

%14.05
%0
%19.83
%52.55

Codes

Color #687961 in popluar color models

687961
RGB10412197
HSL103°11.01%42.75%
HSB/HSV103°19.83%47.45%
CMYK14.05%0.00%19.83%
52.55%

Color #687961 in popluar number systems.

HEX687961
Decimal10412197
Binary110100011110011100001
Octal150171141

Shades and tints

Shades of #687961

#687961
(104,121,97)
#5F6E59
(95,110,89)
#566351
(86,99,81)
#4D5849
(77,88,73)
#444D41
(68,77,65)
#3B4239
(59,66,57)
#323731
(50,55,49)
#292C29
(41,44,41)
#202121
(32,33,33)
#171619
(23,22,25)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #687961

#687961
(104,121,97)
#75856F
(117,133,111)
#82917D
(130,145,125)
#8F9D8B
(143,157,139)
#9CA999
(156,169,153)
#A9B5A7
(169,181,167)
#B6C1B5
(182,193,181)
#C3CDC3
(195,205,195)
#D0D9D1
(208,217,209)
#DDE5DF
(221,229,223)
#EAF1ED
(234,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687961 color. Also use rgb(104,121,97) instead hex code.

Text Font Color

.myTextColor { color: #687961; }

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

This text font color is #687961.


Background Color

.myBgColor { background-color: #687961; }

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

This div background color is #687961.


Border color

.myBorderColor { border: 1px solid #687961; }

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

This div border color is #687961.


Opacity

.myOpacity80 { color: #687961; opacity: 0.8; }

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

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

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

This text has shadow with #687961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687961 on black background.


Color preview on white background

This text has color #687961 on white background.



Black color preview on #687961 background

This text has black color on #687961 background.


White color preview on #687961 background

This text has white color on #687961 background.