HEX: #749B3E
RGB: (116,155,62)
#749B3E contains mainly red and green colors. Web safe color of #749B3E is #669933 (or #693).
#749B3E color RGB value is (116,155,62).
RGB: (116,155,62)
(45%, 61%, 24%)
R 116 of 255 = 45%
G 155 of 255 = 61%
B 62 of 255 = 24%
R + G + B ~ 43%. #749B3E is middle color (not dark and not light).
R + G + B = 116 + 155 + 62 = 333 (100%)
R 116 of 333 ~ 34.83%
G 155 of 333 ~ 46.55%
B 62 of 333 ~ 18.62'%
#749B3E color CMYK value is (25,0,60,39).
CMYK: (25,0,60,39) C25M0Y60K39 (25%,0%,60%,39%) (0.25/0.00/0.60/0.39)
Color #749B3E in popluar color models
74 | 9B | 3E | |
---|---|---|---|
RGB | 116 | 155 | 62 |
HSL | 85° | 42.86% | 42.55% |
HSB/HSV | 85° | 60.00% | 60.78% |
CMYK | 25.16% | 0.00% | 60.00% |
39.22% |
Color #749B3E in popluar number systems.
HEX | 74 | 9B | 3E |
Decimal | 116 | 155 | 62 |
Binary | 1110100 | 10011011 | 111110 |
Octal | 164 | 233 | 76 |
Shades of #749B3E
Tints of #749B3E
Examples of css and html codes for elements with #749B3E color. Also use rgb(116,155,62) instead hex code.
.myTextColor { color: #749B3E; }
<p style="color:#749B3E">This sample text font color is #749B3E.</p>
This text font color is #749B3E.
.myBgColor { background-color: #749B3E; }
<div style="background-color:#749B3E">Inner text</div>
This div background color is #749B3E.
.myBorderColor { border: 1px solid #749B3E; }
<div style="border:3px solid #749B3E">Div</div>
This div border color is #749B3E.
.myOpacity80 { color: #749B3E; opacity: 0.8; }
<p style="color:#749B3E;opacity:0.8;">80%</p>
Text with #749B3E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749B3E;}
<p style="text-shadow: 3px 3px 1px #749B3E">Text here.</p>
This text has shadow with #749B3E color.
.textShadow {text-shadow: 3px 3px 1px #749B3E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749B3E, 5px 5px 20px red">Text here.</p>
This text has shadow with #749B3E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749B3E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749B3E, Direction=45, Strength=4)">Text</p>
This text has shadow with #749B3E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #749B3E;
-webkit-box-shadow: 1px 1px 3px 2px #749B3E;
box-shadow: 1px 1px 3px 2px #749B3E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #749B3E; -webkit-box-shadow: 1px 1px 3px 2px #749B3E; box-shadow:1px 1px 3px 2px #749B3E;">
Div content here
</div>
This text has color #749B3E on black background.
This text has color #749B3E on white background.
This text has black color on #749B3E background.
This text has white color on #749B3E background.
Complementary color for #hex is #8B64C1.