HEX: #74441E
RGB: (116,68,30)
#74441E contains mainly red and green colors. Web safe color of #74441E is #663333 (or #633).
#74441E color RGB value is (116,68,30).
RGB: (116,68,30)
(45%, 27%, 12%)
R 116 of 255 = 45%
G 68 of 255 = 27%
B 30 of 255 = 12%
R + G + B ~ 28%. #74441E is quite dark color.
R + G + B = 116 + 68 + 30 = 214 (100%)
R 116 of 214 ~ 54.21%
G 68 of 214 ~ 31.78%
B 30 of 214 ~ 14.02'%
#74441E color CMYK value is (0,41,74,55).
CMYK: (0,41,74,55)
C0M41Y74K55 (0%, 41%, 74%, 55%)
(0.00 / 0.41 / 0.74 / 0.55)
Color #74441E in popluar color models
74 | 44 | 1E | |
---|---|---|---|
RGB | 116 | 68 | 30 |
HSL | 27° | 58.90% | 28.63% |
HSB/HSV | 27° | 74.14% | 45.49% |
CMYK | 0.00% | 41.38% | 74.14% |
54.51% |
Color #74441E in popluar number systems.
HEX | 74 | 44 | 1E |
Decimal | 116 | 68 | 30 |
Binary | 1110100 | 1000100 | 11110 |
Octal | 164 | 104 | 36 |
Shades of #74441E
Tints of #74441E
Examples of css and html codes for elements with #74441E color. Also use rgb(116,68,30) instead hex code.
.myTextColor { color: #74441E; }
<p style="color:#74441E">This sample text font color is #74441E.</p>
This text font color is #74441E.
.myBgColor { background-color: #74441E; }
<div style="background-color:#74441E">Inner text</div>
This div background color is #74441E.
.myBorderColor { border: 1px solid #74441E; }
<div style="border:3px solid #74441E">Div</div>
This div border color is #74441E.
.myOpacity80 { color: #74441E; opacity: 0.8; }
<p style="color:#74441E;opacity:0.8;">80%</p>
Text with #74441E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74441E;}
<p style="text-shadow: 3px 3px 1px #74441E">Text here.</p>
This text has shadow with #74441E color.
.textShadow {text-shadow: 3px 3px 1px #74441E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74441E, 5px 5px 20px red">Text here.</p>
This text has shadow with #74441E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74441E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74441E, Direction=45, Strength=4)">Text</p>
This text has shadow with #74441E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74441E;
-webkit-box-shadow: 1px 1px 3px 2px #74441E;
box-shadow: 1px 1px 3px 2px #74441E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74441E; -webkit-box-shadow: 1px 1px 3px 2px #74441E; box-shadow:1px 1px 3px 2px #74441E;">
Div content here
</div>
This text has color #74441E on black background.
This text has color #74441E on white background.
This text has black color on #74441E background.
This text has white color on #74441E background.
Complementary color for #hex is #8BBBE1.