HEX: #495744
RGB: (73,87,68)
#495744 contains red, green and blue colors in about the same proportion. Web safe color of #495744 is #336633 (or #363).
#495744 color RGB value is (73,87,68).
RGB: (73,87,68) (29%,34%,27%)
R 73 of 255 = 29%
G 87 of 255 = 34%
B 68 of 255 = 27%
R + G + B ~ 30%. #495744 is quite dark color.
R + G + B =
73 + 87 + 68 = 228 (100%)
R 73 of 228 ~ 32.02%
G 87 of 228 ~ 38.16%
B 68 of 228 ~ 29.82%
#495744 color CMYK value is (16,0,22,66).
CMYK: (16,0,22,66) C16M0Y22K66 (16%,0%,22%,66%) (0.16/0.00/0.22/0.66)
49 | 57 | 44 | |
---|---|---|---|
RGB | 73 | 87 | 68 |
HSL | 104° | 12.26% | 30.39% |
HSB/HSV | 104° | 21.84% | 34.12% |
CMYK | 16.09% | 0.00% | 21.84% |
65.88% |
HEX | 49 | 57 | 44 |
Decimal | 73 | 87 | 68 |
Binary | 1001001 | 1010111 | 1000100 |
Octal | 111 | 127 | 104 |
Examples of css and html codes for elements with #495744 color. Also use rgb(73,87,68) instead hex code.
.myTextColor { color: #495744; }
<p style="color:#495744">This sample text font color is #495744.</p>
This text font color is #495744.
.myBgColor { background-color: #495744; }
<div style="background-color:#495744">Inner text</div>
This div background color is #495744.
.myBorderColor { border: 1px solid #495744; }
<div style="border:3px solid #495744">Div</div>
This div border color is #495744.
.myOpacity80 { color: #495744; opacity: 0.8; }
<p style="color:#495744;opacity:0.8;">80%</p>
Text with #495744 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #495744;}
<p style="text-shadow: 3px 3px 1px #495744">Text here.</p>
This text has shadow with #495744 color.
.textShadow {text-shadow: 3px 3px 1px #495744, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #495744, 5px 5px 20px red">Text here.</p>
This text has shadow with #495744 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#495744, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#495744, Direction=45, Strength=4)">Text</p>
This text has shadow with #495744 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #495744; -webkit-box-shadow: 1px 1px 3px 2px #495744; box-shadow: 1px 1px 3px 2px #495744; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #495744; -webkit-box-shadow: 1px 1px 3px 2px #495744; box-shadow:1px 1px 3px 2px #495744;">
Div content here</div>
This text has color #495744 on black background.
This text has color #495744 on white background.
This text has black color on #495744 background.
This text has white color on #495744 background.