HEX: #688238
RGB: (104,130,56)
#688238 contains mainly red and green colors. Web safe color of #688238 is #669933 (or #693).
#688238 color RGB value is (104,130,56).
RGB: (104,130,56) (41%,51%,22%)
R 104 of 255 = 41%
G 130 of 255 = 51%
B 56 of 255 = 22%
R + G + B ~ 38%. #688238 is quite dark color.
R + G + B =
104 + 130 + 56 = 290 (100%)
R 104 of 290 ~ 35.86%
G 130 of 290 ~ 44.83%
B 56 of 290 ~ 19.31%
#688238 color CMYK value is (20,0,57,49).
CMYK: (20,0,57,49) C20M0Y57K49 (20%,0%,57%,49%) (0.20/0.00/0.57/0.49)
68 | 82 | 38 | |
---|---|---|---|
RGB | 104 | 130 | 56 |
HSL | 81° | 39.78% | 36.47% |
HSB/HSV | 81° | 56.92% | 50.98% |
CMYK | 20.00% | 0.00% | 56.92% |
49.02% |
HEX | 68 | 82 | 38 |
Decimal | 104 | 130 | 56 |
Binary | 1101000 | 10000010 | 111000 |
Octal | 150 | 202 | 70 |
Examples of css and html codes for elements with #688238 color. Also use rgb(104,130,56) instead hex code.
.myTextColor { color: #688238; }
<p style="color:#688238">This sample text font color is #688238.</p>
This text font color is #688238.
.myBgColor { background-color: #688238; }
<div style="background-color:#688238">Inner text</div>
This div background color is #688238.
.myBorderColor { border: 1px solid #688238; }
<div style="border:3px solid #688238">Div</div>
This div border color is #688238.
.myOpacity80 { color: #688238; opacity: 0.8; }
<p style="color:#688238;opacity:0.8;">80%</p>
Text with #688238 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688238;}
<p style="text-shadow: 3px 3px 1px #688238">Text here.</p>
This text has shadow with #688238 color.
.textShadow {text-shadow: 3px 3px 1px #688238, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688238, 5px 5px 20px red">Text here.</p>
This text has shadow with #688238 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688238, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688238, Direction=45, Strength=4)">Text</p>
This text has shadow with #688238 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #688238; -webkit-box-shadow: 1px 1px 3px 2px #688238; box-shadow: 1px 1px 3px 2px #688238; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #688238; -webkit-box-shadow: 1px 1px 3px 2px #688238; box-shadow:1px 1px 3px 2px #688238;">
Div content here</div>
This text has color #688238 on black background.
This text has color #688238 on white background.
This text has black color on #688238 background.
This text has white color on #688238 background.