HEX: #48355F
RGB: (72,53,95)
#48355F contains red, green and blue colors in about the same proportion. Web safe color of #48355F is #333366 (or #336).
#48355F color RGB value is (72,53,95).
RGB: (72,53,95)
(28%, 21%, 37%)
R 72 of 255 = 28%
G 53 of 255 = 21%
B 95 of 255 = 37%
R + G + B ~ 29%. #48355F is quite dark color.
R + G + B = 72 + 53 + 95 = 220 (100%)
R 72 of 220 ~ 32.73%
G 53 of 220 ~ 24.09%
B 95 of 220 ~ 43.18'%
#48355F color CMYK value is (24,44,0,63).
CMYK: (24,44,0,63)
C24M44Y0K63 (24%, 44%, 0%, 63%)
(0.24 / 0.44 / 0.00 / 0.63)
Color #48355F in popluar color models
48 | 35 | 5F | |
---|---|---|---|
RGB | 72 | 53 | 95 |
HSL | 267° | 28.38% | 29.02% |
HSB/HSV | 267° | 44.21% | 37.25% |
CMYK | 24.21% | 44.21% | 0.00% |
62.75% |
Color #48355F in popluar number systems.
HEX | 48 | 35 | 5F |
Decimal | 72 | 53 | 95 |
Binary | 1001000 | 110101 | 1011111 |
Octal | 110 | 65 | 137 |
Shades of #48355F
Tints of #48355F
Examples of css and html codes for elements with #48355F color. Also use rgb(72,53,95) instead hex code.
.myTextColor { color: #48355F; }
<p style="color:#48355F">This sample text font color is #48355F.</p>
This text font color is #48355F.
.myBgColor { background-color: #48355F; }
<div style="background-color:#48355F">Inner text</div>
This div background color is #48355F.
.myBorderColor { border: 1px solid #48355F; }
<div style="border:3px solid #48355F">Div</div>
This div border color is #48355F.
.myOpacity80 { color: #48355F; opacity: 0.8; }
<p style="color:#48355F;opacity:0.8;">80%</p>
Text with #48355F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48355F;}
<p style="text-shadow: 3px 3px 1px #48355F">Text here.</p>
This text has shadow with #48355F color.
.textShadow {text-shadow: 3px 3px 1px #48355F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48355F, 5px 5px 20px red">Text here.</p>
This text has shadow with #48355F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48355F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48355F, Direction=45, Strength=4)">Text</p>
This text has shadow with #48355F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48355F;
-webkit-box-shadow: 1px 1px 3px 2px #48355F;
box-shadow: 1px 1px 3px 2px #48355F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48355F; -webkit-box-shadow: 1px 1px 3px 2px #48355F; box-shadow:1px 1px 3px 2px #48355F;">
Div content here
</div>
This text has color #48355F on black background.
This text has color #48355F on white background.
This text has black color on #48355F background.
This text has white color on #48355F background.
Complementary color for #hex is #B7CAA0.