HEX: #706B4D
RGB: (112,107,77)
#706B4D contains red, green and blue colors in about the same proportion. Web safe color of #706B4D is #666633 (or #663).
#706B4D color RGB value is (112,107,77).
RGB: (112,107,77)
(44%, 42%, 30%)
R 112 of 255 = 44%
G 107 of 255 = 42%
B 77 of 255 = 30%
R + G + B ~ 39%. #706B4D is quite dark color.
R + G + B = 112 + 107 + 77 = 296 (100%)
R 112 of 296 ~ 37.84%
G 107 of 296 ~ 36.15%
B 77 of 296 ~ 26.01'%
#706B4D color CMYK value is (0,4,31,56).
CMYK: (0,4,31,56) C0M4Y31K56 (0%,4%,31%,56%) (0.00/0.04/0.31/0.56)
Color #706B4D in popluar color models
70 | 6B | 4D | |
---|---|---|---|
RGB | 112 | 107 | 77 |
HSL | 51° | 18.52% | 37.06% |
HSB/HSV | 51° | 31.25% | 43.92% |
CMYK | 0.00% | 4.46% | 31.25% |
56.08% |
Color #706B4D in popluar number systems.
HEX | 70 | 6B | 4D |
Decimal | 112 | 107 | 77 |
Binary | 1110000 | 1101011 | 1001101 |
Octal | 160 | 153 | 115 |
Shades of #706B4D
Tints of #706B4D
Examples of css and html codes for elements with #706B4D color. Also use rgb(112,107,77) instead hex code.
.myTextColor { color: #706B4D; }
<p style="color:#706B4D">This sample text font color is #706B4D.</p>
This text font color is #706B4D.
.myBgColor { background-color: #706B4D; }
<div style="background-color:#706B4D">Inner text</div>
This div background color is #706B4D.
.myBorderColor { border: 1px solid #706B4D; }
<div style="border:3px solid #706B4D">Div</div>
This div border color is #706B4D.
.myOpacity80 { color: #706B4D; opacity: 0.8; }
<p style="color:#706B4D;opacity:0.8;">80%</p>
Text with #706B4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #706B4D;}
<p style="text-shadow: 3px 3px 1px #706B4D">Text here.</p>
This text has shadow with #706B4D color.
.textShadow {text-shadow: 3px 3px 1px #706B4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #706B4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #706B4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#706B4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#706B4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #706B4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #706B4D;
-webkit-box-shadow: 1px 1px 3px 2px #706B4D;
box-shadow: 1px 1px 3px 2px #706B4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #706B4D; -webkit-box-shadow: 1px 1px 3px 2px #706B4D; box-shadow:1px 1px 3px 2px #706B4D;">
Div content here
</div>
This text has color #706B4D on black background.
This text has color #706B4D on white background.
This text has black color on #706B4D background.
This text has white color on #706B4D background.
Complementary color for #hex is #8F94B2.