HEX: #ADBB73
RGB: (173,187,115)
#ADBB73 contains mainly red and green colors. Web safe color of #ADBB73 is #99CC66 (or #9C6).
#ADBB73 color RGB value is (173,187,115).
RGB: (173,187,115)
(68%, 73%, 45%)
R 173 of 255 = 68%
G 187 of 255 = 73%
B 115 of 255 = 45%
R + G + B ~ 62%. #ADBB73 is quite light color.
R + G + B = 173 + 187 + 115 = 475 (100%)
R 173 of 475 ~ 36.42%
G 187 of 475 ~ 39.37%
B 115 of 475 ~ 24.21'%
#ADBB73 color CMYK value is (7,0,39,27).
CMYK: (7,0,39,27)
C7M0Y39K27 (7%, 0%, 39%, 27%)
(0.07 / 0.00 / 0.39 / 0.27)
Color #ADBB73 in popluar color models
AD | BB | 73 | |
---|---|---|---|
RGB | 173 | 187 | 115 |
HSL | 72° | 34.62% | 59.22% |
HSB/HSV | 72° | 38.50% | 73.33% |
CMYK | 7.49% | 0.00% | 38.50% |
26.67% |
Color #ADBB73 in popluar number systems.
HEX | AD | BB | 73 |
Decimal | 173 | 187 | 115 |
Binary | 10101101 | 10111011 | 1110011 |
Octal | 255 | 273 | 163 |
Shades of #ADBB73
Tints of #ADBB73
Examples of css and html codes for elements with #ADBB73 color. Also use rgb(173,187,115) instead hex code.
.myTextColor { color: #ADBB73; }
<p style="color:#ADBB73">This sample text font color is #ADBB73.</p>
This text font color is #ADBB73.
.myBgColor { background-color: #ADBB73; }
<div style="background-color:#ADBB73">Inner text</div>
This div background color is #ADBB73.
.myBorderColor { border: 1px solid #ADBB73; }
<div style="border:3px solid #ADBB73">Div</div>
This div border color is #ADBB73.
.myOpacity80 { color: #ADBB73; opacity: 0.8; }
<p style="color:#ADBB73;opacity:0.8;">80%</p>
Text with #ADBB73 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADBB73;}
<p style="text-shadow: 3px 3px 1px #ADBB73">Text here.</p>
This text has shadow with #ADBB73 color.
.textShadow {text-shadow: 3px 3px 1px #ADBB73', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADBB73, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADBB73 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADBB73, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADBB73, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADBB73 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADBB73;
-webkit-box-shadow: 1px 1px 3px 2px #ADBB73;
box-shadow: 1px 1px 3px 2px #ADBB73;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADBB73; -webkit-box-shadow: 1px 1px 3px 2px #ADBB73; box-shadow:1px 1px 3px 2px #ADBB73;">
Div content here
</div>
This text has color #ADBB73 on black background.
This text has color #ADBB73 on white background.
This text has black color on #ADBB73 background.
This text has white color on #ADBB73 background.
Complementary color for #hex is #52448C.