HEX: #958749
RGB: (149,135,73)
#958749 contains mainly red and green colors. Web safe color of #958749 is #999933 (or #993).
#958749 color RGB value is (149,135,73).
RGB: (149,135,73) (58%,53%,29%)
R 149 of 255 = 58%
G 135 of 255 = 53%
B 73 of 255 = 29%
R + G + B ~ 47%. #958749 is middle color (not dark and not light).
R + G + B =
149 + 135 + 73 = 357 (100%)
R 149 of 357 ~ 41.74%
G 135 of 357 ~ 37.82%
B 73 of 357 ~ 20.45%
#958749 color CMYK value is (0,9,51,42).
CMYK: (0,9,51,42) C0M9Y51K42 (0%,9%,51%,42%) (0.00/0.09/0.51/0.42)
95 | 87 | 49 | |
---|---|---|---|
RGB | 149 | 135 | 73 |
HSL | 49° | 34.23% | 43.53% |
HSB/HSV | 49° | 51.01% | 58.43% |
CMYK | 0.00% | 9.40% | 51.01% |
41.57% |
HEX | 95 | 87 | 49 |
Decimal | 149 | 135 | 73 |
Binary | 10010101 | 10000111 | 1001001 |
Octal | 225 | 207 | 111 |
Examples of css and html codes for elements with #958749 color. Also use rgb(149,135,73) instead hex code.
.myTextColor { color: #958749; }
<p style="color:#958749">This sample text font color is #958749.</p>
This text font color is #958749.
.myBgColor { background-color: #958749; }
<div style="background-color:#958749">Inner text</div>
This div background color is #958749.
.myBorderColor { border: 1px solid #958749; }
<div style="border:3px solid #958749">Div</div>
This div border color is #958749.
.myOpacity80 { color: #958749; opacity: 0.8; }
<p style="color:#958749;opacity:0.8;">80%</p>
Text with #958749 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #958749;}
<p style="text-shadow: 3px 3px 1px #958749">Text here.</p>
This text has shadow with #958749 color.
.textShadow {text-shadow: 3px 3px 1px #958749, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #958749, 5px 5px 20px red">Text here.</p>
This text has shadow with #958749 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#958749, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#958749, Direction=45, Strength=4)">Text</p>
This text has shadow with #958749 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #958749; -webkit-box-shadow: 1px 1px 3px 2px #958749; box-shadow: 1px 1px 3px 2px #958749; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #958749; -webkit-box-shadow: 1px 1px 3px 2px #958749; box-shadow:1px 1px 3px 2px #958749;">
Div content here</div>
This text has color #958749 on black background.
This text has color #958749 on white background.
This text has black color on #958749 background.
This text has white color on #958749 background.