HEX: #4A997B
RGB: (74,153,123)
#4A997B contains mainly green and blue colors. Web safe color of #4A997B is #339966 (or #396).
#4A997B color RGB value is (74,153,123).
RGB: (74,153,123)
(29%, 60%, 48%)
R 74 of 255 = 29%
G 153 of 255 = 60%
B 123 of 255 = 48%
R + G + B ~ 46%. #4A997B is middle color (not dark and not light).
R + G + B = 74 + 153 + 123 = 350 (100%)
R 74 of 350 ~ 21.14%
G 153 of 350 ~ 43.71%
B 123 of 350 ~ 35.14'%
#4A997B color CMYK value is (52,0,20,40).
CMYK: (52,0,20,40)
C52M0Y20K40 (52%, 0%, 20%, 40%)
(0.52 / 0.00 / 0.20 / 0.40)
Color #4A997B in popluar color models
4A | 99 | 7B | |
---|---|---|---|
RGB | 74 | 153 | 123 |
HSL | 157° | 34.80% | 44.51% |
HSB/HSV | 157° | 51.63% | 60.00% |
CMYK | 51.63% | 0.00% | 19.61% |
40.00% |
Color #4A997B in popluar number systems.
HEX | 4A | 99 | 7B |
Decimal | 74 | 153 | 123 |
Binary | 1001010 | 10011001 | 1111011 |
Octal | 112 | 231 | 173 |
Shades of #4A997B
Tints of #4A997B
Examples of css and html codes for elements with #4A997B color. Also use rgb(74,153,123) instead hex code.
.myTextColor { color: #4A997B; }
<p style="color:#4A997B">This sample text font color is #4A997B.</p>
This text font color is #4A997B.
.myBgColor { background-color: #4A997B; }
<div style="background-color:#4A997B">Inner text</div>
This div background color is #4A997B.
.myBorderColor { border: 1px solid #4A997B; }
<div style="border:3px solid #4A997B">Div</div>
This div border color is #4A997B.
.myOpacity80 { color: #4A997B; opacity: 0.8; }
<p style="color:#4A997B;opacity:0.8;">80%</p>
Text with #4A997B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4A997B;}
<p style="text-shadow: 3px 3px 1px #4A997B">Text here.</p>
This text has shadow with #4A997B color.
.textShadow {text-shadow: 3px 3px 1px #4A997B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4A997B, 5px 5px 20px red">Text here.</p>
This text has shadow with #4A997B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4A997B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4A997B, Direction=45, Strength=4)">Text</p>
This text has shadow with #4A997B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4A997B;
-webkit-box-shadow: 1px 1px 3px 2px #4A997B;
box-shadow: 1px 1px 3px 2px #4A997B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4A997B; -webkit-box-shadow: 1px 1px 3px 2px #4A997B; box-shadow:1px 1px 3px 2px #4A997B;">
Div content here
</div>
This text has color #4A997B on black background.
This text has color #4A997B on white background.
This text has black color on #4A997B background.
This text has white color on #4A997B background.
Complementary color for #hex is #B56684.