HEX: #6B714D
RGB: (107,113,77)
#6B714D contains red, green and blue colors in about the same proportion. Web safe color of #6B714D is #666633 (or #663).
#6B714D color RGB value is (107,113,77).
RGB: (107,113,77)
(42%, 44%, 30%)
R 107 of 255 = 42%
G 113 of 255 = 44%
B 77 of 255 = 30%
R + G + B ~ 39%. #6B714D is quite dark color.
R + G + B = 107 + 113 + 77 = 297 (100%)
R 107 of 297 ~ 36.03%
G 113 of 297 ~ 38.05%
B 77 of 297 ~ 25.93'%
#6B714D color CMYK value is (5,0,32,56).
CMYK: (5,0,32,56)
C5M0Y32K56 (5%, 0%, 32%, 56%)
(0.05 / 0.00 / 0.32 / 0.56)
Color #6B714D in popluar color models
6B | 71 | 4D | |
---|---|---|---|
RGB | 107 | 113 | 77 |
HSL | 70° | 18.95% | 37.25% |
HSB/HSV | 70° | 31.86% | 44.31% |
CMYK | 5.31% | 0.00% | 31.86% |
55.69% |
Color #6B714D in popluar number systems.
HEX | 6B | 71 | 4D |
Decimal | 107 | 113 | 77 |
Binary | 1101011 | 1110001 | 1001101 |
Octal | 153 | 161 | 115 |
Shades of #6B714D
Tints of #6B714D
Examples of css and html codes for elements with #6B714D color. Also use rgb(107,113,77) instead hex code.
.myTextColor { color: #6B714D; }
<p style="color:#6B714D">This sample text font color is #6B714D.</p>
This text font color is #6B714D.
.myBgColor { background-color: #6B714D; }
<div style="background-color:#6B714D">Inner text</div>
This div background color is #6B714D.
.myBorderColor { border: 1px solid #6B714D; }
<div style="border:3px solid #6B714D">Div</div>
This div border color is #6B714D.
.myOpacity80 { color: #6B714D; opacity: 0.8; }
<p style="color:#6B714D;opacity:0.8;">80%</p>
Text with #6B714D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B714D;}
<p style="text-shadow: 3px 3px 1px #6B714D">Text here.</p>
This text has shadow with #6B714D color.
.textShadow {text-shadow: 3px 3px 1px #6B714D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B714D, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B714D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B714D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B714D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B714D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6B714D;
-webkit-box-shadow: 1px 1px 3px 2px #6B714D;
box-shadow: 1px 1px 3px 2px #6B714D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6B714D; -webkit-box-shadow: 1px 1px 3px 2px #6B714D; box-shadow:1px 1px 3px 2px #6B714D;">
Div content here
</div>
This text has color #6B714D on black background.
This text has color #6B714D on white background.
This text has black color on #6B714D background.
This text has white color on #6B714D background.
Complementary color for #hex is #948EB2.