HEX: #966049
RGB: (150,96,73)
#966049 contains mainly red and green colors. Web safe color of #966049 is #996633 (or #963).
#966049 color RGB value is (150,96,73).
RGB: (150,96,73) (59%,38%,29%)
R 150 of 255 = 59%
G 96 of 255 = 38%
B 73 of 255 = 29%
R + G + B ~ 42%. #966049 is middle color (not dark and not light).
R + G + B =
150 + 96 + 73 = 319 (100%)
R 150 of 319 ~ 47.02%
G 96 of 319 ~ 30.09%
B 73 of 319 ~ 22.88%
#966049 color CMYK value is (0,36,51,41).
CMYK: (0,36,51,41) C0M36Y51K41 (0%,36%,51%,41%) (0.00/0.36/0.51/0.41)
96 | 60 | 49 | |
---|---|---|---|
RGB | 150 | 96 | 73 |
HSL | 18° | 34.53% | 43.73% |
HSB/HSV | 18° | 51.33% | 58.82% |
CMYK | 0.00% | 36.00% | 51.33% |
41.18% |
HEX | 96 | 60 | 49 |
Decimal | 150 | 96 | 73 |
Binary | 10010110 | 1100000 | 1001001 |
Octal | 226 | 140 | 111 |
Examples of css and html codes for elements with #966049 color. Also use rgb(150,96,73) instead hex code.
.myTextColor { color: #966049; }
<p style="color:#966049">This sample text font color is #966049.</p>
This text font color is #966049.
.myBgColor { background-color: #966049; }
<div style="background-color:#966049">Inner text</div>
This div background color is #966049.
.myBorderColor { border: 1px solid #966049; }
<div style="border:3px solid #966049">Div</div>
This div border color is #966049.
.myOpacity80 { color: #966049; opacity: 0.8; }
<p style="color:#966049;opacity:0.8;">80%</p>
Text with #966049 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #966049;}
<p style="text-shadow: 3px 3px 1px #966049">Text here.</p>
This text has shadow with #966049 color.
.textShadow {text-shadow: 3px 3px 1px #966049, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #966049, 5px 5px 20px red">Text here.</p>
This text has shadow with #966049 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#966049, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#966049, Direction=45, Strength=4)">Text</p>
This text has shadow with #966049 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #966049; -webkit-box-shadow: 1px 1px 3px 2px #966049; box-shadow: 1px 1px 3px 2px #966049; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #966049; -webkit-box-shadow: 1px 1px 3px 2px #966049; box-shadow:1px 1px 3px 2px #966049;">
Div content here</div>
This text has color #966049 on black background.
This text has color #966049 on white background.
This text has black color on #966049 background.
This text has white color on #966049 background.