HEX: #507321
RGB: (80,115,33)
#507321 contains mainly red and green colors. Web safe color of #507321 is #666633 (or #663).
#507321 color RGB value is (80,115,33).
RGB: (80,115,33)
(31%, 45%, 13%)
R 80 of 255 = 31%
G 115 of 255 = 45%
B 33 of 255 = 13%
R + G + B ~ 30%. #507321 is quite dark color.
R + G + B = 80 + 115 + 33 = 228 (100%)
R 80 of 228 ~ 35.09%
G 115 of 228 ~ 50.44%
B 33 of 228 ~ 14.47'%
#507321 color CMYK value is (30,0,71,55).
CMYK: (30,0,71,55) C30M0Y71K55 (30%,0%,71%,55%) (0.30/0.00/0.71/0.55)
Color #507321 in popluar color models
50 | 73 | 21 | |
---|---|---|---|
RGB | 80 | 115 | 33 |
HSL | 86° | 55.41% | 29.02% |
HSB/HSV | 86° | 71.30% | 45.10% |
CMYK | 30.43% | 0.00% | 71.30% |
54.90% |
Color #507321 in popluar number systems.
HEX | 50 | 73 | 21 |
Decimal | 80 | 115 | 33 |
Binary | 1010000 | 1110011 | 100001 |
Octal | 120 | 163 | 41 |
Shades of #507321
Tints of #507321
Examples of css and html codes for elements with #507321 color. Also use rgb(80,115,33) instead hex code.
.myTextColor { color: #507321; }
<p style="color:#507321">This sample text font color is #507321.</p>
This text font color is #507321.
.myBgColor { background-color: #507321; }
<div style="background-color:#507321">Inner text</div>
This div background color is #507321.
.myBorderColor { border: 1px solid #507321; }
<div style="border:3px solid #507321">Div</div>
This div border color is #507321.
.myOpacity80 { color: #507321; opacity: 0.8; }
<p style="color:#507321;opacity:0.8;">80%</p>
Text with #507321 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #507321;}
<p style="text-shadow: 3px 3px 1px #507321">Text here.</p>
This text has shadow with #507321 color.
.textShadow {text-shadow: 3px 3px 1px #507321', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #507321, 5px 5px 20px red">Text here.</p>
This text has shadow with #507321 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#507321, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#507321, Direction=45, Strength=4)">Text</p>
This text has shadow with #507321 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #507321;
-webkit-box-shadow: 1px 1px 3px 2px #507321;
box-shadow: 1px 1px 3px 2px #507321;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #507321; -webkit-box-shadow: 1px 1px 3px 2px #507321; box-shadow:1px 1px 3px 2px #507321;">
Div content here
</div>
This text has color #507321 on black background.
This text has color #507321 on white background.
This text has black color on #507321 background.
This text has white color on #507321 background.
Complementary color for #hex is #AF8CDE.