HEX: #A47D1E
RGB: (164,125,30)
#A47D1E contains mainly red and green colors. Web safe color of #A47D1E is #996633 (or #963).
#A47D1E color RGB value is (164,125,30).
RGB: (164,125,30)
(64%, 49%, 12%)
R 164 of 255 = 64%
G 125 of 255 = 49%
B 30 of 255 = 12%
R + G + B ~ 42%. #A47D1E is middle color (not dark and not light).
R + G + B = 164 + 125 + 30 = 319 (100%)
R 164 of 319 ~ 51.41%
G 125 of 319 ~ 39.18%
B 30 of 319 ~ 9.4'%
#A47D1E color CMYK value is (0,24,82,36).
CMYK: (0,24,82,36)
C0M24Y82K36 (0%, 24%, 82%, 36%)
(0.00 / 0.24 / 0.82 / 0.36)
Color #A47D1E in popluar color models
A4 | 7D | 1E | |
---|---|---|---|
RGB | 164 | 125 | 30 |
HSL | 43° | 69.07% | 38.04% |
HSB/HSV | 43° | 81.71% | 64.31% |
CMYK | 0.00% | 23.78% | 81.71% |
35.69% |
Color #A47D1E in popluar number systems.
HEX | A4 | 7D | 1E |
Decimal | 164 | 125 | 30 |
Binary | 10100100 | 1111101 | 11110 |
Octal | 244 | 175 | 36 |
Shades of #A47D1E
Tints of #A47D1E
Examples of css and html codes for elements with #A47D1E color. Also use rgb(164,125,30) instead hex code.
.myTextColor { color: #A47D1E; }
<p style="color:#A47D1E">This sample text font color is #A47D1E.</p>
This text font color is #A47D1E.
.myBgColor { background-color: #A47D1E; }
<div style="background-color:#A47D1E">Inner text</div>
This div background color is #A47D1E.
.myBorderColor { border: 1px solid #A47D1E; }
<div style="border:3px solid #A47D1E">Div</div>
This div border color is #A47D1E.
.myOpacity80 { color: #A47D1E; opacity: 0.8; }
<p style="color:#A47D1E;opacity:0.8;">80%</p>
Text with #A47D1E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A47D1E;}
<p style="text-shadow: 3px 3px 1px #A47D1E">Text here.</p>
This text has shadow with #A47D1E color.
.textShadow {text-shadow: 3px 3px 1px #A47D1E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A47D1E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A47D1E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A47D1E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A47D1E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A47D1E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A47D1E;
-webkit-box-shadow: 1px 1px 3px 2px #A47D1E;
box-shadow: 1px 1px 3px 2px #A47D1E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A47D1E; -webkit-box-shadow: 1px 1px 3px 2px #A47D1E; box-shadow:1px 1px 3px 2px #A47D1E;">
Div content here
</div>
This text has color #A47D1E on black background.
This text has color #A47D1E on white background.
This text has black color on #A47D1E background.
This text has white color on #A47D1E background.
Complementary color for #hex is #5B82E1.