HEX: #A37449
RGB: (163,116,73)
#A37449 contains mainly red and green colors. Web safe color of #A37449 is #996633 (or #963).
#A37449 color RGB value is (163,116,73).
RGB: (163,116,73) (64%,45%,29%)
R 163 of 255 = 64%
G 116 of 255 = 45%
B 73 of 255 = 29%
R + G + B ~ 46%. #A37449 is middle color (not dark and not light).
R + G + B =
163 + 116 + 73 = 352 (100%)
R 163 of 352 ~ 46.31%
G 116 of 352 ~ 32.95%
B 73 of 352 ~ 20.74%
#A37449 color CMYK value is (0,29,55,36).
CMYK: (0,29,55,36) C0M29Y55K36 (0%,29%,55%,36%) (0.00/0.29/0.55/0.36)
A3 | 74 | 49 | |
---|---|---|---|
RGB | 163 | 116 | 73 |
HSL | 29° | 38.14% | 46.27% |
HSB/HSV | 29° | 55.21% | 63.92% |
CMYK | 0.00% | 28.83% | 55.21% |
36.08% |
HEX | A3 | 74 | 49 |
Decimal | 163 | 116 | 73 |
Binary | 10100011 | 1110100 | 1001001 |
Octal | 243 | 164 | 111 |
Examples of css and html codes for elements with #A37449 color. Also use rgb(163,116,73) instead hex code.
.myTextColor { color: #A37449; }
<p style="color:#A37449">This sample text font color is #A37449.</p>
This text font color is #A37449.
.myBgColor { background-color: #A37449; }
<div style="background-color:#A37449">Inner text</div>
This div background color is #A37449.
.myBorderColor { border: 1px solid #A37449; }
<div style="border:3px solid #A37449">Div</div>
This div border color is #A37449.
.myOpacity80 { color: #A37449; opacity: 0.8; }
<p style="color:#A37449;opacity:0.8;">80%</p>
Text with #A37449 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A37449;}
<p style="text-shadow: 3px 3px 1px #A37449">Text here.</p>
This text has shadow with #A37449 color.
.textShadow {text-shadow: 3px 3px 1px #A37449, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A37449, 5px 5px 20px red">Text here.</p>
This text has shadow with #A37449 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A37449, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A37449, Direction=45, Strength=4)">Text</p>
This text has shadow with #A37449 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #A37449; -webkit-box-shadow: 1px 1px 3px 2px #A37449; box-shadow: 1px 1px 3px 2px #A37449; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #A37449; -webkit-box-shadow: 1px 1px 3px 2px #A37449; box-shadow:1px 1px 3px 2px #A37449;">
Div content here</div>
This text has color #A37449 on black background.
This text has color #A37449 on white background.
This text has black color on #A37449 background.
This text has white color on #A37449 background.