HEX: #998E5E
RGB: (153,142,94)
#998E5E contains red, green and blue colors in about the same proportion. Web safe color of #998E5E is #999966 (or #996).
#998E5E color RGB value is (153,142,94).
RGB: (153,142,94)
(60%, 56%, 37%)
R 153 of 255 = 60%
G 142 of 255 = 56%
B 94 of 255 = 37%
R + G + B ~ 51%. #998E5E is middle color (not dark and not light).
R + G + B = 153 + 142 + 94 = 389 (100%)
R 153 of 389 ~ 39.33%
G 142 of 389 ~ 36.5%
B 94 of 389 ~ 24.16'%
#998E5E color CMYK value is (0,7,39,40).
CMYK: (0,7,39,40)
C0M7Y39K40 (0%, 7%, 39%, 40%)
(0.00 / 0.07 / 0.39 / 0.40)
Color #998E5E in popluar color models
99 | 8E | 5E | |
---|---|---|---|
RGB | 153 | 142 | 94 |
HSL | 49° | 23.89% | 48.43% |
HSB/HSV | 49° | 38.56% | 60.00% |
CMYK | 0.00% | 7.19% | 38.56% |
40.00% |
Color #998E5E in popluar number systems.
HEX | 99 | 8E | 5E |
Decimal | 153 | 142 | 94 |
Binary | 10011001 | 10001110 | 1011110 |
Octal | 231 | 216 | 136 |
Shades of #998E5E
Tints of #998E5E
Examples of css and html codes for elements with #998E5E color. Also use rgb(153,142,94) instead hex code.
.myTextColor { color: #998E5E; }
<p style="color:#998E5E">This sample text font color is #998E5E.</p>
This text font color is #998E5E.
.myBgColor { background-color: #998E5E; }
<div style="background-color:#998E5E">Inner text</div>
This div background color is #998E5E.
.myBorderColor { border: 1px solid #998E5E; }
<div style="border:3px solid #998E5E">Div</div>
This div border color is #998E5E.
.myOpacity80 { color: #998E5E; opacity: 0.8; }
<p style="color:#998E5E;opacity:0.8;">80%</p>
Text with #998E5E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #998E5E;}
<p style="text-shadow: 3px 3px 1px #998E5E">Text here.</p>
This text has shadow with #998E5E color.
.textShadow {text-shadow: 3px 3px 1px #998E5E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #998E5E, 5px 5px 20px red">Text here.</p>
This text has shadow with #998E5E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#998E5E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#998E5E, Direction=45, Strength=4)">Text</p>
This text has shadow with #998E5E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #998E5E;
-webkit-box-shadow: 1px 1px 3px 2px #998E5E;
box-shadow: 1px 1px 3px 2px #998E5E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #998E5E; -webkit-box-shadow: 1px 1px 3px 2px #998E5E; box-shadow:1px 1px 3px 2px #998E5E;">
Div content here
</div>
This text has color #998E5E on black background.
This text has color #998E5E on white background.
This text has black color on #998E5E background.
This text has white color on #998E5E background.
Complementary color for #hex is #6671A1.