HEX: #7DAF47
RGB: (125,175,71)
#7DAF47 contains mainly red and green colors. Web safe color of #7DAF47 is #669933 (or #693).
#7DAF47 color RGB value is (125,175,71).
RGB: (125,175,71)
(49%, 69%, 28%)
R 125 of 255 = 49%
G 175 of 255 = 69%
B 71 of 255 = 28%
R + G + B ~ 49%. #7DAF47 is middle color (not dark and not light).
R + G + B = 125 + 175 + 71 = 371 (100%)
R 125 of 371 ~ 33.69%
G 175 of 371 ~ 47.17%
B 71 of 371 ~ 19.14'%
#7DAF47 color CMYK value is (29,0,59,31).
CMYK: (29,0,59,31)
C29M0Y59K31 (29%, 0%, 59%, 31%)
(0.29 / 0.00 / 0.59 / 0.31)
Color #7DAF47 in popluar color models
7D | AF | 47 | |
---|---|---|---|
RGB | 125 | 175 | 71 |
HSL | 89° | 42.28% | 48.24% |
HSB/HSV | 89° | 59.43% | 68.63% |
CMYK | 28.57% | 0.00% | 59.43% |
31.37% |
Color #7DAF47 in popluar number systems.
HEX | 7D | AF | 47 |
Decimal | 125 | 175 | 71 |
Binary | 1111101 | 10101111 | 1000111 |
Octal | 175 | 257 | 107 |
Shades of #7DAF47
Tints of #7DAF47
Examples of css and html codes for elements with #7DAF47 color. Also use rgb(125,175,71) instead hex code.
.myTextColor { color: #7DAF47; }
<p style="color:#7DAF47">This sample text font color is #7DAF47.</p>
This text font color is #7DAF47.
.myBgColor { background-color: #7DAF47; }
<div style="background-color:#7DAF47">Inner text</div>
This div background color is #7DAF47.
.myBorderColor { border: 1px solid #7DAF47; }
<div style="border:3px solid #7DAF47">Div</div>
This div border color is #7DAF47.
.myOpacity80 { color: #7DAF47; opacity: 0.8; }
<p style="color:#7DAF47;opacity:0.8;">80%</p>
Text with #7DAF47 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7DAF47;}
<p style="text-shadow: 3px 3px 1px #7DAF47">Text here.</p>
This text has shadow with #7DAF47 color.
.textShadow {text-shadow: 3px 3px 1px #7DAF47', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7DAF47, 5px 5px 20px red">Text here.</p>
This text has shadow with #7DAF47 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7DAF47, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7DAF47, Direction=45, Strength=4)">Text</p>
This text has shadow with #7DAF47 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7DAF47;
-webkit-box-shadow: 1px 1px 3px 2px #7DAF47;
box-shadow: 1px 1px 3px 2px #7DAF47;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7DAF47; -webkit-box-shadow: 1px 1px 3px 2px #7DAF47; box-shadow:1px 1px 3px 2px #7DAF47;">
Div content here
</div>
This text has color #7DAF47 on black background.
This text has color #7DAF47 on white background.
This text has black color on #7DAF47 background.
This text has white color on #7DAF47 background.
Complementary color for #hex is #8250B8.