HEX: #976389
RGB: (151,99,137)
#976389 contains red, green and blue colors in about the same proportion. Web safe color of #976389 is #996699 (or #969).
#976389 color RGB value is (151,99,137).
RGB: (151,99,137)
(59%, 39%, 54%)
R 151 of 255 = 59%
G 99 of 255 = 39%
B 137 of 255 = 54%
R + G + B ~ 51%. #976389 is middle color (not dark and not light).
R + G + B = 151 + 99 + 137 = 387 (100%)
R 151 of 387 ~ 39.02%
G 99 of 387 ~ 25.58%
B 137 of 387 ~ 35.4'%
#976389 color CMYK value is (0,34,9,41).
CMYK: (0,34,9,41)
C0M34Y9K41 (0%, 34%, 9%, 41%)
(0.00 / 0.34 / 0.09 / 0.41)
Color #976389 in popluar color models
97 | 63 | 89 | |
---|---|---|---|
RGB | 151 | 99 | 137 |
HSL | 316° | 20.80% | 49.02% |
HSB/HSV | 316° | 34.44% | 59.22% |
CMYK | 0.00% | 34.44% | 9.27% |
40.78% |
Color #976389 in popluar number systems.
HEX | 97 | 63 | 89 |
Decimal | 151 | 99 | 137 |
Binary | 10010111 | 1100011 | 10001001 |
Octal | 227 | 143 | 211 |
Shades of #976389
Tints of #976389
Examples of css and html codes for elements with #976389 color. Also use rgb(151,99,137) instead hex code.
.myTextColor { color: #976389; }
<p style="color:#976389">This sample text font color is #976389.</p>
This text font color is #976389.
.myBgColor { background-color: #976389; }
<div style="background-color:#976389">Inner text</div>
This div background color is #976389.
.myBorderColor { border: 1px solid #976389; }
<div style="border:3px solid #976389">Div</div>
This div border color is #976389.
.myOpacity80 { color: #976389; opacity: 0.8; }
<p style="color:#976389;opacity:0.8;">80%</p>
Text with #976389 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #976389;}
<p style="text-shadow: 3px 3px 1px #976389">Text here.</p>
This text has shadow with #976389 color.
.textShadow {text-shadow: 3px 3px 1px #976389', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #976389, 5px 5px 20px red">Text here.</p>
This text has shadow with #976389 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#976389, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#976389, Direction=45, Strength=4)">Text</p>
This text has shadow with #976389 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #976389;
-webkit-box-shadow: 1px 1px 3px 2px #976389;
box-shadow: 1px 1px 3px 2px #976389;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #976389; -webkit-box-shadow: 1px 1px 3px 2px #976389; box-shadow:1px 1px 3px 2px #976389;">
Div content here
</div>
This text has color #976389 on black background.
This text has color #976389 on white background.
This text has black color on #976389 background.
This text has white color on #976389 background.
Complementary color for #hex is #689C76.