HEX: #ADBA74
RGB: (173,186,116)
#ADBA74 contains mainly red and green colors. Web safe color of #ADBA74 is #99CC66 (or #9C6).
#ADBA74 color RGB value is (173,186,116).
RGB: (173,186,116)
(68%, 73%, 45%)
R 173 of 255 = 68%
G 186 of 255 = 73%
B 116 of 255 = 45%
R + G + B ~ 62%. #ADBA74 is quite light color.
R + G + B = 173 + 186 + 116 = 475 (100%)
R 173 of 475 ~ 36.42%
G 186 of 475 ~ 39.16%
B 116 of 475 ~ 24.42'%
#ADBA74 color CMYK value is (7,0,38,27).
CMYK: (7,0,38,27)
C7M0Y38K27 (7%, 0%, 38%, 27%)
(0.07 / 0.00 / 0.38 / 0.27)
Color #ADBA74 in popluar color models
AD | BA | 74 | |
---|---|---|---|
RGB | 173 | 186 | 116 |
HSL | 71° | 33.65% | 59.22% |
HSB/HSV | 71° | 37.63% | 72.94% |
CMYK | 6.99% | 0.00% | 37.63% |
27.06% |
Color #ADBA74 in popluar number systems.
HEX | AD | BA | 74 |
Decimal | 173 | 186 | 116 |
Binary | 10101101 | 10111010 | 1110100 |
Octal | 255 | 272 | 164 |
Shades of #ADBA74
Tints of #ADBA74
Examples of css and html codes for elements with #ADBA74 color. Also use rgb(173,186,116) instead hex code.
.myTextColor { color: #ADBA74; }
<p style="color:#ADBA74">This sample text font color is #ADBA74.</p>
This text font color is #ADBA74.
.myBgColor { background-color: #ADBA74; }
<div style="background-color:#ADBA74">Inner text</div>
This div background color is #ADBA74.
.myBorderColor { border: 1px solid #ADBA74; }
<div style="border:3px solid #ADBA74">Div</div>
This div border color is #ADBA74.
.myOpacity80 { color: #ADBA74; opacity: 0.8; }
<p style="color:#ADBA74;opacity:0.8;">80%</p>
Text with #ADBA74 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBA74;}
<p style="text-shadow: 3px 3px 1px #ADBA74">Text here.</p>
This text has shadow with #ADBA74 color.
.textShadow {text-shadow: 3px 3px 1px #ADBA74', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBA74, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBA74 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBA74, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBA74, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBA74 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBA74;
-webkit-box-shadow: 1px 1px 3px 2px #ADBA74;
box-shadow: 1px 1px 3px 2px #ADBA74;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBA74; -webkit-box-shadow: 1px 1px 3px 2px #ADBA74; box-shadow:1px 1px 3px 2px #ADBA74;">
Div content here
</div>
This text has color #ADBA74 on black background.
This text has color #ADBA74 on white background.
This text has black color on #ADBA74 background.
This text has white color on #ADBA74 background.
Complementary color for #hex is #52458B.