COLOR #687561

HEX: #687561
RGB: (104,117,97)

Color info

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

RGB color model

#687561 color RGB value is (104,117,97).

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

RGB channels and saturation

R 104 of 255 = 41%
G 117 of 255 = 46%
B 97 of 255 = 38%

104
117
97

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

Portions of RGB colors in percentages

R + G + B =
104 + 117 + 97 = 318 (100%)
R 104 of 318 ~ 32.7%
G 117 of 318 ~ 36.79%
B 97 of 318 ~ 30.5%

%32.7
%36.79
%30.5

CMYK color model

#687561 color CMYK value is (11,0,17,54).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 54.12%
CMYK:
(11,0,17,54)
C11M0Y17K54 
(11%,0%,17%,54%)
(0.11/0.00/0.17/0.54)	

CMYK percentages

%11.11
%0
%17.09
%54.12

Codes

Color #687561 in popluar color models

687561
RGB10411797
HSL99°9.35%41.96%
HSB/HSV99°17.09%45.88%
CMYK11.11%0.00%17.09%
54.12%

Color #687561 in popluar number systems.

HEX687561
Decimal10411797
Binary110100011101011100001
Octal150165141

Shades and tints

Shades of #687561

#687561
(104,117,97)
#5F6B59
(95,107,89)
#566151
(86,97,81)
#4D5749
(77,87,73)
#444D41
(68,77,65)
#3B4339
(59,67,57)
#323931
(50,57,49)
#292F29
(41,47,41)
#202521
(32,37,33)
#171B19
(23,27,25)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #687561

#687561
(104,117,97)
#75816F
(117,129,111)
#828D7D
(130,141,125)
#8F998B
(143,153,139)
#9CA599
(156,165,153)
#A9B1A7
(169,177,167)
#B6BDB5
(182,189,181)
#C3C9C3
(195,201,195)
#D0D5D1
(208,213,209)
#DDE1DF
(221,225,223)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687561; }

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

This text font color is #687561.


Background Color

.myBgColor { background-color: #687561; }

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

This div background color is #687561.


Border color

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

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

This div border color is #687561.


Opacity

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

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

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

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

This text has shadow with #687561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687561 on black background.


Color preview on white background

This text has color #687561 on white background.



Black color preview on #687561 background

This text has black color on #687561 background.


White color preview on #687561 background

This text has white color on #687561 background.