HEX: #718348
RGB: (113,131,72)
#718348 contains red, green and blue colors in about the same proportion. Web safe color of #718348 is #669933 (or #693).
#718348 color RGB value is (113,131,72).
RGB: (113,131,72) (44%,51%,28%)
R 113 of 255 = 44%
G 131 of 255 = 51%
B 72 of 255 = 28%
R + G + B ~ 41%. #718348 is middle color (not dark and not light).
R + G + B =
113 + 131 + 72 = 316 (100%)
R 113 of 316 ~ 35.76%
G 131 of 316 ~ 41.46%
B 72 of 316 ~ 22.78%
#718348 color CMYK value is (14,0,45,49).
CMYK: (14,0,45,49) C14M0Y45K49 (14%,0%,45%,49%) (0.14/0.00/0.45/0.49)
71 | 83 | 48 | |
---|---|---|---|
RGB | 113 | 131 | 72 |
HSL | 78° | 29.06% | 39.80% |
HSB/HSV | 78° | 45.04% | 51.37% |
CMYK | 13.74% | 0.00% | 45.04% |
48.63% |
HEX | 71 | 83 | 48 |
Decimal | 113 | 131 | 72 |
Binary | 1110001 | 10000011 | 1001000 |
Octal | 161 | 203 | 110 |
Examples of css and html codes for elements with #718348 color. Also use rgb(113,131,72) instead hex code.
.myTextColor { color: #718348; }
<p style="color:#718348">This sample text font color is #718348.</p>
This text font color is #718348.
.myBgColor { background-color: #718348; }
<div style="background-color:#718348">Inner text</div>
This div background color is #718348.
.myBorderColor { border: 1px solid #718348; }
<div style="border:3px solid #718348">Div</div>
This div border color is #718348.
.myOpacity80 { color: #718348; opacity: 0.8; }
<p style="color:#718348;opacity:0.8;">80%</p>
Text with #718348 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #718348;}
<p style="text-shadow: 3px 3px 1px #718348">Text here.</p>
This text has shadow with #718348 color.
.textShadow {text-shadow: 3px 3px 1px #718348, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #718348, 5px 5px 20px red">Text here.</p>
This text has shadow with #718348 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#718348, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#718348, Direction=45, Strength=4)">Text</p>
This text has shadow with #718348 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #718348; -webkit-box-shadow: 1px 1px 3px 2px #718348; box-shadow: 1px 1px 3px 2px #718348; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #718348; -webkit-box-shadow: 1px 1px 3px 2px #718348; box-shadow:1px 1px 3px 2px #718348;">
Div content here</div>
This text has color #718348 on black background.
This text has color #718348 on white background.
This text has black color on #718348 background.
This text has white color on #718348 background.