HEX: #480721
RGB: (72,7,33)
#480721 contains mainly red and blue colors. Web safe color of #480721 is #330033 (or #303).
#480721 color RGB value is (72,7,33).
RGB: (72,7,33)
(28%, 3%, 13%)
R 72 of 255 = 28%
G 7 of 255 = 3%
B 33 of 255 = 13%
R + G + B ~ 15%. #480721 is dark color.
R + G + B = 72 + 7 + 33 = 112 (100%)
R 72 of 112 ~ 64.29%
G 7 of 112 ~ 6.25%
B 33 of 112 ~ 29.46'%
#480721 color CMYK value is (0,90,54,72).
CMYK: (0,90,54,72)
C0M90Y54K72 (0%, 90%, 54%, 72%)
(0.00 / 0.90 / 0.54 / 0.72)
Color #480721 in popluar color models
48 | 07 | 21 | |
---|---|---|---|
RGB | 72 | 7 | 33 |
HSL | 336° | 82.28% | 15.49% |
HSB/HSV | 336° | 90.28% | 28.24% |
CMYK | 0.00% | 90.28% | 54.17% |
71.76% |
Color #480721 in popluar number systems.
HEX | 48 | 07 | 21 |
Decimal | 72 | 7 | 33 |
Binary | 1001000 | 111 | 100001 |
Octal | 110 | 7 | 41 |
Shades of #480721
Tints of #480721
Examples of css and html codes for elements with #480721 color. Also use rgb(72,7,33) instead hex code.
.myTextColor { color: #480721; }
<p style="color:#480721">This sample text font color is #480721.</p>
This text font color is #480721.
.myBgColor { background-color: #480721; }
<div style="background-color:#480721">Inner text</div>
This div background color is #480721.
.myBorderColor { border: 1px solid #480721; }
<div style="border:3px solid #480721">Div</div>
This div border color is #480721.
.myOpacity80 { color: #480721; opacity: 0.8; }
<p style="color:#480721;opacity:0.8;">80%</p>
Text with #480721 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #480721;}
<p style="text-shadow: 3px 3px 1px #480721">Text here.</p>
This text has shadow with #480721 color.
.textShadow {text-shadow: 3px 3px 1px #480721', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #480721, 5px 5px 20px red">Text here.</p>
This text has shadow with #480721 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#480721, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#480721, Direction=45, Strength=4)">Text</p>
This text has shadow with #480721 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #480721;
-webkit-box-shadow: 1px 1px 3px 2px #480721;
box-shadow: 1px 1px 3px 2px #480721;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #480721; -webkit-box-shadow: 1px 1px 3px 2px #480721; box-shadow:1px 1px 3px 2px #480721;">
Div content here
</div>
This text has color #480721 on black background.
This text has color #480721 on white background.
This text has black color on #480721 background.
This text has white color on #480721 background.
Complementary color for #hex is #B7F8DE.