COLOR #687161

HEX: #687161
RGB: (104,113,97)

Color info

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

RGB color model

#687161 color RGB value is (104,113,97).

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

RGB channels and saturation

R 104 of 255 = 41%
G 113 of 255 = 44%
B 97 of 255 = 38%

104
113
97

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

Portions of RGB colors in percentages

R + G + B =
104 + 113 + 97 = 314 (100%)
R 104 of 314 ~ 33.12%
G 113 of 314 ~ 35.99%
B 97 of 314 ~ 30.89%

%33.12
%35.99
%30.89

CMYK color model

#687161 color CMYK value is (8,0,14,56).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 55.69%
CMYK:
(8,0,14,56)
C8M0Y14K56 
(8%,0%,14%,56%)
(0.08/0.00/0.14/0.56)	

CMYK percentages

%7.96
%0
%14.16
%55.69

Codes

Color #687161 in popluar color models

687161
RGB10411397
HSL94°7.62%41.18%
HSB/HSV94°14.16%44.31%
CMYK7.96%0.00%14.16%
55.69%

Color #687161 in popluar number systems.

HEX687161
Decimal10411397
Binary110100011100011100001
Octal150161141

Shades and tints

Shades of #687161

#687161
(104,113,97)
#5F6759
(95,103,89)
#565D51
(86,93,81)
#4D5349
(77,83,73)
#444941
(68,73,65)
#3B3F39
(59,63,57)
#323531
(50,53,49)
#292B29
(41,43,41)
#202121
(32,33,33)
#171719
(23,23,25)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #687161

#687161
(104,113,97)
#757D6F
(117,125,111)
#82897D
(130,137,125)
#8F958B
(143,149,139)
#9CA199
(156,161,153)
#A9ADA7
(169,173,167)
#B6B9B5
(182,185,181)
#C3C5C3
(195,197,195)
#D0D1D1
(208,209,209)
#DDDDDF
(221,221,223)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687161; }

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

This text font color is #687161.


Background Color

.myBgColor { background-color: #687161; }

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

This div background color is #687161.


Border color

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

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

This div border color is #687161.


Opacity

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

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

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

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

This text has shadow with #687161 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687161 on black background.


Color preview on white background

This text has color #687161 on white background.



Black color preview on #687161 background

This text has black color on #687161 background.


White color preview on #687161 background

This text has white color on #687161 background.