HEX: #71684A
RGB: (113,104,74)
#71684A contains red, green and blue colors in about the same proportion. Web safe color of #71684A is #666633 (or #663).
#71684A color RGB value is (113,104,74).
RGB: (113,104,74)
(44%, 41%, 29%)
R 113 of 255 = 44%
G 104 of 255 = 41%
B 74 of 255 = 29%
R + G + B ~ 38%. #71684A is quite dark color.
R + G + B = 113 + 104 + 74 = 291 (100%)
R 113 of 291 ~ 38.83%
G 104 of 291 ~ 35.74%
B 74 of 291 ~ 25.43'%
#71684A color CMYK value is (0,8,35,56).
CMYK: (0,8,35,56) C0M8Y35K56 (0%,8%,35%,56%) (0.00/0.08/0.35/0.56)
Color #71684A in popluar color models
71 | 68 | 4A | |
---|---|---|---|
RGB | 113 | 104 | 74 |
HSL | 46° | 20.86% | 36.67% |
HSB/HSV | 46° | 34.51% | 44.31% |
CMYK | 0.00% | 7.96% | 34.51% |
55.69% |
Color #71684A in popluar number systems.
HEX | 71 | 68 | 4A |
Decimal | 113 | 104 | 74 |
Binary | 1110001 | 1101000 | 1001010 |
Octal | 161 | 150 | 112 |
Shades of #71684A
Tints of #71684A
Examples of css and html codes for elements with #71684A color. Also use rgb(113,104,74) instead hex code.
.myTextColor { color: #71684A; }
<p style="color:#71684A">This sample text font color is #71684A.</p>
This text font color is #71684A.
.myBgColor { background-color: #71684A; }
<div style="background-color:#71684A">Inner text</div>
This div background color is #71684A.
.myBorderColor { border: 1px solid #71684A; }
<div style="border:3px solid #71684A">Div</div>
This div border color is #71684A.
.myOpacity80 { color: #71684A; opacity: 0.8; }
<p style="color:#71684A;opacity:0.8;">80%</p>
Text with #71684A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71684A;}
<p style="text-shadow: 3px 3px 1px #71684A">Text here.</p>
This text has shadow with #71684A color.
.textShadow {text-shadow: 3px 3px 1px #71684A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71684A, 5px 5px 20px red">Text here.</p>
This text has shadow with #71684A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71684A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71684A, Direction=45, Strength=4)">Text</p>
This text has shadow with #71684A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71684A;
-webkit-box-shadow: 1px 1px 3px 2px #71684A;
box-shadow: 1px 1px 3px 2px #71684A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71684A; -webkit-box-shadow: 1px 1px 3px 2px #71684A; box-shadow:1px 1px 3px 2px #71684A;">
Div content here
</div>
This text has color #71684A on black background.
This text has color #71684A on white background.
This text has black color on #71684A background.
This text has white color on #71684A background.
Complementary color for #hex is #8E97B5.