COLOR #687B5E

HEX: #687B5E RGB: (104,123,94)

Color info

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

RGB color model

#687B5E color RGB value is (104,123,94).

RGB: (104,123,94) (41%, 48%, 37%)

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 94 of 255 = 37%

104
123
94

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

Portions of RGB colors in percentages

R + G + B = 104 + 123 + 94 = 321 (100%)
R 104 of 321 ~ 32.4%
G 123 of 321 ~ 38.32%
B 94 of 321 ~ 29.28'%

%32.4
%38.32
%29.28

CMYK color model

#687B5E color CMYK value is (15,0,24,52).

  • cyan value is 15.45%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 51.76%

CMYK: (15,0,24,52)
C15M0Y24K52 (15%, 0%, 24%, 52%)
(0.15 / 0.00 / 0.24 / 0.52)

CMYK percentages

%15.45
%0
%23.58
%51.76

Codes

Color #687B5E in popluar color models

68 7B 5E
RGB 104 123 94
HSL 99° 13.36% 42.55%
HSB/HSV 99° 23.58% 48.24%
CMYK 15.45% 0.00% 23.58%
51.76%

Color #687B5E in popluar number systems.

HEX 68 7B 5E
Decimal 104 123 94
Binary 1101000 1111011 1011110
Octal 150 173 136

Shades and tints

Shades of #687B5E

#687B5E
(104,123,94)
#5F7056
(95,112,86)
#56654E
(86,101,78)
#4D5A46
(77,90,70)
#444F3E
(68,79,62)
#3B4436
(59,68,54)
#32392E
(50,57,46)
#292E26
(41,46,38)
#20231E
(32,35,30)
#171816
(23,24,22)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #687B5E

#687B5E
(104,123,94)
#75876C
(117,135,108)
#82937A
(130,147,122)
#8F9F88
(143,159,136)
#9CAB96
(156,171,150)
#A9B7A4
(169,183,164)
#B6C3B2
(182,195,178)
#C3CFC0
(195,207,192)
#D0DBCE
(208,219,206)
#DDE7DC
(221,231,220)
#EAF3EA
(234,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687B5E; }

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

This text font color is #687B5E.

Background Color

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

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

This div background color is #687B5E.

Border color

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

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

This div border color is #687B5E.

Opacity

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

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

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

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

This text has shadow with #687B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687B5E.

Preview

Color preview on black background

This text has color #687B5E on black background.


Color preview on white background

This text has color #687B5E on white background.


Black color preview on #687B5E background

This text has black color on #687B5E background.


White color preview on #687B5E background

This text has white color on #687B5E background.


Related colors

Complementary color

Complementary color for #hex is #9784A1.


I love getcolorcode.com

Triadic colors

1 #5E687B and #7B5E68 with #687B5E are triadic colors.

2 #5E7B68 and #7B685E with #687B5E are triadic colors.