HEX: #A47B73
RGB: (164,123,115)
#A47B73 contains red, green and blue colors in about the same proportion. Web safe color of #A47B73 is #996666 (or #966).
#A47B73 color RGB value is (164,123,115).
RGB: (164,123,115)
(64%, 48%, 45%)
R 164 of 255 = 64%
G 123 of 255 = 48%
B 115 of 255 = 45%
R + G + B ~ 52%. #A47B73 is middle color (not dark and not light).
R + G + B = 164 + 123 + 115 = 402 (100%)
R 164 of 402 ~ 40.8%
G 123 of 402 ~ 30.6%
B 115 of 402 ~ 28.61'%
#A47B73 color CMYK value is (0,25,30,36).
CMYK: (0,25,30,36) C0M25Y30K36 (0%,25%,30%,36%) (0.00/0.25/0.30/0.36)
Color #A47B73 in popluar color models
A4 | 7B | 73 | |
---|---|---|---|
RGB | 164 | 123 | 115 |
HSL | 10° | 21.21% | 54.71% |
HSB/HSV | 10° | 29.88% | 64.31% |
CMYK | 0.00% | 25.00% | 29.88% |
35.69% |
Color #A47B73 in popluar number systems.
HEX | A4 | 7B | 73 |
Decimal | 164 | 123 | 115 |
Binary | 10100100 | 1111011 | 1110011 |
Octal | 244 | 173 | 163 |
Shades of #A47B73
Tints of #A47B73
Examples of css and html codes for elements with #A47B73 color. Also use rgb(164,123,115) instead hex code.
.myTextColor { color: #A47B73; }
<p style="color:#A47B73">This sample text font color is #A47B73.</p>
This text font color is #A47B73.
.myBgColor { background-color: #A47B73; }
<div style="background-color:#A47B73">Inner text</div>
This div background color is #A47B73.
.myBorderColor { border: 1px solid #A47B73; }
<div style="border:3px solid #A47B73">Div</div>
This div border color is #A47B73.
.myOpacity80 { color: #A47B73; opacity: 0.8; }
<p style="color:#A47B73;opacity:0.8;">80%</p>
Text with #A47B73 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A47B73;}
<p style="text-shadow: 3px 3px 1px #A47B73">Text here.</p>
This text has shadow with #A47B73 color.
.textShadow {text-shadow: 3px 3px 1px #A47B73', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A47B73, 5px 5px 20px red">Text here.</p>
This text has shadow with #A47B73 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A47B73, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A47B73, Direction=45, Strength=4)">Text</p>
This text has shadow with #A47B73 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A47B73;
-webkit-box-shadow: 1px 1px 3px 2px #A47B73;
box-shadow: 1px 1px 3px 2px #A47B73;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A47B73; -webkit-box-shadow: 1px 1px 3px 2px #A47B73; box-shadow:1px 1px 3px 2px #A47B73;">
Div content here
</div>
This text has color #A47B73 on black background.
This text has color #A47B73 on white background.
This text has black color on #A47B73 background.
This text has white color on #A47B73 background.
Complementary color for #hex is #5B848C.