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