HEX: #ADB084
RGB: (173,176,132)
#ADB084 contains red, green and blue colors in about the same proportion. Web safe color of #ADB084 is #999999 (or #999).
#ADB084 color RGB value is (173,176,132).
RGB: (173,176,132)
(68%, 69%, 52%)
R 173 of 255 = 68%
G 176 of 255 = 69%
B 132 of 255 = 52%
R + G + B ~ 63%. #ADB084 is quite light color.
R + G + B = 173 + 176 + 132 = 481 (100%)
R 173 of 481 ~ 35.97%
G 176 of 481 ~ 36.59%
B 132 of 481 ~ 27.44'%
#ADB084 color CMYK value is (2,0,25,31).
CMYK: (2,0,25,31) C2M0Y25K31 (2%,0%,25%,31%) (0.02/0.00/0.25/0.31)
Color #ADB084 in popluar color models
AD | B0 | 84 | |
---|---|---|---|
RGB | 173 | 176 | 132 |
HSL | 64° | 21.78% | 60.39% |
HSB/HSV | 64° | 25.00% | 69.02% |
CMYK | 1.70% | 0.00% | 25.00% |
30.98% |
Color #ADB084 in popluar number systems.
HEX | AD | B0 | 84 |
Decimal | 173 | 176 | 132 |
Binary | 10101101 | 10110000 | 10000100 |
Octal | 255 | 260 | 204 |
Shades of #ADB084
Tints of #ADB084
Examples of css and html codes for elements with #ADB084 color. Also use rgb(173,176,132) instead hex code.
.myTextColor { color: #ADB084; }
<p style="color:#ADB084">This sample text font color is #ADB084.</p>
This text font color is #ADB084.
.myBgColor { background-color: #ADB084; }
<div style="background-color:#ADB084">Inner text</div>
This div background color is #ADB084.
.myBorderColor { border: 1px solid #ADB084; }
<div style="border:3px solid #ADB084">Div</div>
This div border color is #ADB084.
.myOpacity80 { color: #ADB084; opacity: 0.8; }
<p style="color:#ADB084;opacity:0.8;">80%</p>
Text with #ADB084 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB084;}
<p style="text-shadow: 3px 3px 1px #ADB084">Text here.</p>
This text has shadow with #ADB084 color.
.textShadow {text-shadow: 3px 3px 1px #ADB084', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB084, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB084 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB084, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB084, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB084 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB084;
-webkit-box-shadow: 1px 1px 3px 2px #ADB084;
box-shadow: 1px 1px 3px 2px #ADB084;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB084; -webkit-box-shadow: 1px 1px 3px 2px #ADB084; box-shadow:1px 1px 3px 2px #ADB084;">
Div content here
</div>
This text has color #ADB084 on black background.
This text has color #ADB084 on white background.
This text has black color on #ADB084 background.
This text has white color on #ADB084 background.
Complementary color for #hex is #524F7B.