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