HEX: #706349
RGB: (112,99,73)
#706349 contains red, green and blue colors in about the same proportion. Web safe color of #706349 is #666633 (or #663).
#706349 color RGB value is (112,99,73).
RGB: (112,99,73) (44%,39%,29%)
R 112 of 255 = 44%
G 99 of 255 = 39%
B 73 of 255 = 29%
R + G + B ~ 37%. #706349 is quite dark color.
R + G + B =
112 + 99 + 73 = 284 (100%)
R 112 of 284 ~ 39.44%
G 99 of 284 ~ 34.86%
B 73 of 284 ~ 25.7%
#706349 color CMYK value is (0,12,35,56).
CMYK: (0,12,35,56) C0M12Y35K56 (0%,12%,35%,56%) (0.00/0.12/0.35/0.56)
70 | 63 | 49 | |
---|---|---|---|
RGB | 112 | 99 | 73 |
HSL | 40° | 21.08% | 36.27% |
HSB/HSV | 40° | 34.82% | 43.92% |
CMYK | 0.00% | 11.61% | 34.82% |
56.08% |
HEX | 70 | 63 | 49 |
Decimal | 112 | 99 | 73 |
Binary | 1110000 | 1100011 | 1001001 |
Octal | 160 | 143 | 111 |
Examples of css and html codes for elements with #706349 color. Also use rgb(112,99,73) instead hex code.
.myTextColor { color: #706349; }
<p style="color:#706349">This sample text font color is #706349.</p>
This text font color is #706349.
.myBgColor { background-color: #706349; }
<div style="background-color:#706349">Inner text</div>
This div background color is #706349.
.myBorderColor { border: 1px solid #706349; }
<div style="border:3px solid #706349">Div</div>
This div border color is #706349.
.myOpacity80 { color: #706349; opacity: 0.8; }
<p style="color:#706349;opacity:0.8;">80%</p>
Text with #706349 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #706349;}
<p style="text-shadow: 3px 3px 1px #706349">Text here.</p>
This text has shadow with #706349 color.
.textShadow {text-shadow: 3px 3px 1px #706349, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #706349, 5px 5px 20px red">Text here.</p>
This text has shadow with #706349 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#706349, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#706349, Direction=45, Strength=4)">Text</p>
This text has shadow with #706349 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #706349; -webkit-box-shadow: 1px 1px 3px 2px #706349; box-shadow: 1px 1px 3px 2px #706349; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #706349; -webkit-box-shadow: 1px 1px 3px 2px #706349; box-shadow:1px 1px 3px 2px #706349;">
Div content here</div>
This text has color #706349 on black background.
This text has color #706349 on white background.
This text has black color on #706349 background.
This text has white color on #706349 background.