HEX: #957249
RGB: (149,114,73)
#957249 contains mainly red and green colors. Web safe color of #957249 is #996633 (or #963).
#957249 color RGB value is (149,114,73).
RGB: (149,114,73)
(58%, 45%, 29%)
R 149 of 255 = 58%
G 114 of 255 = 45%
B 73 of 255 = 29%
R + G + B ~ 44%. #957249 is middle color (not dark and not light).
R + G + B = 149 + 114 + 73 = 336 (100%)
R 149 of 336 ~ 44.35%
G 114 of 336 ~ 33.93%
B 73 of 336 ~ 21.73'%
#957249 color CMYK value is (0,23,51,42).
CMYK: (0,23,51,42) C0M23Y51K42 (0%,23%,51%,42%) (0.00/0.23/0.51/0.42)
Color #957249 in popluar color models
95 | 72 | 49 | |
---|---|---|---|
RGB | 149 | 114 | 73 |
HSL | 32° | 34.23% | 43.53% |
HSB/HSV | 32° | 51.01% | 58.43% |
CMYK | 0.00% | 23.49% | 51.01% |
41.57% |
Color #957249 in popluar number systems.
HEX | 95 | 72 | 49 |
Decimal | 149 | 114 | 73 |
Binary | 10010101 | 1110010 | 1001001 |
Octal | 225 | 162 | 111 |
Shades of #957249
Tints of #957249
Examples of css and html codes for elements with #957249 color. Also use rgb(149,114,73) instead hex code.
.myTextColor { color: #957249; }
<p style="color:#957249">This sample text font color is #957249.</p>
This text font color is #957249.
.myBgColor { background-color: #957249; }
<div style="background-color:#957249">Inner text</div>
This div background color is #957249.
.myBorderColor { border: 1px solid #957249; }
<div style="border:3px solid #957249">Div</div>
This div border color is #957249.
.myOpacity80 { color: #957249; opacity: 0.8; }
<p style="color:#957249;opacity:0.8;">80%</p>
Text with #957249 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957249;}
<p style="text-shadow: 3px 3px 1px #957249">Text here.</p>
This text has shadow with #957249 color.
.textShadow {text-shadow: 3px 3px 1px #957249', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957249, 5px 5px 20px red">Text here.</p>
This text has shadow with #957249 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957249, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957249, Direction=45, Strength=4)">Text</p>
This text has shadow with #957249 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #957249;
-webkit-box-shadow: 1px 1px 3px 2px #957249;
box-shadow: 1px 1px 3px 2px #957249;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #957249; -webkit-box-shadow: 1px 1px 3px 2px #957249; box-shadow:1px 1px 3px 2px #957249;">
Div content here
</div>
This text has color #957249 on black background.
This text has color #957249 on white background.
This text has black color on #957249 background.
This text has white color on #957249 background.
Complementary color for #hex is #6A8DB6.