HEX: #488536
RGB: (72,133,54)
#488536 contains mainly green color. Web safe color of #488536 is #339933 (or #393).
#488536 color RGB value is (72,133,54).
RGB: (72,133,54) (28%,52%,21%)
R 72 of 255 = 28%
G 133 of 255 = 52%
B 54 of 255 = 21%
R + G + B ~ 34%. #488536 is quite dark color.
R + G + B =
72 + 133 + 54 = 259 (100%)
R 72 of 259 ~ 27.8%
G 133 of 259 ~ 51.35%
B 54 of 259 ~ 20.85%
#488536 color CMYK value is (46,0,59,48).
CMYK: (46,0,59,48) C46M0Y59K48 (46%,0%,59%,48%) (0.46/0.00/0.59/0.48)
48 | 85 | 36 | |
---|---|---|---|
RGB | 72 | 133 | 54 |
HSL | 106° | 42.25% | 36.67% |
HSB/HSV | 106° | 59.40% | 52.16% |
CMYK | 45.86% | 0.00% | 59.40% |
47.84% |
HEX | 48 | 85 | 36 |
Decimal | 72 | 133 | 54 |
Binary | 1001000 | 10000101 | 110110 |
Octal | 110 | 205 | 66 |
Examples of css and html codes for elements with #488536 color. Also use rgb(72,133,54) instead hex code.
.myTextColor { color: #488536; }
<p style="color:#488536">This sample text font color is #488536.</p>
This text font color is #488536.
.myBgColor { background-color: #488536; }
<div style="background-color:#488536">Inner text</div>
This div background color is #488536.
.myBorderColor { border: 1px solid #488536; }
<div style="border:3px solid #488536">Div</div>
This div border color is #488536.
.myOpacity80 { color: #488536; opacity: 0.8; }
<p style="color:#488536;opacity:0.8;">80%</p>
Text with #488536 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #488536;}
<p style="text-shadow: 3px 3px 1px #488536">Text here.</p>
This text has shadow with #488536 color.
.textShadow {text-shadow: 3px 3px 1px #488536, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #488536, 5px 5px 20px red">Text here.</p>
This text has shadow with #488536 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#488536, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#488536, Direction=45, Strength=4)">Text</p>
This text has shadow with #488536 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #488536; -webkit-box-shadow: 1px 1px 3px 2px #488536; box-shadow: 1px 1px 3px 2px #488536; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #488536; -webkit-box-shadow: 1px 1px 3px 2px #488536; box-shadow:1px 1px 3px 2px #488536;">
Div content here</div>
This text has color #488536 on black background.
This text has color #488536 on white background.
This text has black color on #488536 background.
This text has white color on #488536 background.