HEX: #749963
RGB: (116,153,99)
#749963 contains red, green and blue colors in about the same proportion. Web safe color of #749963 is #669966 (or #696).
#749963 color RGB value is (116,153,99).
RGB: (116,153,99)
(45%, 60%, 39%)
R 116 of 255 = 45%
G 153 of 255 = 60%
B 99 of 255 = 39%
R + G + B ~ 48%. #749963 is middle color (not dark and not light).
R + G + B = 116 + 153 + 99 = 368 (100%)
R 116 of 368 ~ 31.52%
G 153 of 368 ~ 41.58%
B 99 of 368 ~ 26.9'%
#749963 color CMYK value is (24,0,35,40).
CMYK: (24,0,35,40)
C24M0Y35K40 (24%, 0%, 35%, 40%)
(0.24 / 0.00 / 0.35 / 0.40)
Color #749963 in popluar color models
74 | 99 | 63 | |
---|---|---|---|
RGB | 116 | 153 | 99 |
HSL | 101° | 21.43% | 49.41% |
HSB/HSV | 101° | 35.29% | 60.00% |
CMYK | 24.18% | 0.00% | 35.29% |
40.00% |
Color #749963 in popluar number systems.
HEX | 74 | 99 | 63 |
Decimal | 116 | 153 | 99 |
Binary | 1110100 | 10011001 | 1100011 |
Octal | 164 | 231 | 143 |
Shades of #749963
Tints of #749963
Examples of css and html codes for elements with #749963 color. Also use rgb(116,153,99) instead hex code.
.myTextColor { color: #749963; }
<p style="color:#749963">This sample text font color is #749963.</p>
This text font color is #749963.
.myBgColor { background-color: #749963; }
<div style="background-color:#749963">Inner text</div>
This div background color is #749963.
.myBorderColor { border: 1px solid #749963; }
<div style="border:3px solid #749963">Div</div>
This div border color is #749963.
.myOpacity80 { color: #749963; opacity: 0.8; }
<p style="color:#749963;opacity:0.8;">80%</p>
Text with #749963 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749963;}
<p style="text-shadow: 3px 3px 1px #749963">Text here.</p>
This text has shadow with #749963 color.
.textShadow {text-shadow: 3px 3px 1px #749963', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749963, 5px 5px 20px red">Text here.</p>
This text has shadow with #749963 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749963, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749963, Direction=45, Strength=4)">Text</p>
This text has shadow with #749963 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #749963;
-webkit-box-shadow: 1px 1px 3px 2px #749963;
box-shadow: 1px 1px 3px 2px #749963;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #749963; -webkit-box-shadow: 1px 1px 3px 2px #749963; box-shadow:1px 1px 3px 2px #749963;">
Div content here
</div>
This text has color #749963 on black background.
This text has color #749963 on white background.
This text has black color on #749963 background.
This text has white color on #749963 background.
Complementary color for #hex is #8B669C.