HEX: #688C1B
RGB: (104,140,27)
#688C1B contains mainly red and green colors. Web safe color of #688C1B is #669933 (or #693).
#688C1B color RGB value is (104,140,27).
RGB: (104,140,27) (41%,55%,11%)
R 104 of 255 = 41%
G 140 of 255 = 55%
B 27 of 255 = 11%
R + G + B ~ 36%. #688C1B is quite dark color.
R + G + B =
104 + 140 + 27 = 271 (100%)
R 104 of 271 ~ 38.38%
G 140 of 271 ~ 51.66%
B 27 of 271 ~ 9.96%
#688C1B color CMYK value is (26,0,81,45).
CMYK: (26,0,81,45) C26M0Y81K45 (26%,0%,81%,45%) (0.26/0.00/0.81/0.45)
68 | 8C | 1B | |
---|---|---|---|
RGB | 104 | 140 | 27 |
HSL | 79° | 67.66% | 32.75% |
HSB/HSV | 79° | 80.71% | 54.90% |
CMYK | 25.71% | 0.00% | 80.71% |
45.10% |
HEX | 68 | 8C | 1B |
Decimal | 104 | 140 | 27 |
Binary | 1101000 | 10001100 | 11011 |
Octal | 150 | 214 | 33 |
Examples of css and html codes for elements with #688C1B color. Also use rgb(104,140,27) instead hex code.
.myTextColor { color: #688C1B; }
<p style="color:#688C1B">This sample text font color is #688C1B.</p>
This text font color is #688C1B.
.myBgColor { background-color: #688C1B; }
<div style="background-color:#688C1B">Inner text</div>
This div background color is #688C1B.
.myBorderColor { border: 1px solid #688C1B; }
<div style="border:3px solid #688C1B">Div</div>
This div border color is #688C1B.
.myOpacity80 { color: #688C1B; opacity: 0.8; }
<p style="color:#688C1B;opacity:0.8;">80%</p>
Text with #688C1B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #688C1B;}
<p style="text-shadow: 3px 3px 1px #688C1B">Text here.</p>
This text has shadow with #688C1B color.
.textShadow {text-shadow: 3px 3px 1px #688C1B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #688C1B, 5px 5px 20px red">Text here.</p>
This text has shadow with #688C1B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#688C1B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#688C1B, Direction=45, Strength=4)">Text</p>
This text has shadow with #688C1B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #688C1B; -webkit-box-shadow: 1px 1px 3px 2px #688C1B; box-shadow: 1px 1px 3px 2px #688C1B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #688C1B; -webkit-box-shadow: 1px 1px 3px 2px #688C1B; box-shadow:1px 1px 3px 2px #688C1B;">
Div content here</div>
This text has color #688C1B on black background.
This text has color #688C1B on white background.
This text has black color on #688C1B background.
This text has white color on #688C1B background.