HEX: #ACB379
RGB: (172,179,121)
#ACB379 contains red, green and blue colors in about the same proportion. Web safe color of #ACB379 is #999966 (or #996).
#ACB379 color RGB value is (172,179,121).
RGB: (172,179,121)
(67%, 70%, 47%)
R 172 of 255 = 67%
G 179 of 255 = 70%
B 121 of 255 = 47%
R + G + B ~ 61%. #ACB379 is quite light color.
R + G + B = 172 + 179 + 121 = 472 (100%)
R 172 of 472 ~ 36.44%
G 179 of 472 ~ 37.92%
B 121 of 472 ~ 25.64'%
#ACB379 color CMYK value is (4,0,32,30).
CMYK: (4,0,32,30)
C4M0Y32K30 (4%, 0%, 32%, 30%)
(0.04 / 0.00 / 0.32 / 0.30)
Color #ACB379 in popluar color models
AC | B3 | 79 | |
---|---|---|---|
RGB | 172 | 179 | 121 |
HSL | 67° | 27.62% | 58.82% |
HSB/HSV | 67° | 32.40% | 70.20% |
CMYK | 3.91% | 0.00% | 32.40% |
29.80% |
Color #ACB379 in popluar number systems.
HEX | AC | B3 | 79 |
Decimal | 172 | 179 | 121 |
Binary | 10101100 | 10110011 | 1111001 |
Octal | 254 | 263 | 171 |
Shades of #ACB379
Tints of #ACB379
Examples of css and html codes for elements with #ACB379 color. Also use rgb(172,179,121) instead hex code.
.myTextColor { color: #ACB379; }
<p style="color:#ACB379">This sample text font color is #ACB379.</p>
This text font color is #ACB379.
.myBgColor { background-color: #ACB379; }
<div style="background-color:#ACB379">Inner text</div>
This div background color is #ACB379.
.myBorderColor { border: 1px solid #ACB379; }
<div style="border:3px solid #ACB379">Div</div>
This div border color is #ACB379.
.myOpacity80 { color: #ACB379; opacity: 0.8; }
<p style="color:#ACB379;opacity:0.8;">80%</p>
Text with #ACB379 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACB379;}
<p style="text-shadow: 3px 3px 1px #ACB379">Text here.</p>
This text has shadow with #ACB379 color.
.textShadow {text-shadow: 3px 3px 1px #ACB379', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACB379, 5px 5px 20px red">Text here.</p>
This text has shadow with #ACB379 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACB379, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACB379, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACB379 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACB379;
-webkit-box-shadow: 1px 1px 3px 2px #ACB379;
box-shadow: 1px 1px 3px 2px #ACB379;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACB379; -webkit-box-shadow: 1px 1px 3px 2px #ACB379; box-shadow:1px 1px 3px 2px #ACB379;">
Div content here
</div>
This text has color #ACB379 on black background.
This text has color #ACB379 on white background.
This text has black color on #ACB379 background.
This text has white color on #ACB379 background.
Complementary color for #hex is #534C86.