HEX: #495827
RGB: (73,88,39)
#495827 contains red, green and blue colors in about the same proportion. Web safe color of #495827 is #336633 (or #363).
#495827 color RGB value is (73,88,39).
RGB: (73,88,39)
(29%, 35%, 15%)
R 73 of 255 = 29%
G 88 of 255 = 35%
B 39 of 255 = 15%
R + G + B ~ 26%. #495827 is quite dark color.
R + G + B = 73 + 88 + 39 = 200 (100%)
R 73 of 200 ~ 36.5%
G 88 of 200 ~ 44%
B 39 of 200 ~ 19.5'%
#495827 color CMYK value is (17,0,56,65).
CMYK: (17,0,56,65)
C17M0Y56K65 (17%, 0%, 56%, 65%)
(0.17 / 0.00 / 0.56 / 0.65)
Color #495827 in popluar color models
49 | 58 | 27 | |
---|---|---|---|
RGB | 73 | 88 | 39 |
HSL | 78° | 38.58% | 24.90% |
HSB/HSV | 78° | 55.68% | 34.51% |
CMYK | 17.05% | 0.00% | 55.68% |
65.49% |
Color #495827 in popluar number systems.
HEX | 49 | 58 | 27 |
Decimal | 73 | 88 | 39 |
Binary | 1001001 | 1011000 | 100111 |
Octal | 111 | 130 | 47 |
Shades of #495827
Tints of #495827
Examples of css and html codes for elements with #495827 color. Also use rgb(73,88,39) instead hex code.
.myTextColor { color: #495827; }
<p style="color:#495827">This sample text font color is #495827.</p>
This text font color is #495827.
.myBgColor { background-color: #495827; }
<div style="background-color:#495827">Inner text</div>
This div background color is #495827.
.myBorderColor { border: 1px solid #495827; }
<div style="border:3px solid #495827">Div</div>
This div border color is #495827.
.myOpacity80 { color: #495827; opacity: 0.8; }
<p style="color:#495827;opacity:0.8;">80%</p>
Text with #495827 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #495827;}
<p style="text-shadow: 3px 3px 1px #495827">Text here.</p>
This text has shadow with #495827 color.
.textShadow {text-shadow: 3px 3px 1px #495827', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #495827, 5px 5px 20px red">Text here.</p>
This text has shadow with #495827 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#495827, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#495827, Direction=45, Strength=4)">Text</p>
This text has shadow with #495827 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #495827;
-webkit-box-shadow: 1px 1px 3px 2px #495827;
box-shadow: 1px 1px 3px 2px #495827;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #495827; -webkit-box-shadow: 1px 1px 3px 2px #495827; box-shadow:1px 1px 3px 2px #495827;">
Div content here
</div>
This text has color #495827 on black background.
This text has color #495827 on white background.
This text has black color on #495827 background.
This text has white color on #495827 background.
Complementary color for #hex is #B6A7D8.