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