HEX: #48375D
RGB: (72,55,93)
#48375D contains red, green and blue colors in about the same proportion. Web safe color of #48375D is #333366 (or #336).
#48375D color RGB value is (72,55,93).
RGB: (72,55,93)
(28%, 22%, 36%)
R 72 of 255 = 28%
G 55 of 255 = 22%
B 93 of 255 = 36%
R + G + B ~ 29%. #48375D is quite dark color.
R + G + B = 72 + 55 + 93 = 220 (100%)
R 72 of 220 ~ 32.73%
G 55 of 220 ~ 25%
B 93 of 220 ~ 42.27'%
#48375D color CMYK value is (23,41,0,64).
CMYK: (23,41,0,64) C23M41Y0K64 (23%,41%,0%,64%) (0.23/0.41/0.00/0.64)
Color #48375D in popluar color models
48 | 37 | 5D | |
---|---|---|---|
RGB | 72 | 55 | 93 |
HSL | 267° | 25.68% | 29.02% |
HSB/HSV | 267° | 40.86% | 36.47% |
CMYK | 22.58% | 40.86% | 0.00% |
63.53% |
Color #48375D in popluar number systems.
HEX | 48 | 37 | 5D |
Decimal | 72 | 55 | 93 |
Binary | 1001000 | 110111 | 1011101 |
Octal | 110 | 67 | 135 |
Shades of #48375D
Tints of #48375D
Examples of css and html codes for elements with #48375D color. Also use rgb(72,55,93) instead hex code.
.myTextColor { color: #48375D; }
<p style="color:#48375D">This sample text font color is #48375D.</p>
This text font color is #48375D.
.myBgColor { background-color: #48375D; }
<div style="background-color:#48375D">Inner text</div>
This div background color is #48375D.
.myBorderColor { border: 1px solid #48375D; }
<div style="border:3px solid #48375D">Div</div>
This div border color is #48375D.
.myOpacity80 { color: #48375D; opacity: 0.8; }
<p style="color:#48375D;opacity:0.8;">80%</p>
Text with #48375D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48375D;}
<p style="text-shadow: 3px 3px 1px #48375D">Text here.</p>
This text has shadow with #48375D color.
.textShadow {text-shadow: 3px 3px 1px #48375D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48375D, 5px 5px 20px red">Text here.</p>
This text has shadow with #48375D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48375D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48375D, Direction=45, Strength=4)">Text</p>
This text has shadow with #48375D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48375D;
-webkit-box-shadow: 1px 1px 3px 2px #48375D;
box-shadow: 1px 1px 3px 2px #48375D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48375D; -webkit-box-shadow: 1px 1px 3px 2px #48375D; box-shadow:1px 1px 3px 2px #48375D;">
Div content here
</div>
This text has color #48375D on black background.
This text has color #48375D on white background.
This text has black color on #48375D background.
This text has white color on #48375D background.
Complementary color for #hex is #B7C8A2.