HEX: #4DA599
RGB: (77,165,153)
#4DA599 contains mainly green and blue colors. Web safe color of #4DA599 is #339999 (or #399).
#4DA599 color RGB value is (77,165,153).
RGB: (77,165,153)
(30%, 65%, 60%)
R 77 of 255 = 30%
G 165 of 255 = 65%
B 153 of 255 = 60%
R + G + B ~ 52%. #4DA599 is middle color (not dark and not light).
R + G + B = 77 + 165 + 153 = 395 (100%)
R 77 of 395 ~ 19.49%
G 165 of 395 ~ 41.77%
B 153 of 395 ~ 38.73'%
#4DA599 color CMYK value is (53,0,7,35).
CMYK: (53,0,7,35)
C53M0Y7K35 (53%, 0%, 7%, 35%)
(0.53 / 0.00 / 0.07 / 0.35)
Color #4DA599 in popluar color models
4D | A5 | 99 | |
---|---|---|---|
RGB | 77 | 165 | 153 |
HSL | 172° | 36.36% | 47.45% |
HSB/HSV | 172° | 53.33% | 64.71% |
CMYK | 53.33% | 0.00% | 7.27% |
35.29% |
Color #4DA599 in popluar number systems.
HEX | 4D | A5 | 99 |
Decimal | 77 | 165 | 153 |
Binary | 1001101 | 10100101 | 10011001 |
Octal | 115 | 245 | 231 |
Shades of #4DA599
Tints of #4DA599
Examples of css and html codes for elements with #4DA599 color. Also use rgb(77,165,153) instead hex code.
.myTextColor { color: #4DA599; }
<p style="color:#4DA599">This sample text font color is #4DA599.</p>
This text font color is #4DA599.
.myBgColor { background-color: #4DA599; }
<div style="background-color:#4DA599">Inner text</div>
This div background color is #4DA599.
.myBorderColor { border: 1px solid #4DA599; }
<div style="border:3px solid #4DA599">Div</div>
This div border color is #4DA599.
.myOpacity80 { color: #4DA599; opacity: 0.8; }
<p style="color:#4DA599;opacity:0.8;">80%</p>
Text with #4DA599 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4DA599;}
<p style="text-shadow: 3px 3px 1px #4DA599">Text here.</p>
This text has shadow with #4DA599 color.
.textShadow {text-shadow: 3px 3px 1px #4DA599', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4DA599, 5px 5px 20px red">Text here.</p>
This text has shadow with #4DA599 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4DA599, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4DA599, Direction=45, Strength=4)">Text</p>
This text has shadow with #4DA599 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4DA599;
-webkit-box-shadow: 1px 1px 3px 2px #4DA599;
box-shadow: 1px 1px 3px 2px #4DA599;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4DA599; -webkit-box-shadow: 1px 1px 3px 2px #4DA599; box-shadow:1px 1px 3px 2px #4DA599;">
Div content here
</div>
This text has color #4DA599 on black background.
This text has color #4DA599 on white background.
This text has black color on #4DA599 background.
This text has white color on #4DA599 background.
Complementary color for #hex is #B25A66.