HEX: #74601F
RGB: (116,96,31)
#74601F contains mainly red and green colors. Web safe color of #74601F is #666633 (or #663).
#74601F color RGB value is (116,96,31).
RGB: (116,96,31)
(45%, 38%, 12%)
R 116 of 255 = 45%
G 96 of 255 = 38%
B 31 of 255 = 12%
R + G + B ~ 32%. #74601F is quite dark color.
R + G + B = 116 + 96 + 31 = 243 (100%)
R 116 of 243 ~ 47.74%
G 96 of 243 ~ 39.51%
B 31 of 243 ~ 12.76'%
#74601F color CMYK value is (0,17,73,55).
CMYK: (0,17,73,55)
C0M17Y73K55 (0%, 17%, 73%, 55%)
(0.00 / 0.17 / 0.73 / 0.55)
Color #74601F in popluar color models
74 | 60 | 1F | |
---|---|---|---|
RGB | 116 | 96 | 31 |
HSL | 46° | 57.82% | 28.82% |
HSB/HSV | 46° | 73.28% | 45.49% |
CMYK | 0.00% | 17.24% | 73.28% |
54.51% |
Color #74601F in popluar number systems.
HEX | 74 | 60 | 1F |
Decimal | 116 | 96 | 31 |
Binary | 1110100 | 1100000 | 11111 |
Octal | 164 | 140 | 37 |
Shades of #74601F
Tints of #74601F
Examples of css and html codes for elements with #74601F color. Also use rgb(116,96,31) instead hex code.
.myTextColor { color: #74601F; }
<p style="color:#74601F">This sample text font color is #74601F.</p>
This text font color is #74601F.
.myBgColor { background-color: #74601F; }
<div style="background-color:#74601F">Inner text</div>
This div background color is #74601F.
.myBorderColor { border: 1px solid #74601F; }
<div style="border:3px solid #74601F">Div</div>
This div border color is #74601F.
.myOpacity80 { color: #74601F; opacity: 0.8; }
<p style="color:#74601F;opacity:0.8;">80%</p>
Text with #74601F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74601F;}
<p style="text-shadow: 3px 3px 1px #74601F">Text here.</p>
This text has shadow with #74601F color.
.textShadow {text-shadow: 3px 3px 1px #74601F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74601F, 5px 5px 20px red">Text here.</p>
This text has shadow with #74601F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74601F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74601F, Direction=45, Strength=4)">Text</p>
This text has shadow with #74601F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74601F;
-webkit-box-shadow: 1px 1px 3px 2px #74601F;
box-shadow: 1px 1px 3px 2px #74601F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74601F; -webkit-box-shadow: 1px 1px 3px 2px #74601F; box-shadow:1px 1px 3px 2px #74601F;">
Div content here
</div>
This text has color #74601F on black background.
This text has color #74601F on white background.
This text has black color on #74601F background.
This text has white color on #74601F background.
Complementary color for #hex is #8B9FE0.