HEX: #48472E
RGB: (72,71,46)
#48472E contains red, green and blue colors in about the same proportion. Web safe color of #48472E is #333333 (or #333).
#48472E color RGB value is (72,71,46).
RGB: (72,71,46)
(28%, 28%, 18%)
R 72 of 255 = 28%
G 71 of 255 = 28%
B 46 of 255 = 18%
R + G + B ~ 25%. #48472E is quite dark color.
R + G + B = 72 + 71 + 46 = 189 (100%)
R 72 of 189 ~ 38.1%
G 71 of 189 ~ 37.57%
B 46 of 189 ~ 24.34'%
#48472E color CMYK value is (0,1,36,72).
CMYK: (0,1,36,72) C0M1Y36K72 (0%,1%,36%,72%) (0.00/0.01/0.36/0.72)
Color #48472E in popluar color models
48 | 47 | 2E | |
---|---|---|---|
RGB | 72 | 71 | 46 |
HSL | 58° | 22.03% | 23.14% |
HSB/HSV | 58° | 36.11% | 28.24% |
CMYK | 0.00% | 1.39% | 36.11% |
71.76% |
Color #48472E in popluar number systems.
HEX | 48 | 47 | 2E |
Decimal | 72 | 71 | 46 |
Binary | 1001000 | 1000111 | 101110 |
Octal | 110 | 107 | 56 |
Shades of #48472E
Tints of #48472E
Examples of css and html codes for elements with #48472E color. Also use rgb(72,71,46) instead hex code.
.myTextColor { color: #48472E; }
<p style="color:#48472E">This sample text font color is #48472E.</p>
This text font color is #48472E.
.myBgColor { background-color: #48472E; }
<div style="background-color:#48472E">Inner text</div>
This div background color is #48472E.
.myBorderColor { border: 1px solid #48472E; }
<div style="border:3px solid #48472E">Div</div>
This div border color is #48472E.
.myOpacity80 { color: #48472E; opacity: 0.8; }
<p style="color:#48472E;opacity:0.8;">80%</p>
Text with #48472E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48472E;}
<p style="text-shadow: 3px 3px 1px #48472E">Text here.</p>
This text has shadow with #48472E color.
.textShadow {text-shadow: 3px 3px 1px #48472E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48472E, 5px 5px 20px red">Text here.</p>
This text has shadow with #48472E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48472E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48472E, Direction=45, Strength=4)">Text</p>
This text has shadow with #48472E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48472E;
-webkit-box-shadow: 1px 1px 3px 2px #48472E;
box-shadow: 1px 1px 3px 2px #48472E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48472E; -webkit-box-shadow: 1px 1px 3px 2px #48472E; box-shadow:1px 1px 3px 2px #48472E;">
Div content here
</div>
This text has color #48472E on black background.
This text has color #48472E on white background.
This text has black color on #48472E background.
This text has white color on #48472E background.
Complementary color for #hex is #B7B8D1.