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