HEX: #488421
RGB: (72,132,33)
#488421 contains mainly green color. Web safe color of #488421 is #339933 (or #393).
#488421 color RGB value is (72,132,33).
RGB: (72,132,33)
(28%, 52%, 13%)
R 72 of 255 = 28%
G 132 of 255 = 52%
B 33 of 255 = 13%
R + G + B ~ 31%. #488421 is quite dark color.
R + G + B = 72 + 132 + 33 = 237 (100%)
R 72 of 237 ~ 30.38%
G 132 of 237 ~ 55.7%
B 33 of 237 ~ 13.92'%
#488421 color CMYK value is (45,0,75,48).
CMYK: (45,0,75,48)
C45M0Y75K48 (45%, 0%, 75%, 48%)
(0.45 / 0.00 / 0.75 / 0.48)
Color #488421 in popluar color models
48 | 84 | 21 | |
---|---|---|---|
RGB | 72 | 132 | 33 |
HSL | 96° | 60.00% | 32.35% |
HSB/HSV | 96° | 75.00% | 51.76% |
CMYK | 45.45% | 0.00% | 75.00% |
48.24% |
Color #488421 in popluar number systems.
HEX | 48 | 84 | 21 |
Decimal | 72 | 132 | 33 |
Binary | 1001000 | 10000100 | 100001 |
Octal | 110 | 204 | 41 |
Shades of #488421
Tints of #488421
Examples of css and html codes for elements with #488421 color. Also use rgb(72,132,33) instead hex code.
.myTextColor { color: #488421; }
<p style="color:#488421">This sample text font color is #488421.</p>
This text font color is #488421.
.myBgColor { background-color: #488421; }
<div style="background-color:#488421">Inner text</div>
This div background color is #488421.
.myBorderColor { border: 1px solid #488421; }
<div style="border:3px solid #488421">Div</div>
This div border color is #488421.
.myOpacity80 { color: #488421; opacity: 0.8; }
<p style="color:#488421;opacity:0.8;">80%</p>
Text with #488421 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #488421;}
<p style="text-shadow: 3px 3px 1px #488421">Text here.</p>
This text has shadow with #488421 color.
.textShadow {text-shadow: 3px 3px 1px #488421', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #488421, 5px 5px 20px red">Text here.</p>
This text has shadow with #488421 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488421, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#488421, Direction=45, Strength=4)">Text</p>
This text has shadow with #488421 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #488421;
-webkit-box-shadow: 1px 1px 3px 2px #488421;
box-shadow: 1px 1px 3px 2px #488421;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488421; -webkit-box-shadow: 1px 1px 3px 2px #488421; box-shadow:1px 1px 3px 2px #488421;">
Div content here
</div>
This text has color #488421 on black background.
This text has color #488421 on white background.
This text has black color on #488421 background.
This text has white color on #488421 background.
Complementary color for #hex is #B77BDE.