HEX: #688340
RGB: (104,131,64)
#688340 contains mainly red and green colors. Web safe color of #688340 is #669933 (or #693).
#688340 color RGB value is (104,131,64).
RGB: (104,131,64)
(41%, 51%, 25%)
R 104 of 255 = 41%
G 131 of 255 = 51%
B 64 of 255 = 25%
R + G + B ~ 39%. #688340 is quite dark color.
R + G + B = 104 + 131 + 64 = 299 (100%)
R 104 of 299 ~ 34.78%
G 131 of 299 ~ 43.81%
B 64 of 299 ~ 21.4'%
#688340 color CMYK value is (21,0,51,49).
CMYK: (21,0,51,49) C21M0Y51K49 (21%,0%,51%,49%) (0.21/0.00/0.51/0.49)
Color #688340 in popluar color models
68 | 83 | 40 | |
---|---|---|---|
RGB | 104 | 131 | 64 |
HSL | 84° | 34.36% | 38.24% |
HSB/HSV | 84° | 51.15% | 51.37% |
CMYK | 20.61% | 0.00% | 51.15% |
48.63% |
Color #688340 in popluar number systems.
HEX | 68 | 83 | 40 |
Decimal | 104 | 131 | 64 |
Binary | 1101000 | 10000011 | 1000000 |
Octal | 150 | 203 | 100 |
Shades of #688340
Tints of #688340
Examples of css and html codes for elements with #688340 color. Also use rgb(104,131,64) instead hex code.
.myTextColor { color: #688340; }
<p style="color:#688340">This sample text font color is #688340.</p>
This text font color is #688340.
.myBgColor { background-color: #688340; }
<div style="background-color:#688340">Inner text</div>
This div background color is #688340.
.myBorderColor { border: 1px solid #688340; }
<div style="border:3px solid #688340">Div</div>
This div border color is #688340.
.myOpacity80 { color: #688340; opacity: 0.8; }
<p style="color:#688340;opacity:0.8;">80%</p>
Text with #688340 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688340;}
<p style="text-shadow: 3px 3px 1px #688340">Text here.</p>
This text has shadow with #688340 color.
.textShadow {text-shadow: 3px 3px 1px #688340', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688340, 5px 5px 20px red">Text here.</p>
This text has shadow with #688340 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688340, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688340, Direction=45, Strength=4)">Text</p>
This text has shadow with #688340 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #688340;
-webkit-box-shadow: 1px 1px 3px 2px #688340;
box-shadow: 1px 1px 3px 2px #688340;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #688340; -webkit-box-shadow: 1px 1px 3px 2px #688340; box-shadow:1px 1px 3px 2px #688340;">
Div content here
</div>
This text has color #688340 on black background.
This text has color #688340 on white background.
This text has black color on #688340 background.
This text has white color on #688340 background.
Complementary color for #hex is #977CBF.