HEX: #749996
RGB: (116,153,150)
#749996 contains red, green and blue colors in about the same proportion. Web safe color of #749996 is #669999 (or #699).
#749996 color RGB value is (116,153,150).
RGB: (116,153,150)
(45%, 60%, 59%)
R 116 of 255 = 45%
G 153 of 255 = 60%
B 150 of 255 = 59%
R + G + B ~ 55%. #749996 is middle color (not dark and not light).
R + G + B = 116 + 153 + 150 = 419 (100%)
R 116 of 419 ~ 27.68%
G 153 of 419 ~ 36.52%
B 150 of 419 ~ 35.8'%
#749996 color CMYK value is (24,0,2,40).
CMYK: (24,0,2,40)
C24M0Y2K40 (24%, 0%, 2%, 40%)
(0.24 / 0.00 / 0.02 / 0.40)
Color #749996 in popluar color models
74 | 99 | 96 | |
---|---|---|---|
RGB | 116 | 153 | 150 |
HSL | 175° | 15.35% | 52.75% |
HSB/HSV | 175° | 24.18% | 60.00% |
CMYK | 24.18% | 0.00% | 1.96% |
40.00% |
Color #749996 in popluar number systems.
HEX | 74 | 99 | 96 |
Decimal | 116 | 153 | 150 |
Binary | 1110100 | 10011001 | 10010110 |
Octal | 164 | 231 | 226 |
Shades of #749996
Tints of #749996
Examples of css and html codes for elements with #749996 color. Also use rgb(116,153,150) instead hex code.
.myTextColor { color: #749996; }
<p style="color:#749996">This sample text font color is #749996.</p>
This text font color is #749996.
.myBgColor { background-color: #749996; }
<div style="background-color:#749996">Inner text</div>
This div background color is #749996.
.myBorderColor { border: 1px solid #749996; }
<div style="border:3px solid #749996">Div</div>
This div border color is #749996.
.myOpacity80 { color: #749996; opacity: 0.8; }
<p style="color:#749996;opacity:0.8;">80%</p>
Text with #749996 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #749996;}
<p style="text-shadow: 3px 3px 1px #749996">Text here.</p>
This text has shadow with #749996 color.
.textShadow {text-shadow: 3px 3px 1px #749996', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #749996, 5px 5px 20px red">Text here.</p>
This text has shadow with #749996 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#749996, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#749996, Direction=45, Strength=4)">Text</p>
This text has shadow with #749996 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #749996;
-webkit-box-shadow: 1px 1px 3px 2px #749996;
box-shadow: 1px 1px 3px 2px #749996;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #749996; -webkit-box-shadow: 1px 1px 3px 2px #749996; box-shadow:1px 1px 3px 2px #749996;">
Div content here
</div>
This text has color #749996 on black background.
This text has color #749996 on white background.
This text has black color on #749996 background.
This text has white color on #749996 background.
Complementary color for #hex is #8B6669.