HEX: #48741D
RGB: (72,116,29)
#48741D contains mainly red and green colors. Web safe color of #48741D is #336633 (or #363).
#48741D color RGB value is (72,116,29).
RGB: (72,116,29)
(28%, 45%, 11%)
R 72 of 255 = 28%
G 116 of 255 = 45%
B 29 of 255 = 11%
R + G + B ~ 28%. #48741D is quite dark color.
R + G + B = 72 + 116 + 29 = 217 (100%)
R 72 of 217 ~ 33.18%
G 116 of 217 ~ 53.46%
B 29 of 217 ~ 13.36'%
#48741D color CMYK value is (38,0,75,55).
CMYK: (38,0,75,55) C38M0Y75K55 (38%,0%,75%,55%) (0.38/0.00/0.75/0.55)
Color #48741D in popluar color models
48 | 74 | 1D | |
---|---|---|---|
RGB | 72 | 116 | 29 |
HSL | 90° | 60.00% | 28.43% |
HSB/HSV | 90° | 75.00% | 45.49% |
CMYK | 37.93% | 0.00% | 75.00% |
54.51% |
Color #48741D in popluar number systems.
HEX | 48 | 74 | 1D |
Decimal | 72 | 116 | 29 |
Binary | 1001000 | 1110100 | 11101 |
Octal | 110 | 164 | 35 |
Shades of #48741D
Tints of #48741D
Examples of css and html codes for elements with #48741D color. Also use rgb(72,116,29) instead hex code.
.myTextColor { color: #48741D; }
<p style="color:#48741D">This sample text font color is #48741D.</p>
This text font color is #48741D.
.myBgColor { background-color: #48741D; }
<div style="background-color:#48741D">Inner text</div>
This div background color is #48741D.
.myBorderColor { border: 1px solid #48741D; }
<div style="border:3px solid #48741D">Div</div>
This div border color is #48741D.
.myOpacity80 { color: #48741D; opacity: 0.8; }
<p style="color:#48741D;opacity:0.8;">80%</p>
Text with #48741D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48741D;}
<p style="text-shadow: 3px 3px 1px #48741D">Text here.</p>
This text has shadow with #48741D color.
.textShadow {text-shadow: 3px 3px 1px #48741D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48741D, 5px 5px 20px red">Text here.</p>
This text has shadow with #48741D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48741D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48741D, Direction=45, Strength=4)">Text</p>
This text has shadow with #48741D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48741D;
-webkit-box-shadow: 1px 1px 3px 2px #48741D;
box-shadow: 1px 1px 3px 2px #48741D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48741D; -webkit-box-shadow: 1px 1px 3px 2px #48741D; box-shadow:1px 1px 3px 2px #48741D;">
Div content here
</div>
This text has color #48741D on black background.
This text has color #48741D on white background.
This text has black color on #48741D background.
This text has white color on #48741D background.
Complementary color for #hex is #B78BE2.