HEX: #958A4D
RGB: (149,138,77)
#958A4D contains mainly red and green colors. Web safe color of #958A4D is #999933 (or #993).
#958A4D color RGB value is (149,138,77).
RGB: (149,138,77)
(58%, 54%, 30%)
R 149 of 255 = 58%
G 138 of 255 = 54%
B 77 of 255 = 30%
R + G + B ~ 47%. #958A4D is middle color (not dark and not light).
R + G + B = 149 + 138 + 77 = 364 (100%)
R 149 of 364 ~ 40.93%
G 138 of 364 ~ 37.91%
B 77 of 364 ~ 21.15'%
#958A4D color CMYK value is (0,7,48,42).
CMYK: (0,7,48,42) C0M7Y48K42 (0%,7%,48%,42%) (0.00/0.07/0.48/0.42)
Color #958A4D in popluar color models
95 | 8A | 4D | |
---|---|---|---|
RGB | 149 | 138 | 77 |
HSL | 51° | 31.86% | 44.31% |
HSB/HSV | 51° | 48.32% | 58.43% |
CMYK | 0.00% | 7.38% | 48.32% |
41.57% |
Color #958A4D in popluar number systems.
HEX | 95 | 8A | 4D |
Decimal | 149 | 138 | 77 |
Binary | 10010101 | 10001010 | 1001101 |
Octal | 225 | 212 | 115 |
Shades of #958A4D
Tints of #958A4D
Examples of css and html codes for elements with #958A4D color. Also use rgb(149,138,77) instead hex code.
.myTextColor { color: #958A4D; }
<p style="color:#958A4D">This sample text font color is #958A4D.</p>
This text font color is #958A4D.
.myBgColor { background-color: #958A4D; }
<div style="background-color:#958A4D">Inner text</div>
This div background color is #958A4D.
.myBorderColor { border: 1px solid #958A4D; }
<div style="border:3px solid #958A4D">Div</div>
This div border color is #958A4D.
.myOpacity80 { color: #958A4D; opacity: 0.8; }
<p style="color:#958A4D;opacity:0.8;">80%</p>
Text with #958A4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #958A4D;}
<p style="text-shadow: 3px 3px 1px #958A4D">Text here.</p>
This text has shadow with #958A4D color.
.textShadow {text-shadow: 3px 3px 1px #958A4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #958A4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #958A4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#958A4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#958A4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #958A4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #958A4D;
-webkit-box-shadow: 1px 1px 3px 2px #958A4D;
box-shadow: 1px 1px 3px 2px #958A4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #958A4D; -webkit-box-shadow: 1px 1px 3px 2px #958A4D; box-shadow:1px 1px 3px 2px #958A4D;">
Div content here
</div>
This text has color #958A4D on black background.
This text has color #958A4D on white background.
This text has black color on #958A4D background.
This text has white color on #958A4D background.
Complementary color for #hex is #6A75B2.