HEX: #ADB770
RGB: (173,183,112)
#ADB770 contains mainly red and green colors. Web safe color of #ADB770 is #99CC66 (or #9C6).
#ADB770 color RGB value is (173,183,112).
RGB: (173,183,112)
(68%, 72%, 44%)
R 173 of 255 = 68%
G 183 of 255 = 72%
B 112 of 255 = 44%
R + G + B ~ 61%. #ADB770 is quite light color.
R + G + B = 173 + 183 + 112 = 468 (100%)
R 173 of 468 ~ 36.97%
G 183 of 468 ~ 39.1%
B 112 of 468 ~ 23.93'%
#ADB770 color CMYK value is (5,0,39,28).
CMYK: (5,0,39,28) C5M0Y39K28 (5%,0%,39%,28%) (0.05/0.00/0.39/0.28)
Color #ADB770 in popluar color models
AD | B7 | 70 | |
---|---|---|---|
RGB | 173 | 183 | 112 |
HSL | 68° | 33.02% | 57.84% |
HSB/HSV | 68° | 38.80% | 71.76% |
CMYK | 5.46% | 0.00% | 38.80% |
28.24% |
Color #ADB770 in popluar number systems.
HEX | AD | B7 | 70 |
Decimal | 173 | 183 | 112 |
Binary | 10101101 | 10110111 | 1110000 |
Octal | 255 | 267 | 160 |
Shades of #ADB770
Tints of #ADB770
Examples of css and html codes for elements with #ADB770 color. Also use rgb(173,183,112) instead hex code.
.myTextColor { color: #ADB770; }
<p style="color:#ADB770">This sample text font color is #ADB770.</p>
This text font color is #ADB770.
.myBgColor { background-color: #ADB770; }
<div style="background-color:#ADB770">Inner text</div>
This div background color is #ADB770.
.myBorderColor { border: 1px solid #ADB770; }
<div style="border:3px solid #ADB770">Div</div>
This div border color is #ADB770.
.myOpacity80 { color: #ADB770; opacity: 0.8; }
<p style="color:#ADB770;opacity:0.8;">80%</p>
Text with #ADB770 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB770;}
<p style="text-shadow: 3px 3px 1px #ADB770">Text here.</p>
This text has shadow with #ADB770 color.
.textShadow {text-shadow: 3px 3px 1px #ADB770', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB770, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB770 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB770, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB770, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB770 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB770;
-webkit-box-shadow: 1px 1px 3px 2px #ADB770;
box-shadow: 1px 1px 3px 2px #ADB770;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB770; -webkit-box-shadow: 1px 1px 3px 2px #ADB770; box-shadow:1px 1px 3px 2px #ADB770;">
Div content here
</div>
This text has color #ADB770 on black background.
This text has color #ADB770 on white background.
This text has black color on #ADB770 background.
This text has white color on #ADB770 background.
Complementary color for #hex is #52488F.