HEX: #749948
RGB: (116,153,72)
#749948 contains mainly red and green colors. Web safe color of #749948 is #669933 (or #693).
#749948 color RGB value is (116,153,72).
RGB: (116,153,72) (45%,60%,28%)
R 116 of 255 = 45%
G 153 of 255 = 60%
B 72 of 255 = 28%
R + G + B ~ 44%. #749948 is middle color (not dark and not light).
R + G + B =
116 + 153 + 72 = 341 (100%)
R 116 of 341 ~ 34.02%
G 153 of 341 ~ 44.87%
B 72 of 341 ~ 21.11%
#749948 color CMYK value is (24,0,53,40).
CMYK: (24,0,53,40) C24M0Y53K40 (24%,0%,53%,40%) (0.24/0.00/0.53/0.40)
74 | 99 | 48 | |
---|---|---|---|
RGB | 116 | 153 | 72 |
HSL | 87° | 36.00% | 44.12% |
HSB/HSV | 87° | 52.94% | 60.00% |
CMYK | 24.18% | 0.00% | 52.94% |
40.00% |
HEX | 74 | 99 | 48 |
Decimal | 116 | 153 | 72 |
Binary | 1110100 | 10011001 | 1001000 |
Octal | 164 | 231 | 110 |
Examples of css and html codes for elements with #749948 color. Also use rgb(116,153,72) instead hex code.
.myTextColor { color: #749948; }
<p style="color:#749948">This sample text font color is #749948.</p>
This text font color is #749948.
.myBgColor { background-color: #749948; }
<div style="background-color:#749948">Inner text</div>
This div background color is #749948.
.myBorderColor { border: 1px solid #749948; }
<div style="border:3px solid #749948">Div</div>
This div border color is #749948.
.myOpacity80 { color: #749948; opacity: 0.8; }
<p style="color:#749948;opacity:0.8;">80%</p>
Text with #749948 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749948;}
<p style="text-shadow: 3px 3px 1px #749948">Text here.</p>
This text has shadow with #749948 color.
.textShadow {text-shadow: 3px 3px 1px #749948, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749948, 5px 5px 20px red">Text here.</p>
This text has shadow with #749948 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749948, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749948, Direction=45, Strength=4)">Text</p>
This text has shadow with #749948 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #749948; -webkit-box-shadow: 1px 1px 3px 2px #749948; box-shadow: 1px 1px 3px 2px #749948; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #749948; -webkit-box-shadow: 1px 1px 3px 2px #749948; box-shadow:1px 1px 3px 2px #749948;">
Div content here</div>
This text has color #749948 on black background.
This text has color #749948 on white background.
This text has black color on #749948 background.
This text has white color on #749948 background.