HEX: #AD7B4C
RGB: (173,123,76)
#AD7B4C contains mainly red and green colors. Web safe color of #AD7B4C is #996633 (or #963).
#AD7B4C color RGB value is (173,123,76).
RGB: (173,123,76)
(68%, 48%, 30%)
R 173 of 255 = 68%
G 123 of 255 = 48%
B 76 of 255 = 30%
R + G + B ~ 49%. #AD7B4C is middle color (not dark and not light).
R + G + B = 173 + 123 + 76 = 372 (100%)
R 173 of 372 ~ 46.51%
G 123 of 372 ~ 33.06%
B 76 of 372 ~ 20.43'%
#AD7B4C color CMYK value is (0,29,56,32).
CMYK: (0,29,56,32) C0M29Y56K32 (0%,29%,56%,32%) (0.00/0.29/0.56/0.32)
Color #AD7B4C in popluar color models
AD | 7B | 4C | |
---|---|---|---|
RGB | 173 | 123 | 76 |
HSL | 29° | 38.96% | 48.82% |
HSB/HSV | 29° | 56.07% | 67.84% |
CMYK | 0.00% | 28.90% | 56.07% |
32.16% |
Color #AD7B4C in popluar number systems.
HEX | AD | 7B | 4C |
Decimal | 173 | 123 | 76 |
Binary | 10101101 | 1111011 | 1001100 |
Octal | 255 | 173 | 114 |
Shades of #AD7B4C
Tints of #AD7B4C
Examples of css and html codes for elements with #AD7B4C color. Also use rgb(173,123,76) instead hex code.
.myTextColor { color: #AD7B4C; }
<p style="color:#AD7B4C">This sample text font color is #AD7B4C.</p>
This text font color is #AD7B4C.
.myBgColor { background-color: #AD7B4C; }
<div style="background-color:#AD7B4C">Inner text</div>
This div background color is #AD7B4C.
.myBorderColor { border: 1px solid #AD7B4C; }
<div style="border:3px solid #AD7B4C">Div</div>
This div border color is #AD7B4C.
.myOpacity80 { color: #AD7B4C; opacity: 0.8; }
<p style="color:#AD7B4C;opacity:0.8;">80%</p>
Text with #AD7B4C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD7B4C;}
<p style="text-shadow: 3px 3px 1px #AD7B4C">Text here.</p>
This text has shadow with #AD7B4C color.
.textShadow {text-shadow: 3px 3px 1px #AD7B4C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD7B4C, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD7B4C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD7B4C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD7B4C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD7B4C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD7B4C;
-webkit-box-shadow: 1px 1px 3px 2px #AD7B4C;
box-shadow: 1px 1px 3px 2px #AD7B4C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD7B4C; -webkit-box-shadow: 1px 1px 3px 2px #AD7B4C; box-shadow:1px 1px 3px 2px #AD7B4C;">
Div content here
</div>
This text has color #AD7B4C on black background.
This text has color #AD7B4C on white background.
This text has black color on #AD7B4C background.
This text has white color on #AD7B4C background.
Complementary color for #hex is #5284B3.