HEX: #507148
RGB: (80,113,72)
#507148 contains red, green and blue colors in about the same proportion. Web safe color of #507148 is #666633 (or #663).
#507148 color RGB value is (80,113,72).
RGB: (80,113,72) (31%,44%,28%)
R 80 of 255 = 31%
G 113 of 255 = 44%
B 72 of 255 = 28%
R + G + B ~ 34%. #507148 is quite dark color.
R + G + B =
80 + 113 + 72 = 265 (100%)
R 80 of 265 ~ 30.19%
G 113 of 265 ~ 42.64%
B 72 of 265 ~ 27.17%
#507148 color CMYK value is (29,0,36,56).
CMYK: (29,0,36,56) C29M0Y36K56 (29%,0%,36%,56%) (0.29/0.00/0.36/0.56)
50 | 71 | 48 | |
---|---|---|---|
RGB | 80 | 113 | 72 |
HSL | 108° | 22.16% | 36.27% |
HSB/HSV | 108° | 36.28% | 44.31% |
CMYK | 29.20% | 0.00% | 36.28% |
55.69% |
HEX | 50 | 71 | 48 |
Decimal | 80 | 113 | 72 |
Binary | 1010000 | 1110001 | 1001000 |
Octal | 120 | 161 | 110 |
Examples of css and html codes for elements with #507148 color. Also use rgb(80,113,72) instead hex code.
.myTextColor { color: #507148; }
<p style="color:#507148">This sample text font color is #507148.</p>
This text font color is #507148.
.myBgColor { background-color: #507148; }
<div style="background-color:#507148">Inner text</div>
This div background color is #507148.
.myBorderColor { border: 1px solid #507148; }
<div style="border:3px solid #507148">Div</div>
This div border color is #507148.
.myOpacity80 { color: #507148; opacity: 0.8; }
<p style="color:#507148;opacity:0.8;">80%</p>
Text with #507148 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #507148;}
<p style="text-shadow: 3px 3px 1px #507148">Text here.</p>
This text has shadow with #507148 color.
.textShadow {text-shadow: 3px 3px 1px #507148, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #507148, 5px 5px 20px red">Text here.</p>
This text has shadow with #507148 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#507148, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#507148, Direction=45, Strength=4)">Text</p>
This text has shadow with #507148 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #507148; -webkit-box-shadow: 1px 1px 3px 2px #507148; box-shadow: 1px 1px 3px 2px #507148; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #507148; -webkit-box-shadow: 1px 1px 3px 2px #507148; box-shadow:1px 1px 3px 2px #507148;">
Div content here</div>
This text has color #507148 on black background.
This text has color #507148 on white background.
This text has black color on #507148 background.
This text has white color on #507148 background.