HEX: #A53C49
RGB: (165,60,73)
#A53C49 contains mainly red color. Web safe color of #A53C49 is #993333 (or #933).
#A53C49 color RGB value is (165,60,73).
RGB: (165,60,73)
(65%, 24%, 29%)
R 165 of 255 = 65%
G 60 of 255 = 24%
B 73 of 255 = 29%
R + G + B ~ 39%. #A53C49 is quite dark color.
R + G + B = 165 + 60 + 73 = 298 (100%)
R 165 of 298 ~ 55.37%
G 60 of 298 ~ 20.13%
B 73 of 298 ~ 24.5'%
#A53C49 color CMYK value is (0,64,56,35).
CMYK: (0,64,56,35)
C0M64Y56K35 (0%, 64%, 56%, 35%)
(0.00 / 0.64 / 0.56 / 0.35)
Color #A53C49 in popluar color models
A5 | 3C | 49 | |
---|---|---|---|
RGB | 165 | 60 | 73 |
HSL | 353° | 46.67% | 44.12% |
HSB/HSV | 353° | 63.64% | 64.71% |
CMYK | 0.00% | 63.64% | 55.76% |
35.29% |
Color #A53C49 in popluar number systems.
HEX | A5 | 3C | 49 |
Decimal | 165 | 60 | 73 |
Binary | 10100101 | 111100 | 1001001 |
Octal | 245 | 74 | 111 |
Shades of #A53C49
Tints of #A53C49
Examples of css and html codes for elements with #A53C49 color. Also use rgb(165,60,73) instead hex code.
.myTextColor { color: #A53C49; }
<p style="color:#A53C49">This sample text font color is #A53C49.</p>
This text font color is #A53C49.
.myBgColor { background-color: #A53C49; }
<div style="background-color:#A53C49">Inner text</div>
This div background color is #A53C49.
.myBorderColor { border: 1px solid #A53C49; }
<div style="border:3px solid #A53C49">Div</div>
This div border color is #A53C49.
.myOpacity80 { color: #A53C49; opacity: 0.8; }
<p style="color:#A53C49;opacity:0.8;">80%</p>
Text with #A53C49 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A53C49;}
<p style="text-shadow: 3px 3px 1px #A53C49">Text here.</p>
This text has shadow with #A53C49 color.
.textShadow {text-shadow: 3px 3px 1px #A53C49', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A53C49, 5px 5px 20px red">Text here.</p>
This text has shadow with #A53C49 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A53C49, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A53C49, Direction=45, Strength=4)">Text</p>
This text has shadow with #A53C49 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A53C49;
-webkit-box-shadow: 1px 1px 3px 2px #A53C49;
box-shadow: 1px 1px 3px 2px #A53C49;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A53C49; -webkit-box-shadow: 1px 1px 3px 2px #A53C49; box-shadow:1px 1px 3px 2px #A53C49;">
Div content here
</div>
This text has color #A53C49 on black background.
This text has color #A53C49 on white background.
This text has black color on #A53C49 background.
This text has white color on #A53C49 background.
Complementary color for #hex is #5AC3B6.