HEX: #718F1D
RGB: (113,143,29)
#718F1D contains mainly red and green colors. Web safe color of #718F1D is #669933 (or #693).
#718F1D color RGB value is (113,143,29).
RGB: (113,143,29)
(44%, 56%, 11%)
R 113 of 255 = 44%
G 143 of 255 = 56%
B 29 of 255 = 11%
R + G + B ~ 37%. #718F1D is quite dark color.
R + G + B = 113 + 143 + 29 = 285 (100%)
R 113 of 285 ~ 39.65%
G 143 of 285 ~ 50.18%
B 29 of 285 ~ 10.18'%
#718F1D color CMYK value is (21,0,80,44).
CMYK: (21,0,80,44)
C21M0Y80K44 (21%, 0%, 80%, 44%)
(0.21 / 0.00 / 0.80 / 0.44)
Color #718F1D in popluar color models
71 | 8F | 1D | |
---|---|---|---|
RGB | 113 | 143 | 29 |
HSL | 76° | 66.28% | 33.73% |
HSB/HSV | 76° | 79.72% | 56.08% |
CMYK | 20.98% | 0.00% | 79.72% |
43.92% |
Color #718F1D in popluar number systems.
HEX | 71 | 8F | 1D |
Decimal | 113 | 143 | 29 |
Binary | 1110001 | 10001111 | 11101 |
Octal | 161 | 217 | 35 |
Shades of #718F1D
Tints of #718F1D
Examples of css and html codes for elements with #718F1D color. Also use rgb(113,143,29) instead hex code.
.myTextColor { color: #718F1D; }
<p style="color:#718F1D">This sample text font color is #718F1D.</p>
This text font color is #718F1D.
.myBgColor { background-color: #718F1D; }
<div style="background-color:#718F1D">Inner text</div>
This div background color is #718F1D.
.myBorderColor { border: 1px solid #718F1D; }
<div style="border:3px solid #718F1D">Div</div>
This div border color is #718F1D.
.myOpacity80 { color: #718F1D; opacity: 0.8; }
<p style="color:#718F1D;opacity:0.8;">80%</p>
Text with #718F1D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #718F1D;}
<p style="text-shadow: 3px 3px 1px #718F1D">Text here.</p>
This text has shadow with #718F1D color.
.textShadow {text-shadow: 3px 3px 1px #718F1D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #718F1D, 5px 5px 20px red">Text here.</p>
This text has shadow with #718F1D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#718F1D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#718F1D, Direction=45, Strength=4)">Text</p>
This text has shadow with #718F1D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #718F1D;
-webkit-box-shadow: 1px 1px 3px 2px #718F1D;
box-shadow: 1px 1px 3px 2px #718F1D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #718F1D; -webkit-box-shadow: 1px 1px 3px 2px #718F1D; box-shadow:1px 1px 3px 2px #718F1D;">
Div content here
</div>
This text has color #718F1D on black background.
This text has color #718F1D on white background.
This text has black color on #718F1D background.
This text has white color on #718F1D background.
Complementary color for #hex is #8E70E2.