HEX: #ADB36F
RGB: (173,179,111)
#ADB36F contains mainly red and green colors. Web safe color of #ADB36F is #999966 (or #996).
#ADB36F color RGB value is (173,179,111).
RGB: (173,179,111)
(68%, 70%, 44%)
R 173 of 255 = 68%
G 179 of 255 = 70%
B 111 of 255 = 44%
R + G + B ~ 61%. #ADB36F is quite light color.
R + G + B = 173 + 179 + 111 = 463 (100%)
R 173 of 463 ~ 37.37%
G 179 of 463 ~ 38.66%
B 111 of 463 ~ 23.97'%
#ADB36F color CMYK value is (3,0,38,30).
CMYK: (3,0,38,30)
C3M0Y38K30 (3%, 0%, 38%, 30%)
(0.03 / 0.00 / 0.38 / 0.30)
Color #ADB36F in popluar color models
AD | B3 | 6F | |
---|---|---|---|
RGB | 173 | 179 | 111 |
HSL | 65° | 30.91% | 56.86% |
HSB/HSV | 65° | 37.99% | 70.20% |
CMYK | 3.35% | 0.00% | 37.99% |
29.80% |
Color #ADB36F in popluar number systems.
HEX | AD | B3 | 6F |
Decimal | 173 | 179 | 111 |
Binary | 10101101 | 10110011 | 1101111 |
Octal | 255 | 263 | 157 |
Shades of #ADB36F
Tints of #ADB36F
Examples of css and html codes for elements with #ADB36F color. Also use rgb(173,179,111) instead hex code.
.myTextColor { color: #ADB36F; }
<p style="color:#ADB36F">This sample text font color is #ADB36F.</p>
This text font color is #ADB36F.
.myBgColor { background-color: #ADB36F; }
<div style="background-color:#ADB36F">Inner text</div>
This div background color is #ADB36F.
.myBorderColor { border: 1px solid #ADB36F; }
<div style="border:3px solid #ADB36F">Div</div>
This div border color is #ADB36F.
.myOpacity80 { color: #ADB36F; opacity: 0.8; }
<p style="color:#ADB36F;opacity:0.8;">80%</p>
Text with #ADB36F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB36F;}
<p style="text-shadow: 3px 3px 1px #ADB36F">Text here.</p>
This text has shadow with #ADB36F color.
.textShadow {text-shadow: 3px 3px 1px #ADB36F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB36F, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB36F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB36F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB36F, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB36F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB36F;
-webkit-box-shadow: 1px 1px 3px 2px #ADB36F;
box-shadow: 1px 1px 3px 2px #ADB36F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB36F; -webkit-box-shadow: 1px 1px 3px 2px #ADB36F; box-shadow:1px 1px 3px 2px #ADB36F;">
Div content here
</div>
This text has color #ADB36F on black background.
This text has color #ADB36F on white background.
This text has black color on #ADB36F background.
This text has white color on #ADB36F background.
Complementary color for #hex is #524C90.