HEX: #958079
RGB: (149,128,121)
#958079 contains red, green and blue colors in about the same proportion. Web safe color of #958079 is #996666 (or #966).
#958079 color RGB value is (149,128,121).
RGB: (149,128,121) (58%,50%,47%)
R 149 of 255 = 58%
G 128 of 255 = 50%
B 121 of 255 = 47%
R + G + B ~ 52%. #958079 is middle color (not dark and not light).
R + G + B =
149 + 128 + 121 = 398 (100%)
R 149 of 398 ~ 37.44%
G 128 of 398 ~ 32.16%
B 121 of 398 ~ 30.4%
#958079 color CMYK value is (0,14,19,42).
CMYK: (0,14,19,42) C0M14Y19K42 (0%,14%,19%,42%) (0.00/0.14/0.19/0.42)
95 | 80 | 79 | |
---|---|---|---|
RGB | 149 | 128 | 121 |
HSL | 15° | 11.67% | 52.94% |
HSB/HSV | 15° | 18.79% | 58.43% |
CMYK | 0.00% | 14.09% | 18.79% |
41.57% |
HEX | 95 | 80 | 79 |
Decimal | 149 | 128 | 121 |
Binary | 10010101 | 10000000 | 1111001 |
Octal | 225 | 200 | 171 |
Examples of css and html codes for elements with #958079 color. Also use rgb(149,128,121) instead hex code.
.myTextColor { color: #958079; }
<p style="color:#958079">This sample text font color is #958079.</p>
This text font color is #958079.
.myBgColor { background-color: #958079; }
<div style="background-color:#958079">Inner text</div>
This div background color is #958079.
.myBorderColor { border: 1px solid #958079; }
<div style="border:3px solid #958079">Div</div>
This div border color is #958079.
.myOpacity80 { color: #958079; opacity: 0.8; }
<p style="color:#958079;opacity:0.8;">80%</p>
Text with #958079 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #958079;}
<p style="text-shadow: 3px 3px 1px #958079">Text here.</p>
This text has shadow with #958079 color.
.textShadow {text-shadow: 3px 3px 1px #958079, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #958079, 5px 5px 20px red">Text here.</p>
This text has shadow with #958079 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#958079, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#958079, Direction=45, Strength=4)">Text</p>
This text has shadow with #958079 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #958079; -webkit-box-shadow: 1px 1px 3px 2px #958079; box-shadow: 1px 1px 3px 2px #958079; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #958079; -webkit-box-shadow: 1px 1px 3px 2px #958079; box-shadow:1px 1px 3px 2px #958079;">
Div content here</div>
This text has color #958079 on black background.
This text has color #958079 on white background.
This text has black color on #958079 background.
This text has white color on #958079 background.