HEX: #48527B
RGB: (72,82,123)
#48527B contains red, green and blue colors in about the same proportion. Web safe color of #48527B is #336666 (or #366).
#48527B color RGB value is (72,82,123).
RGB: (72,82,123)
(28%, 32%, 48%)
R 72 of 255 = 28%
G 82 of 255 = 32%
B 123 of 255 = 48%
R + G + B ~ 36%. #48527B is quite dark color.
R + G + B = 72 + 82 + 123 = 277 (100%)
R 72 of 277 ~ 25.99%
G 82 of 277 ~ 29.6%
B 123 of 277 ~ 44.4'%
#48527B color CMYK value is (41,33,0,52).
CMYK: (41,33,0,52)
C41M33Y0K52 (41%, 33%, 0%, 52%)
(0.41 / 0.33 / 0.00 / 0.52)
Color #48527B in popluar color models
48 | 52 | 7B | |
---|---|---|---|
RGB | 72 | 82 | 123 |
HSL | 228° | 26.15% | 38.24% |
HSB/HSV | 228° | 41.46% | 48.24% |
CMYK | 41.46% | 33.33% | 0.00% |
51.76% |
Color #48527B in popluar number systems.
HEX | 48 | 52 | 7B |
Decimal | 72 | 82 | 123 |
Binary | 1001000 | 1010010 | 1111011 |
Octal | 110 | 122 | 173 |
Shades of #48527B
Tints of #48527B
Examples of css and html codes for elements with #48527B color. Also use rgb(72,82,123) instead hex code.
.myTextColor { color: #48527B; }
<p style="color:#48527B">This sample text font color is #48527B.</p>
This text font color is #48527B.
.myBgColor { background-color: #48527B; }
<div style="background-color:#48527B">Inner text</div>
This div background color is #48527B.
.myBorderColor { border: 1px solid #48527B; }
<div style="border:3px solid #48527B">Div</div>
This div border color is #48527B.
.myOpacity80 { color: #48527B; opacity: 0.8; }
<p style="color:#48527B;opacity:0.8;">80%</p>
Text with #48527B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48527B;}
<p style="text-shadow: 3px 3px 1px #48527B">Text here.</p>
This text has shadow with #48527B color.
.textShadow {text-shadow: 3px 3px 1px #48527B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48527B, 5px 5px 20px red">Text here.</p>
This text has shadow with #48527B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48527B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48527B, Direction=45, Strength=4)">Text</p>
This text has shadow with #48527B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48527B;
-webkit-box-shadow: 1px 1px 3px 2px #48527B;
box-shadow: 1px 1px 3px 2px #48527B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48527B; -webkit-box-shadow: 1px 1px 3px 2px #48527B; box-shadow:1px 1px 3px 2px #48527B;">
Div content here
</div>
This text has color #48527B on black background.
This text has color #48527B on white background.
This text has black color on #48527B background.
This text has white color on #48527B background.
Complementary color for #hex is #B7AD84.