HEX: #746859
RGB: (116,104,89)
#746859 contains red, green and blue colors in about the same proportion. Web safe color of #746859 is #666666 (or #666).
#746859 color RGB value is (116,104,89).
RGB: (116,104,89)
(45%, 41%, 35%)
R 116 of 255 = 45%
G 104 of 255 = 41%
B 89 of 255 = 35%
R + G + B ~ 40%. #746859 is middle color (not dark and not light).
R + G + B = 116 + 104 + 89 = 309 (100%)
R 116 of 309 ~ 37.54%
G 104 of 309 ~ 33.66%
B 89 of 309 ~ 28.8'%
#746859 color CMYK value is (0,10,23,55).
CMYK: (0,10,23,55) C0M10Y23K55 (0%,10%,23%,55%) (0.00/0.10/0.23/0.55)
Color #746859 in popluar color models
74 | 68 | 59 | |
---|---|---|---|
RGB | 116 | 104 | 89 |
HSL | 33° | 13.17% | 40.20% |
HSB/HSV | 33° | 23.28% | 45.49% |
CMYK | 0.00% | 10.34% | 23.28% |
54.51% |
Color #746859 in popluar number systems.
HEX | 74 | 68 | 59 |
Decimal | 116 | 104 | 89 |
Binary | 1110100 | 1101000 | 1011001 |
Octal | 164 | 150 | 131 |
Shades of #746859
Tints of #746859
Examples of css and html codes for elements with #746859 color. Also use rgb(116,104,89) instead hex code.
.myTextColor { color: #746859; }
<p style="color:#746859">This sample text font color is #746859.</p>
This text font color is #746859.
.myBgColor { background-color: #746859; }
<div style="background-color:#746859">Inner text</div>
This div background color is #746859.
.myBorderColor { border: 1px solid #746859; }
<div style="border:3px solid #746859">Div</div>
This div border color is #746859.
.myOpacity80 { color: #746859; opacity: 0.8; }
<p style="color:#746859;opacity:0.8;">80%</p>
Text with #746859 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #746859;}
<p style="text-shadow: 3px 3px 1px #746859">Text here.</p>
This text has shadow with #746859 color.
.textShadow {text-shadow: 3px 3px 1px #746859', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #746859, 5px 5px 20px red">Text here.</p>
This text has shadow with #746859 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#746859, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#746859, Direction=45, Strength=4)">Text</p>
This text has shadow with #746859 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #746859;
-webkit-box-shadow: 1px 1px 3px 2px #746859;
box-shadow: 1px 1px 3px 2px #746859;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #746859; -webkit-box-shadow: 1px 1px 3px 2px #746859; box-shadow:1px 1px 3px 2px #746859;">
Div content here
</div>
This text has color #746859 on black background.
This text has color #746859 on white background.
This text has black color on #746859 background.
This text has white color on #746859 background.
Complementary color for #hex is #8B97A6.