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