HEX: #ADB334
RGB: (173,179,52)
#ADB334 contains mainly red and green colors. Web safe color of #ADB334 is #999933 (or #993).
#ADB334 color RGB value is (173,179,52).
RGB: (173,179,52)
(68%, 70%, 20%)
R 173 of 255 = 68%
G 179 of 255 = 70%
B 52 of 255 = 20%
R + G + B ~ 53%. #ADB334 is middle color (not dark and not light).
R + G + B = 173 + 179 + 52 = 404 (100%)
R 173 of 404 ~ 42.82%
G 179 of 404 ~ 44.31%
B 52 of 404 ~ 12.87'%
#ADB334 color CMYK value is (3,0,71,30).
CMYK: (3,0,71,30) C3M0Y71K30 (3%,0%,71%,30%) (0.03/0.00/0.71/0.30)
Color #ADB334 in popluar color models
AD | B3 | 34 | |
---|---|---|---|
RGB | 173 | 179 | 52 |
HSL | 63° | 54.98% | 45.29% |
HSB/HSV | 63° | 70.95% | 70.20% |
CMYK | 3.35% | 0.00% | 70.95% |
29.80% |
Color #ADB334 in popluar number systems.
HEX | AD | B3 | 34 |
Decimal | 173 | 179 | 52 |
Binary | 10101101 | 10110011 | 110100 |
Octal | 255 | 263 | 64 |
Shades of #ADB334
Tints of #ADB334
Examples of css and html codes for elements with #ADB334 color. Also use rgb(173,179,52) instead hex code.
.myTextColor { color: #ADB334; }
<p style="color:#ADB334">This sample text font color is #ADB334.</p>
This text font color is #ADB334.
.myBgColor { background-color: #ADB334; }
<div style="background-color:#ADB334">Inner text</div>
This div background color is #ADB334.
.myBorderColor { border: 1px solid #ADB334; }
<div style="border:3px solid #ADB334">Div</div>
This div border color is #ADB334.
.myOpacity80 { color: #ADB334; opacity: 0.8; }
<p style="color:#ADB334;opacity:0.8;">80%</p>
Text with #ADB334 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ADB334;}
<p style="text-shadow: 3px 3px 1px #ADB334">Text here.</p>
This text has shadow with #ADB334 color.
.textShadow {text-shadow: 3px 3px 1px #ADB334', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ADB334, 5px 5px 20px red">Text here.</p>
This text has shadow with #ADB334 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADB334, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ADB334, Direction=45, Strength=4)">Text</p>
This text has shadow with #ADB334 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADB334;
-webkit-box-shadow: 1px 1px 3px 2px #ADB334;
box-shadow: 1px 1px 3px 2px #ADB334;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADB334; -webkit-box-shadow: 1px 1px 3px 2px #ADB334; box-shadow:1px 1px 3px 2px #ADB334;">
Div content here
</div>
This text has color #ADB334 on black background.
This text has color #ADB334 on white background.
This text has black color on #ADB334 background.
This text has white color on #ADB334 background.
Complementary color for #hex is #524CCB.