HEX: #740647
RGB: (116,6,71)
#740647 contains mainly red and blue colors. Web safe color of #740647 is #660033 (or #603).
#740647 color RGB value is (116,6,71).
RGB: (116,6,71) (45%,2%,28%)
R 116 of 255 = 45%
G 6 of 255 = 2%
B 71 of 255 = 28%
R + G + B ~ 25%. #740647 is quite dark color.
R + G + B =
116 + 6 + 71 = 193 (100%)
R 116 of 193 ~ 60.1%
G 6 of 193 ~ 3.11%
B 71 of 193 ~ 36.79%
#740647 color CMYK value is (0,95,39,55).
CMYK: (0,95,39,55) C0M95Y39K55 (0%,95%,39%,55%) (0.00/0.95/0.39/0.55)
74 | 06 | 47 | |
---|---|---|---|
RGB | 116 | 6 | 71 |
HSL | 325° | 90.16% | 23.92% |
HSB/HSV | 325° | 94.83% | 45.49% |
CMYK | 0.00% | 94.83% | 38.79% |
54.51% |
HEX | 74 | 06 | 47 |
Decimal | 116 | 6 | 71 |
Binary | 1110100 | 110 | 1000111 |
Octal | 164 | 6 | 107 |
Examples of css and html codes for elements with #740647 color. Also use rgb(116,6,71) instead hex code.
.myTextColor { color: #740647; }
<p style="color:#740647">This sample text font color is #740647.</p>
This text font color is #740647.
.myBgColor { background-color: #740647; }
<div style="background-color:#740647">Inner text</div>
This div background color is #740647.
.myBorderColor { border: 1px solid #740647; }
<div style="border:3px solid #740647">Div</div>
This div border color is #740647.
.myOpacity80 { color: #740647; opacity: 0.8; }
<p style="color:#740647;opacity:0.8;">80%</p>
Text with #740647 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #740647;}
<p style="text-shadow: 3px 3px 1px #740647">Text here.</p>
This text has shadow with #740647 color.
.textShadow {text-shadow: 3px 3px 1px #740647, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #740647, 5px 5px 20px red">Text here.</p>
This text has shadow with #740647 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#740647, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#740647, Direction=45, Strength=4)">Text</p>
This text has shadow with #740647 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #740647; -webkit-box-shadow: 1px 1px 3px 2px #740647; box-shadow: 1px 1px 3px 2px #740647; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #740647; -webkit-box-shadow: 1px 1px 3px 2px #740647; box-shadow:1px 1px 3px 2px #740647;">
Div content here</div>
This text has color #740647 on black background.
This text has color #740647 on white background.
This text has black color on #740647 background.
This text has white color on #740647 background.