HEX: #A7380C
RGB: (167,56,12)
#A7380C contains mainly red color. Web safe color of #A7380C is #993300 (or #930).
#A7380C color RGB value is (167,56,12).
RGB: (167,56,12)
(65%, 22%, 5%)
R 167 of 255 = 65%
G 56 of 255 = 22%
B 12 of 255 = 5%
R + G + B ~ 31%. #A7380C is quite dark color.
R + G + B = 167 + 56 + 12 = 235 (100%)
R 167 of 235 ~ 71.06%
G 56 of 235 ~ 23.83%
B 12 of 235 ~ 5.11'%
#A7380C color CMYK value is (0,66,93,35).
CMYK: (0,66,93,35)
C0M66Y93K35 (0%, 66%, 93%, 35%)
(0.00 / 0.66 / 0.93 / 0.35)
Color #A7380C in popluar color models
A7 | 38 | 0C | |
---|---|---|---|
RGB | 167 | 56 | 12 |
HSL | 17° | 86.59% | 35.10% |
HSB/HSV | 17° | 92.81% | 65.49% |
CMYK | 0.00% | 66.47% | 92.81% |
34.51% |
Color #A7380C in popluar number systems.
HEX | A7 | 38 | 0C |
Decimal | 167 | 56 | 12 |
Binary | 10100111 | 111000 | 1100 |
Octal | 247 | 70 | 14 |
Shades of #A7380C
Tints of #A7380C
Examples of css and html codes for elements with #A7380C color. Also use rgb(167,56,12) instead hex code.
.myTextColor { color: #A7380C; }
<p style="color:#A7380C">This sample text font color is #A7380C.</p>
This text font color is #A7380C.
.myBgColor { background-color: #A7380C; }
<div style="background-color:#A7380C">Inner text</div>
This div background color is #A7380C.
.myBorderColor { border: 1px solid #A7380C; }
<div style="border:3px solid #A7380C">Div</div>
This div border color is #A7380C.
.myOpacity80 { color: #A7380C; opacity: 0.8; }
<p style="color:#A7380C;opacity:0.8;">80%</p>
Text with #A7380C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A7380C;}
<p style="text-shadow: 3px 3px 1px #A7380C">Text here.</p>
This text has shadow with #A7380C color.
.textShadow {text-shadow: 3px 3px 1px #A7380C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A7380C, 5px 5px 20px red">Text here.</p>
This text has shadow with #A7380C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7380C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A7380C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A7380C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A7380C;
-webkit-box-shadow: 1px 1px 3px 2px #A7380C;
box-shadow: 1px 1px 3px 2px #A7380C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7380C; -webkit-box-shadow: 1px 1px 3px 2px #A7380C; box-shadow:1px 1px 3px 2px #A7380C;">
Div content here
</div>
This text has color #A7380C on black background.
This text has color #A7380C on white background.
This text has black color on #A7380C background.
This text has white color on #A7380C background.
Complementary color for #hex is #58C7F3.