HEX: #A74B63
RGB: (167,75,99)
#A74B63 contains mainly red color. Web safe color of #A74B63 is #993366 (or #936).
#A74B63 color RGB value is (167,75,99).
RGB: (167,75,99)
(65%, 29%, 39%)
R 167 of 255 = 65%
G 75 of 255 = 29%
B 99 of 255 = 39%
R + G + B ~ 44%. #A74B63 is middle color (not dark and not light).
R + G + B = 167 + 75 + 99 = 341 (100%)
R 167 of 341 ~ 48.97%
G 75 of 341 ~ 21.99%
B 99 of 341 ~ 29.03'%
#A74B63 color CMYK value is (0,55,41,35).
CMYK: (0,55,41,35)
C0M55Y41K35 (0%, 55%, 41%, 35%)
(0.00 / 0.55 / 0.41 / 0.35)
Color #A74B63 in popluar color models
A7 | 4B | 63 | |
---|---|---|---|
RGB | 167 | 75 | 99 |
HSL | 344° | 38.02% | 47.45% |
HSB/HSV | 344° | 55.09% | 65.49% |
CMYK | 0.00% | 55.09% | 40.72% |
34.51% |
Color #A74B63 in popluar number systems.
HEX | A7 | 4B | 63 |
Decimal | 167 | 75 | 99 |
Binary | 10100111 | 1001011 | 1100011 |
Octal | 247 | 113 | 143 |
Shades of #A74B63
Tints of #A74B63
Examples of css and html codes for elements with #A74B63 color. Also use rgb(167,75,99) instead hex code.
.myTextColor { color: #A74B63; }
<p style="color:#A74B63">This sample text font color is #A74B63.</p>
This text font color is #A74B63.
.myBgColor { background-color: #A74B63; }
<div style="background-color:#A74B63">Inner text</div>
This div background color is #A74B63.
.myBorderColor { border: 1px solid #A74B63; }
<div style="border:3px solid #A74B63">Div</div>
This div border color is #A74B63.
.myOpacity80 { color: #A74B63; opacity: 0.8; }
<p style="color:#A74B63;opacity:0.8;">80%</p>
Text with #A74B63 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A74B63;}
<p style="text-shadow: 3px 3px 1px #A74B63">Text here.</p>
This text has shadow with #A74B63 color.
.textShadow {text-shadow: 3px 3px 1px #A74B63', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A74B63, 5px 5px 20px red">Text here.</p>
This text has shadow with #A74B63 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A74B63, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A74B63, Direction=45, Strength=4)">Text</p>
This text has shadow with #A74B63 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A74B63;
-webkit-box-shadow: 1px 1px 3px 2px #A74B63;
box-shadow: 1px 1px 3px 2px #A74B63;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A74B63; -webkit-box-shadow: 1px 1px 3px 2px #A74B63; box-shadow:1px 1px 3px 2px #A74B63;">
Div content here
</div>
This text has color #A74B63 on black background.
This text has color #A74B63 on white background.
This text has black color on #A74B63 background.
This text has white color on #A74B63 background.
Complementary color for #hex is #58B49C.