HEX: #48557D
RGB: (72,85,125)
#48557D contains red, green and blue colors in about the same proportion. Web safe color of #48557D is #336666 (or #366).
#48557D color RGB value is (72,85,125).
RGB: (72,85,125)
(28%, 33%, 49%)
R 72 of 255 = 28%
G 85 of 255 = 33%
B 125 of 255 = 49%
R + G + B ~ 37%. #48557D is quite dark color.
R + G + B = 72 + 85 + 125 = 282 (100%)
R 72 of 282 ~ 25.53%
G 85 of 282 ~ 30.14%
B 125 of 282 ~ 44.33'%
#48557D color CMYK value is (42,32,0,51).
CMYK: (42,32,0,51) C42M32Y0K51 (42%,32%,0%,51%) (0.42/0.32/0.00/0.51)
Color #48557D in popluar color models
48 | 55 | 7D | |
---|---|---|---|
RGB | 72 | 85 | 125 |
HSL | 225° | 26.90% | 38.63% |
HSB/HSV | 225° | 42.40% | 49.02% |
CMYK | 42.40% | 32.00% | 0.00% |
50.98% |
Color #48557D in popluar number systems.
HEX | 48 | 55 | 7D |
Decimal | 72 | 85 | 125 |
Binary | 1001000 | 1010101 | 1111101 |
Octal | 110 | 125 | 175 |
Shades of #48557D
Tints of #48557D
Examples of css and html codes for elements with #48557D color. Also use rgb(72,85,125) instead hex code.
.myTextColor { color: #48557D; }
<p style="color:#48557D">This sample text font color is #48557D.</p>
This text font color is #48557D.
.myBgColor { background-color: #48557D; }
<div style="background-color:#48557D">Inner text</div>
This div background color is #48557D.
.myBorderColor { border: 1px solid #48557D; }
<div style="border:3px solid #48557D">Div</div>
This div border color is #48557D.
.myOpacity80 { color: #48557D; opacity: 0.8; }
<p style="color:#48557D;opacity:0.8;">80%</p>
Text with #48557D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48557D;}
<p style="text-shadow: 3px 3px 1px #48557D">Text here.</p>
This text has shadow with #48557D color.
.textShadow {text-shadow: 3px 3px 1px #48557D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48557D, 5px 5px 20px red">Text here.</p>
This text has shadow with #48557D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48557D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48557D, Direction=45, Strength=4)">Text</p>
This text has shadow with #48557D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48557D;
-webkit-box-shadow: 1px 1px 3px 2px #48557D;
box-shadow: 1px 1px 3px 2px #48557D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48557D; -webkit-box-shadow: 1px 1px 3px 2px #48557D; box-shadow:1px 1px 3px 2px #48557D;">
Div content here
</div>
This text has color #48557D on black background.
This text has color #48557D on white background.
This text has black color on #48557D background.
This text has white color on #48557D background.
Complementary color for #hex is #B7AA82.