HEX: #718B48
RGB: (113,139,72)
#718B48 contains mainly red and green colors. Web safe color of #718B48 is #669933 (or #693).
#718B48 color RGB value is (113,139,72).
RGB: (113,139,72)
(44%, 55%, 28%)
R 113 of 255 = 44%
G 139 of 255 = 55%
B 72 of 255 = 28%
R + G + B ~ 42%. #718B48 is middle color (not dark and not light).
R + G + B = 113 + 139 + 72 = 324 (100%)
R 113 of 324 ~ 34.88%
G 139 of 324 ~ 42.9%
B 72 of 324 ~ 22.22'%
#718B48 color CMYK value is (19,0,48,45).
CMYK: (19,0,48,45) C19M0Y48K45 (19%,0%,48%,45%) (0.19/0.00/0.48/0.45)
Color #718B48 in popluar color models
71 | 8B | 48 | |
---|---|---|---|
RGB | 113 | 139 | 72 |
HSL | 83° | 31.75% | 41.37% |
HSB/HSV | 83° | 48.20% | 54.51% |
CMYK | 18.71% | 0.00% | 48.20% |
45.49% |
Color #718B48 in popluar number systems.
HEX | 71 | 8B | 48 |
Decimal | 113 | 139 | 72 |
Binary | 1110001 | 10001011 | 1001000 |
Octal | 161 | 213 | 110 |
Shades of #718B48
Tints of #718B48
Examples of css and html codes for elements with #718B48 color. Also use rgb(113,139,72) instead hex code.
.myTextColor { color: #718B48; }
<p style="color:#718B48">This sample text font color is #718B48.</p>
This text font color is #718B48.
.myBgColor { background-color: #718B48; }
<div style="background-color:#718B48">Inner text</div>
This div background color is #718B48.
.myBorderColor { border: 1px solid #718B48; }
<div style="border:3px solid #718B48">Div</div>
This div border color is #718B48.
.myOpacity80 { color: #718B48; opacity: 0.8; }
<p style="color:#718B48;opacity:0.8;">80%</p>
Text with #718B48 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #718B48;}
<p style="text-shadow: 3px 3px 1px #718B48">Text here.</p>
This text has shadow with #718B48 color.
.textShadow {text-shadow: 3px 3px 1px #718B48', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #718B48, 5px 5px 20px red">Text here.</p>
This text has shadow with #718B48 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#718B48, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#718B48, Direction=45, Strength=4)">Text</p>
This text has shadow with #718B48 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #718B48;
-webkit-box-shadow: 1px 1px 3px 2px #718B48;
box-shadow: 1px 1px 3px 2px #718B48;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #718B48; -webkit-box-shadow: 1px 1px 3px 2px #718B48; box-shadow:1px 1px 3px 2px #718B48;">
Div content here
</div>
This text has color #718B48 on black background.
This text has color #718B48 on white background.
This text has black color on #718B48 background.
This text has white color on #718B48 background.
Complementary color for #hex is #8E74B7.