HEX: #749342
RGB: (116,147,66)
#749342 contains mainly red and green colors. Web safe color of #749342 is #669933 (or #693).
#749342 color RGB value is (116,147,66).
RGB: (116,147,66)
(45%, 58%, 26%)
R 116 of 255 = 45%
G 147 of 255 = 58%
B 66 of 255 = 26%
R + G + B ~ 43%. #749342 is middle color (not dark and not light).
R + G + B = 116 + 147 + 66 = 329 (100%)
R 116 of 329 ~ 35.26%
G 147 of 329 ~ 44.68%
B 66 of 329 ~ 20.06'%
#749342 color CMYK value is (21,0,55,42).
CMYK: (21,0,55,42)
C21M0Y55K42 (21%, 0%, 55%, 42%)
(0.21 / 0.00 / 0.55 / 0.42)
Color #749342 in popluar color models
74 | 93 | 42 | |
---|---|---|---|
RGB | 116 | 147 | 66 |
HSL | 83° | 38.03% | 41.76% |
HSB/HSV | 83° | 55.10% | 57.65% |
CMYK | 21.09% | 0.00% | 55.10% |
42.35% |
Color #749342 in popluar number systems.
HEX | 74 | 93 | 42 |
Decimal | 116 | 147 | 66 |
Binary | 1110100 | 10010011 | 1000010 |
Octal | 164 | 223 | 102 |
Shades of #749342
Tints of #749342
Examples of css and html codes for elements with #749342 color. Also use rgb(116,147,66) instead hex code.
.myTextColor { color: #749342; }
<p style="color:#749342">This sample text font color is #749342.</p>
This text font color is #749342.
.myBgColor { background-color: #749342; }
<div style="background-color:#749342">Inner text</div>
This div background color is #749342.
.myBorderColor { border: 1px solid #749342; }
<div style="border:3px solid #749342">Div</div>
This div border color is #749342.
.myOpacity80 { color: #749342; opacity: 0.8; }
<p style="color:#749342;opacity:0.8;">80%</p>
Text with #749342 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749342;}
<p style="text-shadow: 3px 3px 1px #749342">Text here.</p>
This text has shadow with #749342 color.
.textShadow {text-shadow: 3px 3px 1px #749342', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749342, 5px 5px 20px red">Text here.</p>
This text has shadow with #749342 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749342, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749342, Direction=45, Strength=4)">Text</p>
This text has shadow with #749342 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #749342;
-webkit-box-shadow: 1px 1px 3px 2px #749342;
box-shadow: 1px 1px 3px 2px #749342;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #749342; -webkit-box-shadow: 1px 1px 3px 2px #749342; box-shadow:1px 1px 3px 2px #749342;">
Div content here
</div>
This text has color #749342 on black background.
This text has color #749342 on white background.
This text has black color on #749342 background.
This text has white color on #749342 background.
Complementary color for #hex is #8B6CBD.