HEX: #49684A
RGB: (73,104,74)
#49684A contains red, green and blue colors in about the same proportion. Web safe color of #49684A is #336633 (or #363).
#49684A color RGB value is (73,104,74).
RGB: (73,104,74) (29%,41%,29%)
R 73 of 255 = 29%
G 104 of 255 = 41%
B 74 of 255 = 29%
R + G + B ~ 33%. #49684A is quite dark color.
R + G + B =
73 + 104 + 74 = 251 (100%)
R 73 of 251 ~ 29.08%
G 104 of 251 ~ 41.43%
B 74 of 251 ~ 29.48%
#49684A color CMYK value is (30,0,29,59).
CMYK: (30,0,29,59) C30M0Y29K59 (30%,0%,29%,59%) (0.30/0.00/0.29/0.59)
49 | 68 | 4A | |
---|---|---|---|
RGB | 73 | 104 | 74 |
HSL | 122° | 17.51% | 34.71% |
HSB/HSV | 122° | 29.81% | 40.78% |
CMYK | 29.81% | 0.00% | 28.85% |
59.22% |
HEX | 49 | 68 | 4A |
Decimal | 73 | 104 | 74 |
Binary | 1001001 | 1101000 | 1001010 |
Octal | 111 | 150 | 112 |
Examples of css and html codes for elements with #49684A color. Also use rgb(73,104,74) instead hex code.
.myTextColor { color: #49684A; }
<p style="color:#49684A">This sample text font color is #49684A.</p>
This text font color is #49684A.
.myBgColor { background-color: #49684A; }
<div style="background-color:#49684A">Inner text</div>
This div background color is #49684A.
.myBorderColor { border: 1px solid #49684A; }
<div style="border:3px solid #49684A">Div</div>
This div border color is #49684A.
.myOpacity80 { color: #49684A; opacity: 0.8; }
<p style="color:#49684A;opacity:0.8;">80%</p>
Text with #49684A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #49684A;}
<p style="text-shadow: 3px 3px 1px #49684A">Text here.</p>
This text has shadow with #49684A color.
.textShadow {text-shadow: 3px 3px 1px #49684A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #49684A, 5px 5px 20px red">Text here.</p>
This text has shadow with #49684A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#49684A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#49684A, Direction=45, Strength=4)">Text</p>
This text has shadow with #49684A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #49684A; -webkit-box-shadow: 1px 1px 3px 2px #49684A; box-shadow: 1px 1px 3px 2px #49684A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #49684A; -webkit-box-shadow: 1px 1px 3px 2px #49684A; box-shadow:1px 1px 3px 2px #49684A;">
Div content here</div>
This text has color #49684A on black background.
This text has color #49684A on white background.
This text has black color on #49684A background.
This text has white color on #49684A background.