HEX: #480757
RGB: (72,7,87)
#480757 contains mainly red and blue colors. Web safe color of #480757 is #330066 (or #306).
#480757 color RGB value is (72,7,87).
RGB: (72,7,87) (28%,3%,34%)
R 72 of 255 = 28%
G 7 of 255 = 3%
B 87 of 255 = 34%
R + G + B ~ 22%. #480757 is dark color.
R + G + B =
72 + 7 + 87 = 166 (100%)
R 72 of 166 ~ 43.37%
G 7 of 166 ~ 4.22%
B 87 of 166 ~ 52.41%
#480757 color CMYK value is (17,92,0,66).
CMYK: (17,92,0,66) C17M92Y0K66 (17%,92%,0%,66%) (0.17/0.92/0.00/0.66)
48 | 07 | 57 | |
---|---|---|---|
RGB | 72 | 7 | 87 |
HSL | 289° | 85.11% | 18.43% |
HSB/HSV | 289° | 91.95% | 34.12% |
CMYK | 17.24% | 91.95% | 0.00% |
65.88% |
HEX | 48 | 07 | 57 |
Decimal | 72 | 7 | 87 |
Binary | 1001000 | 111 | 1010111 |
Octal | 110 | 7 | 127 |
Examples of css and html codes for elements with #480757 color. Also use rgb(72,7,87) instead hex code.
.myTextColor { color: #480757; }
<p style="color:#480757">This sample text font color is #480757.</p>
This text font color is #480757.
.myBgColor { background-color: #480757; }
<div style="background-color:#480757">Inner text</div>
This div background color is #480757.
.myBorderColor { border: 1px solid #480757; }
<div style="border:3px solid #480757">Div</div>
This div border color is #480757.
.myOpacity80 { color: #480757; opacity: 0.8; }
<p style="color:#480757;opacity:0.8;">80%</p>
Text with #480757 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #480757;}
<p style="text-shadow: 3px 3px 1px #480757">Text here.</p>
This text has shadow with #480757 color.
.textShadow {text-shadow: 3px 3px 1px #480757, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #480757, 5px 5px 20px red">Text here.</p>
This text has shadow with #480757 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#480757, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#480757, Direction=45, Strength=4)">Text</p>
This text has shadow with #480757 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #480757; -webkit-box-shadow: 1px 1px 3px 2px #480757; box-shadow: 1px 1px 3px 2px #480757; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #480757; -webkit-box-shadow: 1px 1px 3px 2px #480757; box-shadow:1px 1px 3px 2px #480757;">
Div content here</div>
This text has color #480757 on black background.
This text has color #480757 on white background.
This text has black color on #480757 background.
This text has white color on #480757 background.