HEX: #48376A
RGB: (72,55,106)
#48376A contains red, green and blue colors in about the same proportion. Web safe color of #48376A is #333366 (or #336).
#48376A color RGB value is (72,55,106).
RGB: (72,55,106)
(28%, 22%, 42%)
R 72 of 255 = 28%
G 55 of 255 = 22%
B 106 of 255 = 42%
R + G + B ~ 31%. #48376A is quite dark color.
R + G + B = 72 + 55 + 106 = 233 (100%)
R 72 of 233 ~ 30.9%
G 55 of 233 ~ 23.61%
B 106 of 233 ~ 45.49'%
#48376A color CMYK value is (32,48,0,58).
CMYK: (32,48,0,58)
C32M48Y0K58 (32%, 48%, 0%, 58%)
(0.32 / 0.48 / 0.00 / 0.58)
Color #48376A in popluar color models
48 | 37 | 6A | |
---|---|---|---|
RGB | 72 | 55 | 106 |
HSL | 260° | 31.68% | 31.57% |
HSB/HSV | 260° | 48.11% | 41.57% |
CMYK | 32.08% | 48.11% | 0.00% |
58.43% |
Color #48376A in popluar number systems.
HEX | 48 | 37 | 6A |
Decimal | 72 | 55 | 106 |
Binary | 1001000 | 110111 | 1101010 |
Octal | 110 | 67 | 152 |
Shades of #48376A
Tints of #48376A
Examples of css and html codes for elements with #48376A color. Also use rgb(72,55,106) instead hex code.
.myTextColor { color: #48376A; }
<p style="color:#48376A">This sample text font color is #48376A.</p>
This text font color is #48376A.
.myBgColor { background-color: #48376A; }
<div style="background-color:#48376A">Inner text</div>
This div background color is #48376A.
.myBorderColor { border: 1px solid #48376A; }
<div style="border:3px solid #48376A">Div</div>
This div border color is #48376A.
.myOpacity80 { color: #48376A; opacity: 0.8; }
<p style="color:#48376A;opacity:0.8;">80%</p>
Text with #48376A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #48376A;}
<p style="text-shadow: 3px 3px 1px #48376A">Text here.</p>
This text has shadow with #48376A color.
.textShadow {text-shadow: 3px 3px 1px #48376A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #48376A, 5px 5px 20px red">Text here.</p>
This text has shadow with #48376A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#48376A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#48376A, Direction=45, Strength=4)">Text</p>
This text has shadow with #48376A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #48376A;
-webkit-box-shadow: 1px 1px 3px 2px #48376A;
box-shadow: 1px 1px 3px 2px #48376A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #48376A; -webkit-box-shadow: 1px 1px 3px 2px #48376A; box-shadow:1px 1px 3px 2px #48376A;">
Div content here
</div>
This text has color #48376A on black background.
This text has color #48376A on white background.
This text has black color on #48376A background.
This text has white color on #48376A background.
Complementary color for #hex is #B7C895.