HEX: #751349
RGB: (117,19,73)
#751349 contains mainly red and blue colors. Web safe color of #751349 is #660033 (or #603).
#751349 color RGB value is (117,19,73).
RGB: (117,19,73) (46%,7%,29%)
R 117 of 255 = 46%
G 19 of 255 = 7%
B 73 of 255 = 29%
R + G + B ~ 27%. #751349 is quite dark color.
R + G + B =
117 + 19 + 73 = 209 (100%)
R 117 of 209 ~ 55.98%
G 19 of 209 ~ 9.09%
B 73 of 209 ~ 34.93%
#751349 color CMYK value is (0,84,38,54).
CMYK: (0,84,38,54) C0M84Y38K54 (0%,84%,38%,54%) (0.00/0.84/0.38/0.54)
75 | 13 | 49 | |
---|---|---|---|
RGB | 117 | 19 | 73 |
HSL | 327° | 72.06% | 26.67% |
HSB/HSV | 327° | 83.76% | 45.88% |
CMYK | 0.00% | 83.76% | 37.61% |
54.12% |
HEX | 75 | 13 | 49 |
Decimal | 117 | 19 | 73 |
Binary | 1110101 | 10011 | 1001001 |
Octal | 165 | 23 | 111 |
Examples of css and html codes for elements with #751349 color. Also use rgb(117,19,73) instead hex code.
.myTextColor { color: #751349; }
<p style="color:#751349">This sample text font color is #751349.</p>
This text font color is #751349.
.myBgColor { background-color: #751349; }
<div style="background-color:#751349">Inner text</div>
This div background color is #751349.
.myBorderColor { border: 1px solid #751349; }
<div style="border:3px solid #751349">Div</div>
This div border color is #751349.
.myOpacity80 { color: #751349; opacity: 0.8; }
<p style="color:#751349;opacity:0.8;">80%</p>
Text with #751349 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #751349;}
<p style="text-shadow: 3px 3px 1px #751349">Text here.</p>
This text has shadow with #751349 color.
.textShadow {text-shadow: 3px 3px 1px #751349, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #751349, 5px 5px 20px red">Text here.</p>
This text has shadow with #751349 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#751349, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#751349, Direction=45, Strength=4)">Text</p>
This text has shadow with #751349 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #751349; -webkit-box-shadow: 1px 1px 3px 2px #751349; box-shadow: 1px 1px 3px 2px #751349; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #751349; -webkit-box-shadow: 1px 1px 3px 2px #751349; box-shadow:1px 1px 3px 2px #751349;">
Div content here</div>
This text has color #751349 on black background.
This text has color #751349 on white background.
This text has black color on #751349 background.
This text has white color on #751349 background.