COLOR #687B6C

HEX: #687B6C RGB: (104,123,108)

Color info

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

RGB color model

#687B6C color RGB value is (104,123,108).

RGB: (104,123,108) (41%, 48%, 42%)

RGB channels and saturation

R 104 of 255 = 41%
G 123 of 255 = 48%
B 108 of 255 = 42%

104
123
108

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

Portions of RGB colors in percentages

R + G + B = 104 + 123 + 108 = 335 (100%)
R 104 of 335 ~ 31.04%
G 123 of 335 ~ 36.72%
B 108 of 335 ~ 32.24'%

%31.04
%36.72
%32.24

CMYK color model

#687B6C color CMYK value is (15,0,12,52).

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

CMYK: (15,0,12,52)
C15M0Y12K52 (15%, 0%, 12%, 52%)
(0.15 / 0.00 / 0.12 / 0.52)

CMYK percentages

%15.45
%0
%12.2
%51.76

Codes

Color #687B6C in popluar color models

68 7B 6C
RGB 104 123 108
HSL 133° 8.37% 44.51%
HSB/HSV 133° 15.45% 48.24%
CMYK 15.45% 0.00% 12.20%
51.76%

Color #687B6C in popluar number systems.

HEX 68 7B 6C
Decimal 104 123 108
Binary 1101000 1111011 1101100
Octal 150 173 154

Shades and tints

Shades of #687B6C

#687B6C
(104,123,108)
#5F7063
(95,112,99)
#56655A
(86,101,90)
#4D5A51
(77,90,81)
#444F48
(68,79,72)
#3B443F
(59,68,63)
#323936
(50,57,54)
#292E2D
(41,46,45)
#202324
(32,35,36)
#17181B
(23,24,27)
#0E0D12
(14,13,18)
#000000
(0,0,0)

Tints of #687B6C

#687B6C
(104,123,108)
#758779
(117,135,121)
#829386
(130,147,134)
#8F9F93
(143,159,147)
#9CABA0
(156,171,160)
#A9B7AD
(169,183,173)
#B6C3BA
(182,195,186)
#C3CFC7
(195,207,199)
#D0DBD4
(208,219,212)
#DDE7E1
(221,231,225)
#EAF3EE
(234,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687B6C; }

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

This text font color is #687B6C.

Background Color

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

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

This div background color is #687B6C.

Border color

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

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

This div border color is #687B6C.

Opacity

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

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

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

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

This text has shadow with #687B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687B6C.

Preview

Color preview on black background

This text has color #687B6C on black background.


Color preview on white background

This text has color #687B6C on white background.


Black color preview on #687B6C background

This text has black color on #687B6C background.


White color preview on #687B6C background

This text has white color on #687B6C background.


Related colors

Complementary color

Complementary color for #hex is #978493.


I love getcolorcode.com

Triadic colors

1 #6C687B and #7B6C68 with #687B6C are triadic colors.

2 #6C7B68 and #7B686C with #687B6C are triadic colors.