HEX: #ADB478
RGB: (173,180,120)
#ADB478 contains mainly red and green colors. Web safe color of #ADB478 is #99CC66 (or #9C6).
#ADB478 color RGB value is (173,180,120).
RGB: (173,180,120)
(68%, 71%, 47%)
R 173 of 255 = 68%
G 180 of 255 = 71%
B 120 of 255 = 47%
R + G + B ~ 62%. #ADB478 is quite light color.
R + G + B = 173 + 180 + 120 = 473 (100%)
R 173 of 473 ~ 36.58%
G 180 of 473 ~ 38.05%
B 120 of 473 ~ 25.37'%
#ADB478 color CMYK value is (4,0,33,29).
CMYK: (4,0,33,29) C4M0Y33K29 (4%,0%,33%,29%) (0.04/0.00/0.33/0.29)
Color #ADB478 in popluar color models
AD | B4 | 78 | |
---|---|---|---|
RGB | 173 | 180 | 120 |
HSL | 67° | 28.57% | 58.82% |
HSB/HSV | 67° | 33.33% | 70.59% |
CMYK | 3.89% | 0.00% | 33.33% |
29.41% |
Color #ADB478 in popluar number systems.
HEX | AD | B4 | 78 |
Decimal | 173 | 180 | 120 |
Binary | 10101101 | 10110100 | 1111000 |
Octal | 255 | 264 | 170 |
Shades of #ADB478
Tints of #ADB478
Examples of css and html codes for elements with #ADB478 color. Also use rgb(173,180,120) instead hex code.
.myTextColor { color: #ADB478; }
<p style="color:#ADB478">This sample text font color is #ADB478.</p>
This text font color is #ADB478.
.myBgColor { background-color: #ADB478; }
<div style="background-color:#ADB478">Inner text</div>
This div background color is #ADB478.
.myBorderColor { border: 1px solid #ADB478; }
<div style="border:3px solid #ADB478">Div</div>
This div border color is #ADB478.
.myOpacity80 { color: #ADB478; opacity: 0.8; }
<p style="color:#ADB478;opacity:0.8;">80%</p>
Text with #ADB478 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB478;}
<p style="text-shadow: 3px 3px 1px #ADB478">Text here.</p>
This text has shadow with #ADB478 color.
.textShadow {text-shadow: 3px 3px 1px #ADB478', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB478, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB478 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB478, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB478, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB478 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB478;
-webkit-box-shadow: 1px 1px 3px 2px #ADB478;
box-shadow: 1px 1px 3px 2px #ADB478;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB478; -webkit-box-shadow: 1px 1px 3px 2px #ADB478; box-shadow:1px 1px 3px 2px #ADB478;">
Div content here
</div>
This text has color #ADB478 on black background.
This text has color #ADB478 on white background.
This text has black color on #ADB478 background.
This text has white color on #ADB478 background.
Complementary color for #hex is #524B87.