HEX: #968380
RGB: (150,131,128)
#968380 contains red, green and blue colors in about the same proportion. Web safe color of #968380 is #999966 (or #996).
#968380 color RGB value is (150,131,128).
RGB: (150,131,128)
(59%, 51%, 50%)
R 150 of 255 = 59%
G 131 of 255 = 51%
B 128 of 255 = 50%
R + G + B ~ 53%. #968380 is middle color (not dark and not light).
R + G + B = 150 + 131 + 128 = 409 (100%)
R 150 of 409 ~ 36.67%
G 131 of 409 ~ 32.03%
B 128 of 409 ~ 31.3'%
#968380 color CMYK value is (0,13,15,41).
CMYK: (0,13,15,41)
C0M13Y15K41 (0%, 13%, 15%, 41%)
(0.00 / 0.13 / 0.15 / 0.41)
Color #968380 in popluar color models
96 | 83 | 80 | |
---|---|---|---|
RGB | 150 | 131 | 128 |
HSL | 8° | 9.48% | 54.51% |
HSB/HSV | 8° | 14.67% | 58.82% |
CMYK | 0.00% | 12.67% | 14.67% |
41.18% |
Color #968380 in popluar number systems.
HEX | 96 | 83 | 80 |
Decimal | 150 | 131 | 128 |
Binary | 10010110 | 10000011 | 10000000 |
Octal | 226 | 203 | 200 |
Shades of #968380
Tints of #968380
Examples of css and html codes for elements with #968380 color. Also use rgb(150,131,128) instead hex code.
.myTextColor { color: #968380; }
<p style="color:#968380">This sample text font color is #968380.</p>
This text font color is #968380.
.myBgColor { background-color: #968380; }
<div style="background-color:#968380">Inner text</div>
This div background color is #968380.
.myBorderColor { border: 1px solid #968380; }
<div style="border:3px solid #968380">Div</div>
This div border color is #968380.
.myOpacity80 { color: #968380; opacity: 0.8; }
<p style="color:#968380;opacity:0.8;">80%</p>
Text with #968380 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #968380;}
<p style="text-shadow: 3px 3px 1px #968380">Text here.</p>
This text has shadow with #968380 color.
.textShadow {text-shadow: 3px 3px 1px #968380', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #968380, 5px 5px 20px red">Text here.</p>
This text has shadow with #968380 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#968380, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#968380, Direction=45, Strength=4)">Text</p>
This text has shadow with #968380 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #968380;
-webkit-box-shadow: 1px 1px 3px 2px #968380;
box-shadow: 1px 1px 3px 2px #968380;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #968380; -webkit-box-shadow: 1px 1px 3px 2px #968380; box-shadow:1px 1px 3px 2px #968380;">
Div content here
</div>
This text has color #968380 on black background.
This text has color #968380 on white background.
This text has black color on #968380 background.
This text has white color on #968380 background.
Complementary color for #hex is #697C7F.