COLOR #687B71

HEX: #687B71
RGB: (104,123,113)

Color info

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

RGB color model

#687B71 color RGB value is (104,123,113).

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

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 113 of 255 = 44%

104
123
113

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

Portions of RGB colors in percentages

R + G + B =
104 + 123 + 113 = 340 (100%)
R 104 of 340 ~ 30.59%
G 123 of 340 ~ 36.18%
B 113 of 340 ~ 33.24%

%30.59
%36.18
%33.24

CMYK color model

#687B71 color CMYK value is (15,0,8,52).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 8.13%
  • key color value is 51.76%
CMYK:
(15,0,8,52)
C15M0Y8K52 
(15%,0%,8%,52%)
(0.15/0.00/0.08/0.52)	

CMYK percentages

%15.45
%0
%8.13
%51.76

Codes

Color #687B71 in popluar color models

687B71
RGB104123113
HSL148°8.37%44.51%
HSB/HSV148°15.45%48.24%
CMYK15.45%0.00%8.13%
51.76%

Color #687B71 in popluar number systems.

HEX687B71
Decimal104123113
Binary110100011110111110001
Octal150173161

Shades and tints

Shades of #687B71

#687B71
(104,123,113)
#5F7067
(95,112,103)
#56655D
(86,101,93)
#4D5A53
(77,90,83)
#444F49
(68,79,73)
#3B443F
(59,68,63)
#323935
(50,57,53)
#292E2B
(41,46,43)
#202321
(32,35,33)
#171817
(23,24,23)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #687B71

#687B71
(104,123,113)
#75877D
(117,135,125)
#829389
(130,147,137)
#8F9F95
(143,159,149)
#9CABA1
(156,171,161)
#A9B7AD
(169,183,173)
#B6C3B9
(182,195,185)
#C3CFC5
(195,207,197)
#D0DBD1
(208,219,209)
#DDE7DD
(221,231,221)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687B71; }

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

This text font color is #687B71.


Background Color

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

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

This div background color is #687B71.


Border color

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

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

This div border color is #687B71.


Opacity

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

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

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

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

This text has shadow with #687B71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #687B71 on black background.


Color preview on white background

This text has color #687B71 on white background.



Black color preview on #687B71 background

This text has black color on #687B71 background.


White color preview on #687B71 background

This text has white color on #687B71 background.