HEX: #957463
RGB: (149,116,99)
#957463 contains red, green and blue colors in about the same proportion. Web safe color of #957463 is #996666 (or #966).
#957463 color RGB value is (149,116,99).
RGB: (149,116,99) (58%,45%,39%)
R 149 of 255 = 58%
G 116 of 255 = 45%
B 99 of 255 = 39%
R + G + B ~ 47%. #957463 is middle color (not dark and not light).
R + G + B =
149 + 116 + 99 = 364 (100%)
R 149 of 364 ~ 40.93%
G 116 of 364 ~ 31.87%
B 99 of 364 ~ 27.2%
#957463 color CMYK value is (0,22,34,42).
CMYK: (0,22,34,42) C0M22Y34K42 (0%,22%,34%,42%) (0.00/0.22/0.34/0.42)
95 | 74 | 63 | |
---|---|---|---|
RGB | 149 | 116 | 99 |
HSL | 20° | 20.16% | 48.63% |
HSB/HSV | 20° | 33.56% | 58.43% |
CMYK | 0.00% | 22.15% | 33.56% |
41.57% |
HEX | 95 | 74 | 63 |
Decimal | 149 | 116 | 99 |
Binary | 10010101 | 1110100 | 1100011 |
Octal | 225 | 164 | 143 |
Examples of css and html codes for elements with #957463 color. Also use rgb(149,116,99) instead hex code.
.myTextColor { color: #957463; }
<p style="color:#957463">This sample text font color is #957463.</p>
This text font color is #957463.
.myBgColor { background-color: #957463; }
<div style="background-color:#957463">Inner text</div>
This div background color is #957463.
.myBorderColor { border: 1px solid #957463; }
<div style="border:3px solid #957463">Div</div>
This div border color is #957463.
.myOpacity80 { color: #957463; opacity: 0.8; }
<p style="color:#957463;opacity:0.8;">80%</p>
Text with #957463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957463;}
<p style="text-shadow: 3px 3px 1px #957463">Text here.</p>
This text has shadow with #957463 color.
.textShadow {text-shadow: 3px 3px 1px #957463, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957463, 5px 5px 20px red">Text here.</p>
This text has shadow with #957463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957463, Direction=45, Strength=4)">Text</p>
This text has shadow with #957463 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #957463; -webkit-box-shadow: 1px 1px 3px 2px #957463; box-shadow: 1px 1px 3px 2px #957463; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #957463; -webkit-box-shadow: 1px 1px 3px 2px #957463; box-shadow:1px 1px 3px 2px #957463;">
Div content here</div>
This text has color #957463 on black background.
This text has color #957463 on white background.
This text has black color on #957463 background.
This text has white color on #957463 background.