HEX: #745463
RGB: (116,84,99)
#745463 contains red, green and blue colors in about the same proportion. Web safe color of #745463 is #666666 (or #666).
#745463 color RGB value is (116,84,99).
RGB: (116,84,99)
(45%, 33%, 39%)
R 116 of 255 = 45%
G 84 of 255 = 33%
B 99 of 255 = 39%
R + G + B ~ 39%. #745463 is quite dark color.
R + G + B = 116 + 84 + 99 = 299 (100%)
R 116 of 299 ~ 38.8%
G 84 of 299 ~ 28.09%
B 99 of 299 ~ 33.11'%
#745463 color CMYK value is (0,28,15,55).
CMYK: (0,28,15,55) C0M28Y15K55 (0%,28%,15%,55%) (0.00/0.28/0.15/0.55)
Color #745463 in popluar color models
74 | 54 | 63 | |
---|---|---|---|
RGB | 116 | 84 | 99 |
HSL | 332° | 16.00% | 39.22% |
HSB/HSV | 332° | 27.59% | 45.49% |
CMYK | 0.00% | 27.59% | 14.66% |
54.51% |
Color #745463 in popluar number systems.
HEX | 74 | 54 | 63 |
Decimal | 116 | 84 | 99 |
Binary | 1110100 | 1010100 | 1100011 |
Octal | 164 | 124 | 143 |
Shades of #745463
Tints of #745463
Examples of css and html codes for elements with #745463 color. Also use rgb(116,84,99) instead hex code.
.myTextColor { color: #745463; }
<p style="color:#745463">This sample text font color is #745463.</p>
This text font color is #745463.
.myBgColor { background-color: #745463; }
<div style="background-color:#745463">Inner text</div>
This div background color is #745463.
.myBorderColor { border: 1px solid #745463; }
<div style="border:3px solid #745463">Div</div>
This div border color is #745463.
.myOpacity80 { color: #745463; opacity: 0.8; }
<p style="color:#745463;opacity:0.8;">80%</p>
Text with #745463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #745463;}
<p style="text-shadow: 3px 3px 1px #745463">Text here.</p>
This text has shadow with #745463 color.
.textShadow {text-shadow: 3px 3px 1px #745463', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #745463, 5px 5px 20px red">Text here.</p>
This text has shadow with #745463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#745463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#745463, Direction=45, Strength=4)">Text</p>
This text has shadow with #745463 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #745463;
-webkit-box-shadow: 1px 1px 3px 2px #745463;
box-shadow: 1px 1px 3px 2px #745463;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #745463; -webkit-box-shadow: 1px 1px 3px 2px #745463; box-shadow:1px 1px 3px 2px #745463;">
Div content here
</div>
This text has color #745463 on black background.
This text has color #745463 on white background.
This text has black color on #745463 background.
This text has white color on #745463 background.
Complementary color for #hex is #8BAB9C.