COLOR #687A50

HEX: #687A50 RGB: (104,122,80)

Color info

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

RGB color model

#687A50 color RGB value is (104,122,80).

RGB: (104,122,80) (41%, 48%, 31%)

RGB channels and saturation

R 104 of 255 = 41%
G 122 of 255 = 48%
B 80 of 255 = 31%

104
122
80

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

Portions of RGB colors in percentages

R + G + B = 104 + 122 + 80 = 306 (100%)
R 104 of 306 ~ 33.99%
G 122 of 306 ~ 39.87%
B 80 of 306 ~ 26.14'%

%33.99
%39.87
%26.14

CMYK color model

#687A50 color CMYK value is (15,0,34,52).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 34.43%
  • key color value is 52.16%

CMYK: (15,0,34,52)
C15M0Y34K52 (15%, 0%, 34%, 52%)
(0.15 / 0.00 / 0.34 / 0.52)

CMYK percentages

%14.75
%0
%34.43
%52.16

Codes

Color #687A50 in popluar color models

68 7A 50
RGB 104 122 80
HSL 86° 20.79% 39.61%
HSB/HSV 86° 34.43% 47.84%
CMYK 14.75% 0.00% 34.43%
52.16%

Color #687A50 in popluar number systems.

HEX 68 7A 50
Decimal 104 122 80
Binary 1101000 1111010 1010000
Octal 150 172 120

Shades and tints

Shades of #687A50

#687A50
(104,122,80)
#5F6F49
(95,111,73)
#566442
(86,100,66)
#4D593B
(77,89,59)
#444E34
(68,78,52)
#3B432D
(59,67,45)
#323826
(50,56,38)
#292D1F
(41,45,31)
#202218
(32,34,24)
#171711
(23,23,17)
#0E0C0A
(14,12,10)
#000000
(0,0,0)

Tints of #687A50

#687A50
(104,122,80)
#75865F
(117,134,95)
#82926E
(130,146,110)
#8F9E7D
(143,158,125)
#9CAA8C
(156,170,140)
#A9B69B
(169,182,155)
#B6C2AA
(182,194,170)
#C3CEB9
(195,206,185)
#D0DAC8
(208,218,200)
#DDE6D7
(221,230,215)
#EAF2E6
(234,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #687A50 color. Also use rgb(104,122,80) instead hex code.

Text Font Color

.myTextColor { color: #687A50; }

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

This text font color is #687A50.

Background Color

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

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

This div background color is #687A50.

Border color

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

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

This div border color is #687A50.

Opacity

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

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

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

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

This text has shadow with #687A50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687A50.

Preview

Color preview on black background

This text has color #687A50 on black background.


Color preview on white background

This text has color #687A50 on white background.


Black color preview on #687A50 background

This text has black color on #687A50 background.


White color preview on #687A50 background

This text has white color on #687A50 background.


Related colors

Complementary color

Complementary color for #hex is #9785AF.


I love getcolorcode.com

Triadic colors

1 #50687A and #7A5068 with #687A50 are triadic colors.

2 #507A68 and #7A6850 with #687A50 are triadic colors.