HEX: #706648
RGB: (112,102,72)
#706648 contains red, green and blue colors in about the same proportion. Web safe color of #706648 is #666633 (or #663).
#706648 color RGB value is (112,102,72).
RGB: (112,102,72)
(44%, 40%, 28%)
R 112 of 255 = 44%
G 102 of 255 = 40%
B 72 of 255 = 28%
R + G + B ~ 37%. #706648 is quite dark color.
R + G + B = 112 + 102 + 72 = 286 (100%)
R 112 of 286 ~ 39.16%
G 102 of 286 ~ 35.66%
B 72 of 286 ~ 25.17'%
#706648 color CMYK value is (0,9,36,56).
CMYK: (0,9,36,56)
C0M9Y36K56 (0%, 9%, 36%, 56%)
(0.00 / 0.09 / 0.36 / 0.56)
Color #706648 in popluar color models
70 | 66 | 48 | |
---|---|---|---|
RGB | 112 | 102 | 72 |
HSL | 45° | 21.74% | 36.08% |
HSB/HSV | 45° | 35.71% | 43.92% |
CMYK | 0.00% | 8.93% | 35.71% |
56.08% |
Color #706648 in popluar number systems.
HEX | 70 | 66 | 48 |
Decimal | 112 | 102 | 72 |
Binary | 1110000 | 1100110 | 1001000 |
Octal | 160 | 146 | 110 |
Shades of #706648
Tints of #706648
Examples of css and html codes for elements with #706648 color. Also use rgb(112,102,72) instead hex code.
.myTextColor { color: #706648; }
<p style="color:#706648">This sample text font color is #706648.</p>
This text font color is #706648.
.myBgColor { background-color: #706648; }
<div style="background-color:#706648">Inner text</div>
This div background color is #706648.
.myBorderColor { border: 1px solid #706648; }
<div style="border:3px solid #706648">Div</div>
This div border color is #706648.
.myOpacity80 { color: #706648; opacity: 0.8; }
<p style="color:#706648;opacity:0.8;">80%</p>
Text with #706648 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #706648;}
<p style="text-shadow: 3px 3px 1px #706648">Text here.</p>
This text has shadow with #706648 color.
.textShadow {text-shadow: 3px 3px 1px #706648', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #706648, 5px 5px 20px red">Text here.</p>
This text has shadow with #706648 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#706648, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#706648, Direction=45, Strength=4)">Text</p>
This text has shadow with #706648 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #706648;
-webkit-box-shadow: 1px 1px 3px 2px #706648;
box-shadow: 1px 1px 3px 2px #706648;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #706648; -webkit-box-shadow: 1px 1px 3px 2px #706648; box-shadow:1px 1px 3px 2px #706648;">
Div content here
</div>
This text has color #706648 on black background.
This text has color #706648 on white background.
This text has black color on #706648 background.
This text has white color on #706648 background.
Complementary color for #hex is #8F99B7.