HEX: #743746
RGB: (116,55,70)
#743746 contains mainly red and blue colors. Web safe color of #743746 is #663333 (or #633).
#743746 color RGB value is (116,55,70).
RGB: (116,55,70) (45%,22%,27%)
R 116 of 255 = 45%
G 55 of 255 = 22%
B 70 of 255 = 27%
R + G + B ~ 31%. #743746 is quite dark color.
R + G + B =
116 + 55 + 70 = 241 (100%)
R 116 of 241 ~ 48.13%
G 55 of 241 ~ 22.82%
B 70 of 241 ~ 29.05%
#743746 color CMYK value is (0,53,40,55).
CMYK: (0,53,40,55) C0M53Y40K55 (0%,53%,40%,55%) (0.00/0.53/0.40/0.55)
74 | 37 | 46 | |
---|---|---|---|
RGB | 116 | 55 | 70 |
HSL | 345° | 35.67% | 33.53% |
HSB/HSV | 345° | 52.59% | 45.49% |
CMYK | 0.00% | 52.59% | 39.66% |
54.51% |
HEX | 74 | 37 | 46 |
Decimal | 116 | 55 | 70 |
Binary | 1110100 | 110111 | 1000110 |
Octal | 164 | 67 | 106 |
Examples of css and html codes for elements with #743746 color. Also use rgb(116,55,70) instead hex code.
.myTextColor { color: #743746; }
<p style="color:#743746">This sample text font color is #743746.</p>
This text font color is #743746.
.myBgColor { background-color: #743746; }
<div style="background-color:#743746">Inner text</div>
This div background color is #743746.
.myBorderColor { border: 1px solid #743746; }
<div style="border:3px solid #743746">Div</div>
This div border color is #743746.
.myOpacity80 { color: #743746; opacity: 0.8; }
<p style="color:#743746;opacity:0.8;">80%</p>
Text with #743746 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #743746;}
<p style="text-shadow: 3px 3px 1px #743746">Text here.</p>
This text has shadow with #743746 color.
.textShadow {text-shadow: 3px 3px 1px #743746, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #743746, 5px 5px 20px red">Text here.</p>
This text has shadow with #743746 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#743746, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#743746, Direction=45, Strength=4)">Text</p>
This text has shadow with #743746 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #743746; -webkit-box-shadow: 1px 1px 3px 2px #743746; box-shadow: 1px 1px 3px 2px #743746; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #743746; -webkit-box-shadow: 1px 1px 3px 2px #743746; box-shadow:1px 1px 3px 2px #743746;">
Div content here</div>
This text has color #743746 on black background.
This text has color #743746 on white background.
This text has black color on #743746 background.
This text has white color on #743746 background.