HEX: #74311E
RGB: (116,49,30)
#74311E contains mainly red color. Web safe color of #74311E is #663333 (or #633).
#74311E color RGB value is (116,49,30).
RGB: (116,49,30) (45%,19%,12%)
R 116 of 255 = 45%
G 49 of 255 = 19%
B 30 of 255 = 12%
R + G + B ~ 25%. #74311E is quite dark color.
R + G + B =
116 + 49 + 30 = 195 (100%)
R 116 of 195 ~ 59.49%
G 49 of 195 ~ 25.13%
B 30 of 195 ~ 15.38%
#74311E color CMYK value is (0,58,74,55).
CMYK: (0,58,74,55) C0M58Y74K55 (0%,58%,74%,55%) (0.00/0.58/0.74/0.55)
74 | 31 | 1E | |
---|---|---|---|
RGB | 116 | 49 | 30 |
HSL | 13° | 58.90% | 28.63% |
HSB/HSV | 13° | 74.14% | 45.49% |
CMYK | 0.00% | 57.76% | 74.14% |
54.51% |
HEX | 74 | 31 | 1E |
Decimal | 116 | 49 | 30 |
Binary | 1110100 | 110001 | 11110 |
Octal | 164 | 61 | 36 |
Examples of css and html codes for elements with #74311E color. Also use rgb(116,49,30) instead hex code.
.myTextColor { color: #74311E; }
<p style="color:#74311E">This sample text font color is #74311E.</p>
This text font color is #74311E.
.myBgColor { background-color: #74311E; }
<div style="background-color:#74311E">Inner text</div>
This div background color is #74311E.
.myBorderColor { border: 1px solid #74311E; }
<div style="border:3px solid #74311E">Div</div>
This div border color is #74311E.
.myOpacity80 { color: #74311E; opacity: 0.8; }
<p style="color:#74311E;opacity:0.8;">80%</p>
Text with #74311E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74311E;}
<p style="text-shadow: 3px 3px 1px #74311E">Text here.</p>
This text has shadow with #74311E color.
.textShadow {text-shadow: 3px 3px 1px #74311E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74311E, 5px 5px 20px red">Text here.</p>
This text has shadow with #74311E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74311E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74311E, Direction=45, Strength=4)">Text</p>
This text has shadow with #74311E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #74311E; -webkit-box-shadow: 1px 1px 3px 2px #74311E; box-shadow: 1px 1px 3px 2px #74311E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #74311E; -webkit-box-shadow: 1px 1px 3px 2px #74311E; box-shadow:1px 1px 3px 2px #74311E;">
Div content here</div>
This text has color #74311E on black background.
This text has color #74311E on white background.
This text has black color on #74311E background.
This text has white color on #74311E background.