HEX: #48821B
RGB: (72,130,27)
#48821B contains mainly red and green colors. Web safe color of #48821B is #339933 (or #393).
#48821B color RGB value is (72,130,27).
RGB: (72,130,27)
(28%, 51%, 11%)
R 72 of 255 = 28%
G 130 of 255 = 51%
B 27 of 255 = 11%
R + G + B ~ 30%. #48821B is quite dark color.
R + G + B = 72 + 130 + 27 = 229 (100%)
R 72 of 229 ~ 31.44%
G 130 of 229 ~ 56.77%
B 27 of 229 ~ 11.79'%
#48821B color CMYK value is (45,0,79,49).
CMYK: (45,0,79,49)
C45M0Y79K49 (45%, 0%, 79%, 49%)
(0.45 / 0.00 / 0.79 / 0.49)
Color #48821B in popluar color models
48 | 82 | 1B | |
---|---|---|---|
RGB | 72 | 130 | 27 |
HSL | 94° | 65.61% | 30.78% |
HSB/HSV | 94° | 79.23% | 50.98% |
CMYK | 44.62% | 0.00% | 79.23% |
49.02% |
Color #48821B in popluar number systems.
HEX | 48 | 82 | 1B |
Decimal | 72 | 130 | 27 |
Binary | 1001000 | 10000010 | 11011 |
Octal | 110 | 202 | 33 |
Shades of #48821B
Tints of #48821B
Examples of css and html codes for elements with #48821B color. Also use rgb(72,130,27) instead hex code.
.myTextColor { color: #48821B; }
<p style="color:#48821B">This sample text font color is #48821B.</p>
This text font color is #48821B.
.myBgColor { background-color: #48821B; }
<div style="background-color:#48821B">Inner text</div>
This div background color is #48821B.
.myBorderColor { border: 1px solid #48821B; }
<div style="border:3px solid #48821B">Div</div>
This div border color is #48821B.
.myOpacity80 { color: #48821B; opacity: 0.8; }
<p style="color:#48821B;opacity:0.8;">80%</p>
Text with #48821B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48821B;}
<p style="text-shadow: 3px 3px 1px #48821B">Text here.</p>
This text has shadow with #48821B color.
.textShadow {text-shadow: 3px 3px 1px #48821B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48821B, 5px 5px 20px red">Text here.</p>
This text has shadow with #48821B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48821B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48821B, Direction=45, Strength=4)">Text</p>
This text has shadow with #48821B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48821B;
-webkit-box-shadow: 1px 1px 3px 2px #48821B;
box-shadow: 1px 1px 3px 2px #48821B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48821B; -webkit-box-shadow: 1px 1px 3px 2px #48821B; box-shadow:1px 1px 3px 2px #48821B;">
Div content here
</div>
This text has color #48821B on black background.
This text has color #48821B on white background.
This text has black color on #48821B background.
This text has white color on #48821B background.
Complementary color for #hex is #B77DE4.