HEX: #4BA749
RGB: (75,167,73)
#4BA749 contains mainly green color. Web safe color of #4BA749 is #339933 (or #393).
#4BA749 color RGB value is (75,167,73).
RGB: (75,167,73)
(29%, 65%, 29%)
R 75 of 255 = 29%
G 167 of 255 = 65%
B 73 of 255 = 29%
R + G + B ~ 41%. #4BA749 is middle color (not dark and not light).
R + G + B = 75 + 167 + 73 = 315 (100%)
R 75 of 315 ~ 23.81%
G 167 of 315 ~ 53.02%
B 73 of 315 ~ 23.17'%
#4BA749 color CMYK value is (55,0,56,35).
CMYK: (55,0,56,35) C55M0Y56K35 (55%,0%,56%,35%) (0.55/0.00/0.56/0.35)
Color #4BA749 in popluar color models
4B | A7 | 49 | |
---|---|---|---|
RGB | 75 | 167 | 73 |
HSL | 119° | 39.17% | 47.06% |
HSB/HSV | 119° | 56.29% | 65.49% |
CMYK | 55.09% | 0.00% | 56.29% |
34.51% |
Color #4BA749 in popluar number systems.
HEX | 4B | A7 | 49 |
Decimal | 75 | 167 | 73 |
Binary | 1001011 | 10100111 | 1001001 |
Octal | 113 | 247 | 111 |
Shades of #4BA749
Tints of #4BA749
Examples of css and html codes for elements with #4BA749 color. Also use rgb(75,167,73) instead hex code.
.myTextColor { color: #4BA749; }
<p style="color:#4BA749">This sample text font color is #4BA749.</p>
This text font color is #4BA749.
.myBgColor { background-color: #4BA749; }
<div style="background-color:#4BA749">Inner text</div>
This div background color is #4BA749.
.myBorderColor { border: 1px solid #4BA749; }
<div style="border:3px solid #4BA749">Div</div>
This div border color is #4BA749.
.myOpacity80 { color: #4BA749; opacity: 0.8; }
<p style="color:#4BA749;opacity:0.8;">80%</p>
Text with #4BA749 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4BA749;}
<p style="text-shadow: 3px 3px 1px #4BA749">Text here.</p>
This text has shadow with #4BA749 color.
.textShadow {text-shadow: 3px 3px 1px #4BA749', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4BA749, 5px 5px 20px red">Text here.</p>
This text has shadow with #4BA749 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4BA749, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4BA749, Direction=45, Strength=4)">Text</p>
This text has shadow with #4BA749 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4BA749;
-webkit-box-shadow: 1px 1px 3px 2px #4BA749;
box-shadow: 1px 1px 3px 2px #4BA749;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4BA749; -webkit-box-shadow: 1px 1px 3px 2px #4BA749; box-shadow:1px 1px 3px 2px #4BA749;">
Div content here
</div>
This text has color #4BA749 on black background.
This text has color #4BA749 on white background.
This text has black color on #4BA749 background.
This text has white color on #4BA749 background.
Complementary color for #hex is #B458B6.