HEX: #998977
RGB: (153,137,119)
#998977 contains red, green and blue colors in about the same proportion. Web safe color of #998977 is #999966 (or #996).
#998977 color RGB value is (153,137,119).
RGB: (153,137,119)
(60%, 54%, 47%)
R 153 of 255 = 60%
G 137 of 255 = 54%
B 119 of 255 = 47%
R + G + B ~ 54%. #998977 is middle color (not dark and not light).
R + G + B = 153 + 137 + 119 = 409 (100%)
R 153 of 409 ~ 37.41%
G 137 of 409 ~ 33.5%
B 119 of 409 ~ 29.1'%
#998977 color CMYK value is (0,10,22,40).
CMYK: (0,10,22,40)
C0M10Y22K40 (0%, 10%, 22%, 40%)
(0.00 / 0.10 / 0.22 / 0.40)
Color #998977 in popluar color models
99 | 89 | 77 | |
---|---|---|---|
RGB | 153 | 137 | 119 |
HSL | 32° | 14.29% | 53.33% |
HSB/HSV | 32° | 22.22% | 60.00% |
CMYK | 0.00% | 10.46% | 22.22% |
40.00% |
Color #998977 in popluar number systems.
HEX | 99 | 89 | 77 |
Decimal | 153 | 137 | 119 |
Binary | 10011001 | 10001001 | 1110111 |
Octal | 231 | 211 | 167 |
Shades of #998977
Tints of #998977
Examples of css and html codes for elements with #998977 color. Also use rgb(153,137,119) instead hex code.
.myTextColor { color: #998977; }
<p style="color:#998977">This sample text font color is #998977.</p>
This text font color is #998977.
.myBgColor { background-color: #998977; }
<div style="background-color:#998977">Inner text</div>
This div background color is #998977.
.myBorderColor { border: 1px solid #998977; }
<div style="border:3px solid #998977">Div</div>
This div border color is #998977.
.myOpacity80 { color: #998977; opacity: 0.8; }
<p style="color:#998977;opacity:0.8;">80%</p>
Text with #998977 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #998977;}
<p style="text-shadow: 3px 3px 1px #998977">Text here.</p>
This text has shadow with #998977 color.
.textShadow {text-shadow: 3px 3px 1px #998977', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #998977, 5px 5px 20px red">Text here.</p>
This text has shadow with #998977 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#998977, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#998977, Direction=45, Strength=4)">Text</p>
This text has shadow with #998977 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #998977;
-webkit-box-shadow: 1px 1px 3px 2px #998977;
box-shadow: 1px 1px 3px 2px #998977;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #998977; -webkit-box-shadow: 1px 1px 3px 2px #998977; box-shadow:1px 1px 3px 2px #998977;">
Div content here
</div>
This text has color #998977 on black background.
This text has color #998977 on white background.
This text has black color on #998977 background.
This text has white color on #998977 background.
Complementary color for #hex is #667688.