HEX: #48564D
RGB: (72,86,77)
#48564D contains red, green and blue colors in about the same proportion. Web safe color of #48564D is #336633 (or #363).
#48564D color RGB value is (72,86,77).
RGB: (72,86,77)
(28%, 34%, 30%)
R 72 of 255 = 28%
G 86 of 255 = 34%
B 77 of 255 = 30%
R + G + B ~ 31%. #48564D is quite dark color.
R + G + B = 72 + 86 + 77 = 235 (100%)
R 72 of 235 ~ 30.64%
G 86 of 235 ~ 36.6%
B 77 of 235 ~ 32.77'%
#48564D color CMYK value is (16,0,10,66).
CMYK: (16,0,10,66) C16M0Y10K66 (16%,0%,10%,66%) (0.16/0.00/0.10/0.66)
Color #48564D in popluar color models
48 | 56 | 4D | |
---|---|---|---|
RGB | 72 | 86 | 77 |
HSL | 141° | 8.86% | 30.98% |
HSB/HSV | 141° | 16.28% | 33.73% |
CMYK | 16.28% | 0.00% | 10.47% |
66.27% |
Color #48564D in popluar number systems.
HEX | 48 | 56 | 4D |
Decimal | 72 | 86 | 77 |
Binary | 1001000 | 1010110 | 1001101 |
Octal | 110 | 126 | 115 |
Shades of #48564D
Tints of #48564D
Examples of css and html codes for elements with #48564D color. Also use rgb(72,86,77) instead hex code.
.myTextColor { color: #48564D; }
<p style="color:#48564D">This sample text font color is #48564D.</p>
This text font color is #48564D.
.myBgColor { background-color: #48564D; }
<div style="background-color:#48564D">Inner text</div>
This div background color is #48564D.
.myBorderColor { border: 1px solid #48564D; }
<div style="border:3px solid #48564D">Div</div>
This div border color is #48564D.
.myOpacity80 { color: #48564D; opacity: 0.8; }
<p style="color:#48564D;opacity:0.8;">80%</p>
Text with #48564D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48564D;}
<p style="text-shadow: 3px 3px 1px #48564D">Text here.</p>
This text has shadow with #48564D color.
.textShadow {text-shadow: 3px 3px 1px #48564D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48564D, 5px 5px 20px red">Text here.</p>
This text has shadow with #48564D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48564D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48564D, Direction=45, Strength=4)">Text</p>
This text has shadow with #48564D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48564D;
-webkit-box-shadow: 1px 1px 3px 2px #48564D;
box-shadow: 1px 1px 3px 2px #48564D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48564D; -webkit-box-shadow: 1px 1px 3px 2px #48564D; box-shadow:1px 1px 3px 2px #48564D;">
Div content here
</div>
This text has color #48564D on black background.
This text has color #48564D on white background.
This text has black color on #48564D background.
This text has white color on #48564D background.
Complementary color for #hex is #B7A9B2.