HEX: #687E2A
RGB: (104,126,42)
#687E2A contains mainly red and green colors. Web safe color of #687E2A is #666633 (or #663).
#687E2A color RGB value is (104,126,42).
RGB: (104,126,42) (41%,49%,16%)
R 104 of 255 = 41%
G 126 of 255 = 49%
B 42 of 255 = 16%
R + G + B ~ 35%. #687E2A is quite dark color.
R + G + B =
104 + 126 + 42 = 272 (100%)
R 104 of 272 ~ 38.24%
G 126 of 272 ~ 46.32%
B 42 of 272 ~ 15.44%
#687E2A color CMYK value is (17,0,67,51).
CMYK: (17,0,67,51) C17M0Y67K51 (17%,0%,67%,51%) (0.17/0.00/0.67/0.51)
68 | 7E | 2A | |
---|---|---|---|
RGB | 104 | 126 | 42 |
HSL | 76° | 50.00% | 32.94% |
HSB/HSV | 76° | 66.67% | 49.41% |
CMYK | 17.46% | 0.00% | 66.67% |
50.59% |
HEX | 68 | 7E | 2A |
Decimal | 104 | 126 | 42 |
Binary | 1101000 | 1111110 | 101010 |
Octal | 150 | 176 | 52 |
Examples of css and html codes for elements with #687E2A color. Also use rgb(104,126,42) instead hex code.
.myTextColor { color: #687E2A; }
<p style="color:#687E2A">This sample text font color is #687E2A.</p>
This text font color is #687E2A.
.myBgColor { background-color: #687E2A; }
<div style="background-color:#687E2A">Inner text</div>
This div background color is #687E2A.
.myBorderColor { border: 1px solid #687E2A; }
<div style="border:3px solid #687E2A">Div</div>
This div border color is #687E2A.
.myOpacity80 { color: #687E2A; opacity: 0.8; }
<p style="color:#687E2A;opacity:0.8;">80%</p>
Text with #687E2A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #687E2A;}
<p style="text-shadow: 3px 3px 1px #687E2A">Text here.</p>
This text has shadow with #687E2A color.
.textShadow {text-shadow: 3px 3px 1px #687E2A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #687E2A, 5px 5px 20px red">Text here.</p>
This text has shadow with #687E2A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#687E2A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#687E2A, Direction=45, Strength=4)">Text</p>
This text has shadow with #687E2A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #687E2A; -webkit-box-shadow: 1px 1px 3px 2px #687E2A; box-shadow: 1px 1px 3px 2px #687E2A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #687E2A; -webkit-box-shadow: 1px 1px 3px 2px #687E2A; box-shadow:1px 1px 3px 2px #687E2A;">
Div content here</div>
This text has color #687E2A on black background.
This text has color #687E2A on white background.
This text has black color on #687E2A background.
This text has white color on #687E2A background.