HEX: #687961
RGB: (104,121,97)
#687961 contains red, green and blue colors in about the same proportion. Web safe color of #687961 is #666666 (or #666).
#687961 color RGB value is (104,121,97).
RGB: (104,121,97) (41%,47%,38%)
R 104 of 255 = 41%
G 121 of 255 = 47%
B 97 of 255 = 38%
R + G + B ~ 42%. #687961 is middle color (not dark and not light).
R + G + B =
104 + 121 + 97 = 322 (100%)
R 104 of 322 ~ 32.3%
G 121 of 322 ~ 37.58%
B 97 of 322 ~ 30.12%
#687961 color CMYK value is (14,0,20,53).
CMYK: (14,0,20,53) C14M0Y20K53 (14%,0%,20%,53%) (0.14/0.00/0.20/0.53)
68 | 79 | 61 | |
---|---|---|---|
RGB | 104 | 121 | 97 |
HSL | 103° | 11.01% | 42.75% |
HSB/HSV | 103° | 19.83% | 47.45% |
CMYK | 14.05% | 0.00% | 19.83% |
52.55% |
HEX | 68 | 79 | 61 |
Decimal | 104 | 121 | 97 |
Binary | 1101000 | 1111001 | 1100001 |
Octal | 150 | 171 | 141 |
Examples of css and html codes for elements with #687961 color. Also use rgb(104,121,97) instead hex code.
.myTextColor { color: #687961; }
<p style="color:#687961">This sample text font color is #687961.</p>
This text font color is #687961.
.myBgColor { background-color: #687961; }
<div style="background-color:#687961">Inner text</div>
This div background color is #687961.
.myBorderColor { border: 1px solid #687961; }
<div style="border:3px solid #687961">Div</div>
This div border color is #687961.
.myOpacity80 { color: #687961; opacity: 0.8; }
<p style="color:#687961;opacity:0.8;">80%</p>
Text with #687961 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #687961;}
<p style="text-shadow: 3px 3px 1px #687961">Text here.</p>
This text has shadow with #687961 color.
.textShadow {text-shadow: 3px 3px 1px #687961, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #687961, 5px 5px 20px red">Text here.</p>
This text has shadow with #687961 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#687961, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#687961, Direction=45, Strength=4)">Text</p>
This text has shadow with #687961 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #687961; -webkit-box-shadow: 1px 1px 3px 2px #687961; box-shadow: 1px 1px 3px 2px #687961; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #687961; -webkit-box-shadow: 1px 1px 3px 2px #687961; box-shadow:1px 1px 3px 2px #687961;">
Div content here</div>
This text has color #687961 on black background.
This text has color #687961 on white background.
This text has black color on #687961 background.
This text has white color on #687961 background.