HEX: #956D5D
RGB: (149,109,93)
#956D5D contains red, green and blue colors in about the same proportion. Web safe color of #956D5D is #996666 (or #966).
#956D5D color RGB value is (149,109,93).
RGB: (149,109,93) (58%,43%,36%)
R 149 of 255 = 58%
G 109 of 255 = 43%
B 93 of 255 = 36%
R + G + B ~ 46%. #956D5D is middle color (not dark and not light).
R + G + B =
149 + 109 + 93 = 351 (100%)
R 149 of 351 ~ 42.45%
G 109 of 351 ~ 31.05%
B 93 of 351 ~ 26.5%
#956D5D color CMYK value is (0,27,38,42).
CMYK: (0,27,38,42) C0M27Y38K42 (0%,27%,38%,42%) (0.00/0.27/0.38/0.42)
95 | 6D | 5D | |
---|---|---|---|
RGB | 149 | 109 | 93 |
HSL | 17° | 23.14% | 47.45% |
HSB/HSV | 17° | 37.58% | 58.43% |
CMYK | 0.00% | 26.85% | 37.58% |
41.57% |
HEX | 95 | 6D | 5D |
Decimal | 149 | 109 | 93 |
Binary | 10010101 | 1101101 | 1011101 |
Octal | 225 | 155 | 135 |
Examples of css and html codes for elements with #956D5D color. Also use rgb(149,109,93) instead hex code.
.myTextColor { color: #956D5D; }
<p style="color:#956D5D">This sample text font color is #956D5D.</p>
This text font color is #956D5D.
.myBgColor { background-color: #956D5D; }
<div style="background-color:#956D5D">Inner text</div>
This div background color is #956D5D.
.myBorderColor { border: 1px solid #956D5D; }
<div style="border:3px solid #956D5D">Div</div>
This div border color is #956D5D.
.myOpacity80 { color: #956D5D; opacity: 0.8; }
<p style="color:#956D5D;opacity:0.8;">80%</p>
Text with #956D5D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #956D5D;}
<p style="text-shadow: 3px 3px 1px #956D5D">Text here.</p>
This text has shadow with #956D5D color.
.textShadow {text-shadow: 3px 3px 1px #956D5D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #956D5D, 5px 5px 20px red">Text here.</p>
This text has shadow with #956D5D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#956D5D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#956D5D, Direction=45, Strength=4)">Text</p>
This text has shadow with #956D5D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #956D5D; -webkit-box-shadow: 1px 1px 3px 2px #956D5D; box-shadow: 1px 1px 3px 2px #956D5D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #956D5D; -webkit-box-shadow: 1px 1px 3px 2px #956D5D; box-shadow:1px 1px 3px 2px #956D5D;">
Div content here</div>
This text has color #956D5D on black background.
This text has color #956D5D on white background.
This text has black color on #956D5D background.
This text has white color on #956D5D background.