HEX: #4B772E
RGB: (75,119,46)
#4B772E contains mainly red and green colors. Web safe color of #4B772E is #336633 (or #363).
#4B772E color RGB value is (75,119,46).
RGB: (75,119,46)
(29%, 47%, 18%)
R 75 of 255 = 29%
G 119 of 255 = 47%
B 46 of 255 = 18%
R + G + B ~ 31%. #4B772E is quite dark color.
R + G + B = 75 + 119 + 46 = 240 (100%)
R 75 of 240 ~ 31.25%
G 119 of 240 ~ 49.58%
B 46 of 240 ~ 19.17'%
#4B772E color CMYK value is (37,0,61,53).
CMYK: (37,0,61,53) C37M0Y61K53 (37%,0%,61%,53%) (0.37/0.00/0.61/0.53)
Color #4B772E in popluar color models
4B | 77 | 2E | |
---|---|---|---|
RGB | 75 | 119 | 46 |
HSL | 96° | 44.24% | 32.35% |
HSB/HSV | 96° | 61.34% | 46.67% |
CMYK | 36.97% | 0.00% | 61.34% |
53.33% |
Color #4B772E in popluar number systems.
HEX | 4B | 77 | 2E |
Decimal | 75 | 119 | 46 |
Binary | 1001011 | 1110111 | 101110 |
Octal | 113 | 167 | 56 |
Shades of #4B772E
Tints of #4B772E
Examples of css and html codes for elements with #4B772E color. Also use rgb(75,119,46) instead hex code.
.myTextColor { color: #4B772E; }
<p style="color:#4B772E">This sample text font color is #4B772E.</p>
This text font color is #4B772E.
.myBgColor { background-color: #4B772E; }
<div style="background-color:#4B772E">Inner text</div>
This div background color is #4B772E.
.myBorderColor { border: 1px solid #4B772E; }
<div style="border:3px solid #4B772E">Div</div>
This div border color is #4B772E.
.myOpacity80 { color: #4B772E; opacity: 0.8; }
<p style="color:#4B772E;opacity:0.8;">80%</p>
Text with #4B772E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4B772E;}
<p style="text-shadow: 3px 3px 1px #4B772E">Text here.</p>
This text has shadow with #4B772E color.
.textShadow {text-shadow: 3px 3px 1px #4B772E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4B772E, 5px 5px 20px red">Text here.</p>
This text has shadow with #4B772E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4B772E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4B772E, Direction=45, Strength=4)">Text</p>
This text has shadow with #4B772E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4B772E;
-webkit-box-shadow: 1px 1px 3px 2px #4B772E;
box-shadow: 1px 1px 3px 2px #4B772E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4B772E; -webkit-box-shadow: 1px 1px 3px 2px #4B772E; box-shadow:1px 1px 3px 2px #4B772E;">
Div content here
</div>
This text has color #4B772E on black background.
This text has color #4B772E on white background.
This text has black color on #4B772E background.
This text has white color on #4B772E background.
Complementary color for #hex is #B488D1.