COLOR #687A61

HEX: #687A61 RGB: (104,122,97)

Color info

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

RGB color model

#687A61 color RGB value is (104,122,97).

RGB: (104,122,97) (41%, 48%, 38%)

RGB channels and saturation

R 104 of 255 = 41%
G 122 of 255 = 48%
B 97 of 255 = 38%

104
122
97

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

Portions of RGB colors in percentages

R + G + B = 104 + 122 + 97 = 323 (100%)
R 104 of 323 ~ 32.2%
G 122 of 323 ~ 37.77%
B 97 of 323 ~ 30.03'%

%32.2
%37.77
%30.03

CMYK color model

#687A61 color CMYK value is (15,0,20,52).

  • cyan value is 14.75%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • key color value is 52.16%
CMYK: (15,0,20,52) C15M0Y20K52 (15%,0%,20%,52%) (0.15/0.00/0.20/0.52) 

CMYK percentages

%14.75
%0
%20.49
%52.16

Codes

Color #687A61 in popluar color models

68 7A 61
RGB 104 122 97
HSL 103° 11.42% 42.94%
HSB/HSV 103° 20.49% 47.84%
CMYK 14.75% 0.00% 20.49%
52.16%

Color #687A61 in popluar number systems.

HEX 68 7A 61
Decimal 104 122 97
Binary 1101000 1111010 1100001
Octal 150 172 141

Shades and tints

Shades of #687A61

#687A61
(104,122,97)
#5F6F59
(95,111,89)
#566451
(86,100,81)
#4D5949
(77,89,73)
#444E41
(68,78,65)
#3B4339
(59,67,57)
#323831
(50,56,49)
#292D29
(41,45,41)
#202221
(32,34,33)
#171719
(23,23,25)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #687A61

#687A61
(104,122,97)
#75866F
(117,134,111)
#82927D
(130,146,125)
#8F9E8B
(143,158,139)
#9CAA99
(156,170,153)
#A9B6A7
(169,182,167)
#B6C2B5
(182,194,181)
#C3CEC3
(195,206,195)
#D0DAD1
(208,218,209)
#DDE6DF
(221,230,223)
#EAF2ED
(234,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #687A61; }

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

This text font color is #687A61.

Background Color

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

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

This div background color is #687A61.

Border color

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

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

This div border color is #687A61.

Opacity

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

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

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

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

This text has shadow with #687A61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #687A61.

Preview

Color preview on black background

This text has color #687A61 on black background.


Color preview on white background

This text has color #687A61 on white background.


Black color preview on #687A61 background

This text has black color on #687A61 background.


White color preview on #687A61 background

This text has white color on #687A61 background.


Related colors

Complementary color

Complementary color for #hex is #97859E.


I love getcolorcode.com

Triadic colors

1 #61687A and #7A6168 with #687A61 are triadic colors.

2 #617A68 and #7A6861 with #687A61 are triadic colors.