HEX: #488044
RGB: (72,128,68)
#488044 contains mainly red and green colors. Web safe color of #488044 is #336633 (or #363).
#488044 color RGB value is (72,128,68).
RGB: (72,128,68)
(28%, 50%, 27%)
R 72 of 255 = 28%
G 128 of 255 = 50%
B 68 of 255 = 27%
R + G + B ~ 35%. #488044 is quite dark color.
R + G + B = 72 + 128 + 68 = 268 (100%)
R 72 of 268 ~ 26.87%
G 128 of 268 ~ 47.76%
B 68 of 268 ~ 25.37'%
#488044 color CMYK value is (44,0,47,50).
CMYK: (44,0,47,50) C44M0Y47K50 (44%,0%,47%,50%) (0.44/0.00/0.47/0.50)
Color #488044 in popluar color models
48 | 80 | 44 | |
---|---|---|---|
RGB | 72 | 128 | 68 |
HSL | 116° | 30.61% | 38.43% |
HSB/HSV | 116° | 46.88% | 50.20% |
CMYK | 43.75% | 0.00% | 46.88% |
49.80% |
Color #488044 in popluar number systems.
HEX | 48 | 80 | 44 |
Decimal | 72 | 128 | 68 |
Binary | 1001000 | 10000000 | 1000100 |
Octal | 110 | 200 | 104 |
Shades of #488044
Tints of #488044
Examples of css and html codes for elements with #488044 color. Also use rgb(72,128,68) instead hex code.
.myTextColor { color: #488044; }
<p style="color:#488044">This sample text font color is #488044.</p>
This text font color is #488044.
.myBgColor { background-color: #488044; }
<div style="background-color:#488044">Inner text</div>
This div background color is #488044.
.myBorderColor { border: 1px solid #488044; }
<div style="border:3px solid #488044">Div</div>
This div border color is #488044.
.myOpacity80 { color: #488044; opacity: 0.8; }
<p style="color:#488044;opacity:0.8;">80%</p>
Text with #488044 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #488044;}
<p style="text-shadow: 3px 3px 1px #488044">Text here.</p>
This text has shadow with #488044 color.
.textShadow {text-shadow: 3px 3px 1px #488044', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #488044, 5px 5px 20px red">Text here.</p>
This text has shadow with #488044 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488044, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#488044, Direction=45, Strength=4)">Text</p>
This text has shadow with #488044 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #488044;
-webkit-box-shadow: 1px 1px 3px 2px #488044;
box-shadow: 1px 1px 3px 2px #488044;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488044; -webkit-box-shadow: 1px 1px 3px 2px #488044; box-shadow:1px 1px 3px 2px #488044;">
Div content here
</div>
This text has color #488044 on black background.
This text has color #488044 on white background.
This text has black color on #488044 background.
This text has white color on #488044 background.
Complementary color for #hex is #B77FBB.