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