HEX: #743320
RGB: (116,51,32)
#743320 contains mainly red color. Web safe color of #743320 is #663333 (or #633).
#743320 color RGB value is (116,51,32).
RGB: (116,51,32)
(45%, 20%, 13%)
R 116 of 255 = 45%
G 51 of 255 = 20%
B 32 of 255 = 13%
R + G + B ~ 26%. #743320 is quite dark color.
R + G + B = 116 + 51 + 32 = 199 (100%)
R 116 of 199 ~ 58.29%
G 51 of 199 ~ 25.63%
B 32 of 199 ~ 16.08'%
#743320 color CMYK value is (0,56,72,55).
CMYK: (0,56,72,55)
C0M56Y72K55 (0%, 56%, 72%, 55%)
(0.00 / 0.56 / 0.72 / 0.55)
Color #743320 in popluar color models
74 | 33 | 20 | |
---|---|---|---|
RGB | 116 | 51 | 32 |
HSL | 14° | 56.76% | 29.02% |
HSB/HSV | 14° | 72.41% | 45.49% |
CMYK | 0.00% | 56.03% | 72.41% |
54.51% |
Color #743320 in popluar number systems.
HEX | 74 | 33 | 20 |
Decimal | 116 | 51 | 32 |
Binary | 1110100 | 110011 | 100000 |
Octal | 164 | 63 | 40 |
Shades of #743320
Tints of #743320
Examples of css and html codes for elements with #743320 color. Also use rgb(116,51,32) instead hex code.
.myTextColor { color: #743320; }
<p style="color:#743320">This sample text font color is #743320.</p>
This text font color is #743320.
.myBgColor { background-color: #743320; }
<div style="background-color:#743320">Inner text</div>
This div background color is #743320.
.myBorderColor { border: 1px solid #743320; }
<div style="border:3px solid #743320">Div</div>
This div border color is #743320.
.myOpacity80 { color: #743320; opacity: 0.8; }
<p style="color:#743320;opacity:0.8;">80%</p>
Text with #743320 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #743320;}
<p style="text-shadow: 3px 3px 1px #743320">Text here.</p>
This text has shadow with #743320 color.
.textShadow {text-shadow: 3px 3px 1px #743320', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #743320, 5px 5px 20px red">Text here.</p>
This text has shadow with #743320 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#743320, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#743320, Direction=45, Strength=4)">Text</p>
This text has shadow with #743320 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #743320;
-webkit-box-shadow: 1px 1px 3px 2px #743320;
box-shadow: 1px 1px 3px 2px #743320;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #743320; -webkit-box-shadow: 1px 1px 3px 2px #743320; box-shadow:1px 1px 3px 2px #743320;">
Div content here
</div>
This text has color #743320 on black background.
This text has color #743320 on white background.
This text has black color on #743320 background.
This text has white color on #743320 background.
Complementary color for #hex is #8BCCDF.