COLOR #687F51

HEX: #687F51 RGB: (104,127,81)

Color info

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

RGB color model

#687F51 color RGB value is (104,127,81).

RGB: (104,127,81) (41%, 50%, 32%)

RGB channels and saturation

R 104 of 255 = 41%
G 127 of 255 = 50%
B 81 of 255 = 32%

104
127
81

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

Portions of RGB colors in percentages

R + G + B = 104 + 127 + 81 = 312 (100%)
R 104 of 312 ~ 33.33%
G 127 of 312 ~ 40.71%
B 81 of 312 ~ 25.96'%

%33.33
%40.71
%25.96

CMYK color model

#687F51 color CMYK value is (18,0,36,50).

  • cyan value is 18.11%
  • magenta value is 0.00%
  • yellow value is 36.22%
  • key color value is 50.20%

CMYK: (18,0,36,50)
C18M0Y36K50 (18%, 0%, 36%, 50%)
(0.18 / 0.00 / 0.36 / 0.50)

CMYK percentages

%18.11
%0
%36.22
%50.2

Codes

Color #687F51 in popluar color models

68 7F 51
RGB 104 127 81
HSL 90° 22.12% 40.78%
HSB/HSV 90° 36.22% 49.80%
CMYK 18.11% 0.00% 36.22%
50.20%

Color #687F51 in popluar number systems.

HEX 68 7F 51
Decimal 104 127 81
Binary 1101000 1111111 1010001
Octal 150 177 121

Shades and tints

Shades of #687F51

#687F51
(104,127,81)
#5F744A
(95,116,74)
#566943
(86,105,67)
#4D5E3C
(77,94,60)
#445335
(68,83,53)
#3B482E
(59,72,46)
#323D27
(50,61,39)
#293220
(41,50,32)
#202719
(32,39,25)
#171C12
(23,28,18)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #687F51

#687F51
(104,127,81)
#758A60
(117,138,96)
#82956F
(130,149,111)
#8FA07E
(143,160,126)
#9CAB8D
(156,171,141)
#A9B69C
(169,182,156)
#B6C1AB
(182,193,171)
#C3CCBA
(195,204,186)
#D0D7C9
(208,215,201)
#DDE2D8
(221,226,216)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687F51 color. Also use rgb(104,127,81) instead hex code.

Text Font Color

.myTextColor { color: #687F51; }

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

This text font color is #687F51.

Background Color

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

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

This div background color is #687F51.

Border color

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

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

This div border color is #687F51.

Opacity

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

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

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

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

This text has shadow with #687F51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687F51.

Preview

Color preview on black background

This text has color #687F51 on black background.


Color preview on white background

This text has color #687F51 on white background.


Black color preview on #687F51 background

This text has black color on #687F51 background.


White color preview on #687F51 background

This text has white color on #687F51 background.


Related colors

Complementary color

Complementary color for #hex is #9780AE.


I love getcolorcode.com

Triadic colors

1 #51687F and #7F5168 with #687F51 are triadic colors.

2 #517F68 and #7F6851 with #687F51 are triadic colors.