HEX: #976571
RGB: (151,101,113)
#976571 contains red, green and blue colors in about the same proportion. Web safe color of #976571 is #996666 (or #966).
#976571 color RGB value is (151,101,113).
RGB: (151,101,113)
(59%, 40%, 44%)
R 151 of 255 = 59%
G 101 of 255 = 40%
B 113 of 255 = 44%
R + G + B ~ 48%. #976571 is middle color (not dark and not light).
R + G + B = 151 + 101 + 113 = 365 (100%)
R 151 of 365 ~ 41.37%
G 101 of 365 ~ 27.67%
B 113 of 365 ~ 30.96'%
#976571 color CMYK value is (0,33,25,41).
CMYK: (0,33,25,41) C0M33Y25K41 (0%,33%,25%,41%) (0.00/0.33/0.25/0.41)
Color #976571 in popluar color models
97 | 65 | 71 | |
---|---|---|---|
RGB | 151 | 101 | 113 |
HSL | 346° | 19.84% | 49.41% |
HSB/HSV | 346° | 33.11% | 59.22% |
CMYK | 0.00% | 33.11% | 25.17% |
40.78% |
Color #976571 in popluar number systems.
HEX | 97 | 65 | 71 |
Decimal | 151 | 101 | 113 |
Binary | 10010111 | 1100101 | 1110001 |
Octal | 227 | 145 | 161 |
Shades of #976571
Tints of #976571
Examples of css and html codes for elements with #976571 color. Also use rgb(151,101,113) instead hex code.
.myTextColor { color: #976571; }
<p style="color:#976571">This sample text font color is #976571.</p>
This text font color is #976571.
.myBgColor { background-color: #976571; }
<div style="background-color:#976571">Inner text</div>
This div background color is #976571.
.myBorderColor { border: 1px solid #976571; }
<div style="border:3px solid #976571">Div</div>
This div border color is #976571.
.myOpacity80 { color: #976571; opacity: 0.8; }
<p style="color:#976571;opacity:0.8;">80%</p>
Text with #976571 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #976571;}
<p style="text-shadow: 3px 3px 1px #976571">Text here.</p>
This text has shadow with #976571 color.
.textShadow {text-shadow: 3px 3px 1px #976571', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #976571, 5px 5px 20px red">Text here.</p>
This text has shadow with #976571 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#976571, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#976571, Direction=45, Strength=4)">Text</p>
This text has shadow with #976571 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #976571;
-webkit-box-shadow: 1px 1px 3px 2px #976571;
box-shadow: 1px 1px 3px 2px #976571;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #976571; -webkit-box-shadow: 1px 1px 3px 2px #976571; box-shadow:1px 1px 3px 2px #976571;">
Div content here
</div>
This text has color #976571 on black background.
This text has color #976571 on white background.
This text has black color on #976571 background.
This text has white color on #976571 background.
Complementary color for #hex is #689A8E.