HEX: #509325
RGB: (80,147,37)
#509325 contains mainly green color. Web safe color of #509325 is #669933 (or #693).
#509325 color RGB value is (80,147,37).
RGB: (80,147,37)
(31%, 58%, 15%)
R 80 of 255 = 31%
G 147 of 255 = 58%
B 37 of 255 = 15%
R + G + B ~ 35%. #509325 is quite dark color.
R + G + B = 80 + 147 + 37 = 264 (100%)
R 80 of 264 ~ 30.3%
G 147 of 264 ~ 55.68%
B 37 of 264 ~ 14.02'%
#509325 color CMYK value is (46,0,75,42).
CMYK: (46,0,75,42) C46M0Y75K42 (46%,0%,75%,42%) (0.46/0.00/0.75/0.42)
Color #509325 in popluar color models
50 | 93 | 25 | |
---|---|---|---|
RGB | 80 | 147 | 37 |
HSL | 97° | 59.78% | 36.08% |
HSB/HSV | 97° | 74.83% | 57.65% |
CMYK | 45.58% | 0.00% | 74.83% |
42.35% |
Color #509325 in popluar number systems.
HEX | 50 | 93 | 25 |
Decimal | 80 | 147 | 37 |
Binary | 1010000 | 10010011 | 100101 |
Octal | 120 | 223 | 45 |
Shades of #509325
Tints of #509325
Examples of css and html codes for elements with #509325 color. Also use rgb(80,147,37) instead hex code.
.myTextColor { color: #509325; }
<p style="color:#509325">This sample text font color is #509325.</p>
This text font color is #509325.
.myBgColor { background-color: #509325; }
<div style="background-color:#509325">Inner text</div>
This div background color is #509325.
.myBorderColor { border: 1px solid #509325; }
<div style="border:3px solid #509325">Div</div>
This div border color is #509325.
.myOpacity80 { color: #509325; opacity: 0.8; }
<p style="color:#509325;opacity:0.8;">80%</p>
Text with #509325 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #509325;}
<p style="text-shadow: 3px 3px 1px #509325">Text here.</p>
This text has shadow with #509325 color.
.textShadow {text-shadow: 3px 3px 1px #509325', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #509325, 5px 5px 20px red">Text here.</p>
This text has shadow with #509325 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#509325, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#509325, Direction=45, Strength=4)">Text</p>
This text has shadow with #509325 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #509325;
-webkit-box-shadow: 1px 1px 3px 2px #509325;
box-shadow: 1px 1px 3px 2px #509325;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #509325; -webkit-box-shadow: 1px 1px 3px 2px #509325; box-shadow:1px 1px 3px 2px #509325;">
Div content here
</div>
This text has color #509325 on black background.
This text has color #509325 on white background.
This text has black color on #509325 background.
This text has white color on #509325 background.
Complementary color for #hex is #AF6CDA.