HEX: #49B461
RGB: (73,180,97)
#49B461 contains mainly green color. Web safe color of #49B461 is #33CC66 (or #3C6).
#49B461 color RGB value is (73,180,97).
RGB: (73,180,97)
(29%, 71%, 38%)
R 73 of 255 = 29%
G 180 of 255 = 71%
B 97 of 255 = 38%
R + G + B ~ 46%. #49B461 is middle color (not dark and not light).
R + G + B = 73 + 180 + 97 = 350 (100%)
R 73 of 350 ~ 20.86%
G 180 of 350 ~ 51.43%
B 97 of 350 ~ 27.71'%
#49B461 color CMYK value is (59,0,46,29).
CMYK: (59,0,46,29)
C59M0Y46K29 (59%, 0%, 46%, 29%)
(0.59 / 0.00 / 0.46 / 0.29)
Color #49B461 in popluar color models
49 | B4 | 61 | |
---|---|---|---|
RGB | 73 | 180 | 97 |
HSL | 133° | 42.29% | 49.61% |
HSB/HSV | 133° | 59.44% | 70.59% |
CMYK | 59.44% | 0.00% | 46.11% |
29.41% |
Color #49B461 in popluar number systems.
HEX | 49 | B4 | 61 |
Decimal | 73 | 180 | 97 |
Binary | 1001001 | 10110100 | 1100001 |
Octal | 111 | 264 | 141 |
Shades of #49B461
Tints of #49B461
Examples of css and html codes for elements with #49B461 color. Also use rgb(73,180,97) instead hex code.
.myTextColor { color: #49B461; }
<p style="color:#49B461">This sample text font color is #49B461.</p>
This text font color is #49B461.
.myBgColor { background-color: #49B461; }
<div style="background-color:#49B461">Inner text</div>
This div background color is #49B461.
.myBorderColor { border: 1px solid #49B461; }
<div style="border:3px solid #49B461">Div</div>
This div border color is #49B461.
.myOpacity80 { color: #49B461; opacity: 0.8; }
<p style="color:#49B461;opacity:0.8;">80%</p>
Text with #49B461 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49B461;}
<p style="text-shadow: 3px 3px 1px #49B461">Text here.</p>
This text has shadow with #49B461 color.
.textShadow {text-shadow: 3px 3px 1px #49B461', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49B461, 5px 5px 20px red">Text here.</p>
This text has shadow with #49B461 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49B461, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49B461, Direction=45, Strength=4)">Text</p>
This text has shadow with #49B461 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #49B461;
-webkit-box-shadow: 1px 1px 3px 2px #49B461;
box-shadow: 1px 1px 3px 2px #49B461;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #49B461; -webkit-box-shadow: 1px 1px 3px 2px #49B461; box-shadow:1px 1px 3px 2px #49B461;">
Div content here
</div>
This text has color #49B461 on black background.
This text has color #49B461 on white background.
This text has black color on #49B461 background.
This text has white color on #49B461 background.
Complementary color for #hex is #B64B9E.