HEX: #749A41
RGB: (116,154,65)
#749A41 contains mainly red and green colors. Web safe color of #749A41 is #669933 (or #693).
#749A41 color RGB value is (116,154,65).
RGB: (116,154,65)
(45%, 60%, 25%)
R 116 of 255 = 45%
G 154 of 255 = 60%
B 65 of 255 = 25%
R + G + B ~ 43%. #749A41 is middle color (not dark and not light).
R + G + B = 116 + 154 + 65 = 335 (100%)
R 116 of 335 ~ 34.63%
G 154 of 335 ~ 45.97%
B 65 of 335 ~ 19.4'%
#749A41 color CMYK value is (25,0,58,40).
CMYK: (25,0,58,40) C25M0Y58K40 (25%,0%,58%,40%) (0.25/0.00/0.58/0.40)
Color #749A41 in popluar color models
74 | 9A | 41 | |
---|---|---|---|
RGB | 116 | 154 | 65 |
HSL | 86° | 40.64% | 42.94% |
HSB/HSV | 86° | 57.79% | 60.39% |
CMYK | 24.68% | 0.00% | 57.79% |
39.61% |
Color #749A41 in popluar number systems.
HEX | 74 | 9A | 41 |
Decimal | 116 | 154 | 65 |
Binary | 1110100 | 10011010 | 1000001 |
Octal | 164 | 232 | 101 |
Shades of #749A41
Tints of #749A41
Examples of css and html codes for elements with #749A41 color. Also use rgb(116,154,65) instead hex code.
.myTextColor { color: #749A41; }
<p style="color:#749A41">This sample text font color is #749A41.</p>
This text font color is #749A41.
.myBgColor { background-color: #749A41; }
<div style="background-color:#749A41">Inner text</div>
This div background color is #749A41.
.myBorderColor { border: 1px solid #749A41; }
<div style="border:3px solid #749A41">Div</div>
This div border color is #749A41.
.myOpacity80 { color: #749A41; opacity: 0.8; }
<p style="color:#749A41;opacity:0.8;">80%</p>
Text with #749A41 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749A41;}
<p style="text-shadow: 3px 3px 1px #749A41">Text here.</p>
This text has shadow with #749A41 color.
.textShadow {text-shadow: 3px 3px 1px #749A41', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749A41, 5px 5px 20px red">Text here.</p>
This text has shadow with #749A41 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749A41, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749A41, Direction=45, Strength=4)">Text</p>
This text has shadow with #749A41 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #749A41;
-webkit-box-shadow: 1px 1px 3px 2px #749A41;
box-shadow: 1px 1px 3px 2px #749A41;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #749A41; -webkit-box-shadow: 1px 1px 3px 2px #749A41; box-shadow:1px 1px 3px 2px #749A41;">
Div content here
</div>
This text has color #749A41 on black background.
This text has color #749A41 on white background.
This text has black color on #749A41 background.
This text has white color on #749A41 background.
Complementary color for #hex is #8B65BE.