HEX: #686142
RGB: (104,97,66)
#686142 contains red, green and blue colors in about the same proportion. Web safe color of #686142 is #666633 (or #663).
#686142 color RGB value is (104,97,66).
RGB: (104,97,66)
(41%, 38%, 26%)
R 104 of 255 = 41%
G 97 of 255 = 38%
B 66 of 255 = 26%
R + G + B ~ 35%. #686142 is quite dark color.
R + G + B = 104 + 97 + 66 = 267 (100%)
R 104 of 267 ~ 38.95%
G 97 of 267 ~ 36.33%
B 66 of 267 ~ 24.72'%
#686142 color CMYK value is (0,7,37,59).
CMYK: (0,7,37,59)
C0M7Y37K59 (0%, 7%, 37%, 59%)
(0.00 / 0.07 / 0.37 / 0.59)
Color #686142 in popluar color models
68 | 61 | 42 | |
---|---|---|---|
RGB | 104 | 97 | 66 |
HSL | 49° | 22.35% | 33.33% |
HSB/HSV | 49° | 36.54% | 40.78% |
CMYK | 0.00% | 6.73% | 36.54% |
59.22% |
Color #686142 in popluar number systems.
HEX | 68 | 61 | 42 |
Decimal | 104 | 97 | 66 |
Binary | 1101000 | 1100001 | 1000010 |
Octal | 150 | 141 | 102 |
Shades of #686142
Tints of #686142
Examples of css and html codes for elements with #686142 color. Also use rgb(104,97,66) instead hex code.
.myTextColor { color: #686142; }
<p style="color:#686142">This sample text font color is #686142.</p>
This text font color is #686142.
.myBgColor { background-color: #686142; }
<div style="background-color:#686142">Inner text</div>
This div background color is #686142.
.myBorderColor { border: 1px solid #686142; }
<div style="border:3px solid #686142">Div</div>
This div border color is #686142.
.myOpacity80 { color: #686142; opacity: 0.8; }
<p style="color:#686142;opacity:0.8;">80%</p>
Text with #686142 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #686142;}
<p style="text-shadow: 3px 3px 1px #686142">Text here.</p>
This text has shadow with #686142 color.
.textShadow {text-shadow: 3px 3px 1px #686142', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #686142, 5px 5px 20px red">Text here.</p>
This text has shadow with #686142 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#686142, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#686142, Direction=45, Strength=4)">Text</p>
This text has shadow with #686142 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #686142;
-webkit-box-shadow: 1px 1px 3px 2px #686142;
box-shadow: 1px 1px 3px 2px #686142;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #686142; -webkit-box-shadow: 1px 1px 3px 2px #686142; box-shadow:1px 1px 3px 2px #686142;">
Div content here
</div>
This text has color #686142 on black background.
This text has color #686142 on white background.
This text has black color on #686142 background.
This text has white color on #686142 background.
Complementary color for #hex is #979EBD.