HEX: #74482E
RGB: (116,72,46)
#74482E contains mainly red and green colors. Web safe color of #74482E is #663333 (or #633).
#74482E color RGB value is (116,72,46).
RGB: (116,72,46)
(45%, 28%, 18%)
R 116 of 255 = 45%
G 72 of 255 = 28%
B 46 of 255 = 18%
R + G + B ~ 30%. #74482E is quite dark color.
R + G + B = 116 + 72 + 46 = 234 (100%)
R 116 of 234 ~ 49.57%
G 72 of 234 ~ 30.77%
B 46 of 234 ~ 19.66'%
#74482E color CMYK value is (0,38,60,55).
CMYK: (0,38,60,55)
C0M38Y60K55 (0%, 38%, 60%, 55%)
(0.00 / 0.38 / 0.60 / 0.55)
Color #74482E in popluar color models
74 | 48 | 2E | |
---|---|---|---|
RGB | 116 | 72 | 46 |
HSL | 22° | 43.21% | 31.76% |
HSB/HSV | 22° | 60.34% | 45.49% |
CMYK | 0.00% | 37.93% | 60.34% |
54.51% |
Color #74482E in popluar number systems.
HEX | 74 | 48 | 2E |
Decimal | 116 | 72 | 46 |
Binary | 1110100 | 1001000 | 101110 |
Octal | 164 | 110 | 56 |
Shades of #74482E
Tints of #74482E
Examples of css and html codes for elements with #74482E color. Also use rgb(116,72,46) instead hex code.
.myTextColor { color: #74482E; }
<p style="color:#74482E">This sample text font color is #74482E.</p>
This text font color is #74482E.
.myBgColor { background-color: #74482E; }
<div style="background-color:#74482E">Inner text</div>
This div background color is #74482E.
.myBorderColor { border: 1px solid #74482E; }
<div style="border:3px solid #74482E">Div</div>
This div border color is #74482E.
.myOpacity80 { color: #74482E; opacity: 0.8; }
<p style="color:#74482E;opacity:0.8;">80%</p>
Text with #74482E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #74482E;}
<p style="text-shadow: 3px 3px 1px #74482E">Text here.</p>
This text has shadow with #74482E color.
.textShadow {text-shadow: 3px 3px 1px #74482E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #74482E, 5px 5px 20px red">Text here.</p>
This text has shadow with #74482E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#74482E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#74482E, Direction=45, Strength=4)">Text</p>
This text has shadow with #74482E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #74482E;
-webkit-box-shadow: 1px 1px 3px 2px #74482E;
box-shadow: 1px 1px 3px 2px #74482E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #74482E; -webkit-box-shadow: 1px 1px 3px 2px #74482E; box-shadow:1px 1px 3px 2px #74482E;">
Div content here
</div>
This text has color #74482E on black background.
This text has color #74482E on white background.
This text has black color on #74482E background.
This text has white color on #74482E background.
Complementary color for #hex is #8BB7D1.