COLOR #687E5C

HEX: #687E5C RGB: (104,126,92)

Color info

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

RGB color model

#687E5C color RGB value is (104,126,92).

RGB: (104,126,92) (41%, 49%, 36%)

RGB channels and saturation

R 104 of 255 = 41%
G 126 of 255 = 49%
B 92 of 255 = 36%

104
126
92

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

Portions of RGB colors in percentages

R + G + B = 104 + 126 + 92 = 322 (100%)
R 104 of 322 ~ 32.3%
G 126 of 322 ~ 39.13%
B 92 of 322 ~ 28.57'%

%32.3
%39.13
%28.57

CMYK color model

#687E5C color CMYK value is (17,0,27,51).

  • cyan value is 17.46%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 50.59%

CMYK: (17,0,27,51)
C17M0Y27K51 (17%, 0%, 27%, 51%)
(0.17 / 0.00 / 0.27 / 0.51)

CMYK percentages

%17.46
%0
%26.98
%50.59

Codes

Color #687E5C in popluar color models

68 7E 5C
RGB 104 126 92
HSL 99° 15.60% 42.75%
HSB/HSV 99° 26.98% 49.41%
CMYK 17.46% 0.00% 26.98%
50.59%

Color #687E5C in popluar number systems.

HEX 68 7E 5C
Decimal 104 126 92
Binary 1101000 1111110 1011100
Octal 150 176 134

Shades and tints

Shades of #687E5C

#687E5C
(104,126,92)
#5F7354
(95,115,84)
#56684C
(86,104,76)
#4D5D44
(77,93,68)
#44523C
(68,82,60)
#3B4734
(59,71,52)
#323C2C
(50,60,44)
#293124
(41,49,36)
#20261C
(32,38,28)
#171B14
(23,27,20)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #687E5C

#687E5C
(104,126,92)
#75896A
(117,137,106)
#829478
(130,148,120)
#8F9F86
(143,159,134)
#9CAA94
(156,170,148)
#A9B5A2
(169,181,162)
#B6C0B0
(182,192,176)
#C3CBBE
(195,203,190)
#D0D6CC
(208,214,204)
#DDE1DA
(221,225,218)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687E5C color. Also use rgb(104,126,92) instead hex code.

Text Font Color

.myTextColor { color: #687E5C; }

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

This text font color is #687E5C.

Background Color

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

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

This div background color is #687E5C.

Border color

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

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

This div border color is #687E5C.

Opacity

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

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

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

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

This text has shadow with #687E5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687E5C.

Preview

Color preview on black background

This text has color #687E5C on black background.


Color preview on white background

This text has color #687E5C on white background.


Black color preview on #687E5C background

This text has black color on #687E5C background.


White color preview on #687E5C background

This text has white color on #687E5C background.


Related colors

Complementary color

Complementary color for #hex is #9781A3.


I love getcolorcode.com

Triadic colors

1 #5C687E and #7E5C68 with #687E5C are triadic colors.

2 #5C7E68 and #7E685C with #687E5C are triadic colors.