HEX: #A74C3E
RGB: (167,76,62)
#A74C3E contains mainly red color. Web safe color of #A74C3E is #993333 (or #933).
#A74C3E color RGB value is (167,76,62).
RGB: (167,76,62)
(65%, 30%, 24%)
R 167 of 255 = 65%
G 76 of 255 = 30%
B 62 of 255 = 24%
R + G + B ~ 40%. #A74C3E is middle color (not dark and not light).
R + G + B = 167 + 76 + 62 = 305 (100%)
R 167 of 305 ~ 54.75%
G 76 of 305 ~ 24.92%
B 62 of 305 ~ 20.33'%
#A74C3E color CMYK value is (0,54,63,35).
CMYK: (0,54,63,35)
C0M54Y63K35 (0%, 54%, 63%, 35%)
(0.00 / 0.54 / 0.63 / 0.35)
Color #A74C3E in popluar color models
A7 | 4C | 3E | |
---|---|---|---|
RGB | 167 | 76 | 62 |
HSL | 8° | 45.85% | 44.90% |
HSB/HSV | 8° | 62.87% | 65.49% |
CMYK | 0.00% | 54.49% | 62.87% |
34.51% |
Color #A74C3E in popluar number systems.
HEX | A7 | 4C | 3E |
Decimal | 167 | 76 | 62 |
Binary | 10100111 | 1001100 | 111110 |
Octal | 247 | 114 | 76 |
Shades of #A74C3E
Tints of #A74C3E
Examples of css and html codes for elements with #A74C3E color. Also use rgb(167,76,62) instead hex code.
.myTextColor { color: #A74C3E; }
<p style="color:#A74C3E">This sample text font color is #A74C3E.</p>
This text font color is #A74C3E.
.myBgColor { background-color: #A74C3E; }
<div style="background-color:#A74C3E">Inner text</div>
This div background color is #A74C3E.
.myBorderColor { border: 1px solid #A74C3E; }
<div style="border:3px solid #A74C3E">Div</div>
This div border color is #A74C3E.
.myOpacity80 { color: #A74C3E; opacity: 0.8; }
<p style="color:#A74C3E;opacity:0.8;">80%</p>
Text with #A74C3E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A74C3E;}
<p style="text-shadow: 3px 3px 1px #A74C3E">Text here.</p>
This text has shadow with #A74C3E color.
.textShadow {text-shadow: 3px 3px 1px #A74C3E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A74C3E, 5px 5px 20px red">Text here.</p>
This text has shadow with #A74C3E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A74C3E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A74C3E, Direction=45, Strength=4)">Text</p>
This text has shadow with #A74C3E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A74C3E;
-webkit-box-shadow: 1px 1px 3px 2px #A74C3E;
box-shadow: 1px 1px 3px 2px #A74C3E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A74C3E; -webkit-box-shadow: 1px 1px 3px 2px #A74C3E; box-shadow:1px 1px 3px 2px #A74C3E;">
Div content here
</div>
This text has color #A74C3E on black background.
This text has color #A74C3E on white background.
This text has black color on #A74C3E background.
This text has white color on #A74C3E background.
Complementary color for #hex is #58B3C1.