HEX: #AD3C49
RGB: (173,60,73)
#AD3C49 contains mainly red color. Web safe color of #AD3C49 is #993333 (or #933).
#AD3C49 color RGB value is (173,60,73).
RGB: (173,60,73)
(68%, 24%, 29%)
R 173 of 255 = 68%
G 60 of 255 = 24%
B 73 of 255 = 29%
R + G + B ~ 40%. #AD3C49 is middle color (not dark and not light).
R + G + B = 173 + 60 + 73 = 306 (100%)
R 173 of 306 ~ 56.54%
G 60 of 306 ~ 19.61%
B 73 of 306 ~ 23.86'%
#AD3C49 color CMYK value is (0,65,58,32).
CMYK: (0,65,58,32) C0M65Y58K32 (0%,65%,58%,32%) (0.00/0.65/0.58/0.32)
Color #AD3C49 in popluar color models
AD | 3C | 49 | |
---|---|---|---|
RGB | 173 | 60 | 73 |
HSL | 353° | 48.50% | 45.69% |
HSB/HSV | 353° | 65.32% | 67.84% |
CMYK | 0.00% | 65.32% | 57.80% |
32.16% |
Color #AD3C49 in popluar number systems.
HEX | AD | 3C | 49 |
Decimal | 173 | 60 | 73 |
Binary | 10101101 | 111100 | 1001001 |
Octal | 255 | 74 | 111 |
Shades of #AD3C49
Tints of #AD3C49
Examples of css and html codes for elements with #AD3C49 color. Also use rgb(173,60,73) instead hex code.
.myTextColor { color: #AD3C49; }
<p style="color:#AD3C49">This sample text font color is #AD3C49.</p>
This text font color is #AD3C49.
.myBgColor { background-color: #AD3C49; }
<div style="background-color:#AD3C49">Inner text</div>
This div background color is #AD3C49.
.myBorderColor { border: 1px solid #AD3C49; }
<div style="border:3px solid #AD3C49">Div</div>
This div border color is #AD3C49.
.myOpacity80 { color: #AD3C49; opacity: 0.8; }
<p style="color:#AD3C49;opacity:0.8;">80%</p>
Text with #AD3C49 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AD3C49;}
<p style="text-shadow: 3px 3px 1px #AD3C49">Text here.</p>
This text has shadow with #AD3C49 color.
.textShadow {text-shadow: 3px 3px 1px #AD3C49', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AD3C49, 5px 5px 20px red">Text here.</p>
This text has shadow with #AD3C49 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AD3C49, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AD3C49, Direction=45, Strength=4)">Text</p>
This text has shadow with #AD3C49 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AD3C49;
-webkit-box-shadow: 1px 1px 3px 2px #AD3C49;
box-shadow: 1px 1px 3px 2px #AD3C49;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AD3C49; -webkit-box-shadow: 1px 1px 3px 2px #AD3C49; box-shadow:1px 1px 3px 2px #AD3C49;">
Div content here
</div>
This text has color #AD3C49 on black background.
This text has color #AD3C49 on white background.
This text has black color on #AD3C49 background.
This text has white color on #AD3C49 background.
Complementary color for #hex is #52C3B6.