HEX: #488456
RGB: (72,132,86)
#488456 contains mainly green and blue colors. Web safe color of #488456 is #339966 (or #396).
#488456 color RGB value is (72,132,86).
RGB: (72,132,86)
(28%, 52%, 34%)
R 72 of 255 = 28%
G 132 of 255 = 52%
B 86 of 255 = 34%
R + G + B ~ 38%. #488456 is quite dark color.
R + G + B = 72 + 132 + 86 = 290 (100%)
R 72 of 290 ~ 24.83%
G 132 of 290 ~ 45.52%
B 86 of 290 ~ 29.66'%
#488456 color CMYK value is (45,0,35,48).
CMYK: (45,0,35,48)
C45M0Y35K48 (45%, 0%, 35%, 48%)
(0.45 / 0.00 / 0.35 / 0.48)
Color #488456 in popluar color models
48 | 84 | 56 | |
---|---|---|---|
RGB | 72 | 132 | 86 |
HSL | 134° | 29.41% | 40.00% |
HSB/HSV | 134° | 45.45% | 51.76% |
CMYK | 45.45% | 0.00% | 34.85% |
48.24% |
Color #488456 in popluar number systems.
HEX | 48 | 84 | 56 |
Decimal | 72 | 132 | 86 |
Binary | 1001000 | 10000100 | 1010110 |
Octal | 110 | 204 | 126 |
Shades of #488456
Tints of #488456
Examples of css and html codes for elements with #488456 color. Also use rgb(72,132,86) instead hex code.
.myTextColor { color: #488456; }
<p style="color:#488456">This sample text font color is #488456.</p>
This text font color is #488456.
.myBgColor { background-color: #488456; }
<div style="background-color:#488456">Inner text</div>
This div background color is #488456.
.myBorderColor { border: 1px solid #488456; }
<div style="border:3px solid #488456">Div</div>
This div border color is #488456.
.myOpacity80 { color: #488456; opacity: 0.8; }
<p style="color:#488456;opacity:0.8;">80%</p>
Text with #488456 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #488456;}
<p style="text-shadow: 3px 3px 1px #488456">Text here.</p>
This text has shadow with #488456 color.
.textShadow {text-shadow: 3px 3px 1px #488456', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #488456, 5px 5px 20px red">Text here.</p>
This text has shadow with #488456 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488456, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#488456, Direction=45, Strength=4)">Text</p>
This text has shadow with #488456 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #488456;
-webkit-box-shadow: 1px 1px 3px 2px #488456;
box-shadow: 1px 1px 3px 2px #488456;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #488456; -webkit-box-shadow: 1px 1px 3px 2px #488456; box-shadow:1px 1px 3px 2px #488456;">
Div content here
</div>
This text has color #488456 on black background.
This text has color #488456 on white background.
This text has black color on #488456 background.
This text has white color on #488456 background.
Complementary color for #hex is #B77BA9.