HEX: #988359
RGB: (152,131,89)
#988359 contains mainly red and green colors. Web safe color of #988359 is #999966 (or #996).
#988359 color RGB value is (152,131,89).
RGB: (152,131,89)
(60%, 51%, 35%)
R 152 of 255 = 60%
G 131 of 255 = 51%
B 89 of 255 = 35%
R + G + B ~ 49%. #988359 is middle color (not dark and not light).
R + G + B = 152 + 131 + 89 = 372 (100%)
R 152 of 372 ~ 40.86%
G 131 of 372 ~ 35.22%
B 89 of 372 ~ 23.92'%
#988359 color CMYK value is (0,14,41,40).
CMYK: (0,14,41,40) C0M14Y41K40 (0%,14%,41%,40%) (0.00/0.14/0.41/0.40)
Color #988359 in popluar color models
98 | 83 | 59 | |
---|---|---|---|
RGB | 152 | 131 | 89 |
HSL | 40° | 26.14% | 47.25% |
HSB/HSV | 40° | 41.45% | 59.61% |
CMYK | 0.00% | 13.82% | 41.45% |
40.39% |
Color #988359 in popluar number systems.
HEX | 98 | 83 | 59 |
Decimal | 152 | 131 | 89 |
Binary | 10011000 | 10000011 | 1011001 |
Octal | 230 | 203 | 131 |
Shades of #988359
Tints of #988359
Examples of css and html codes for elements with #988359 color. Also use rgb(152,131,89) instead hex code.
.myTextColor { color: #988359; }
<p style="color:#988359">This sample text font color is #988359.</p>
This text font color is #988359.
.myBgColor { background-color: #988359; }
<div style="background-color:#988359">Inner text</div>
This div background color is #988359.
.myBorderColor { border: 1px solid #988359; }
<div style="border:3px solid #988359">Div</div>
This div border color is #988359.
.myOpacity80 { color: #988359; opacity: 0.8; }
<p style="color:#988359;opacity:0.8;">80%</p>
Text with #988359 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988359;}
<p style="text-shadow: 3px 3px 1px #988359">Text here.</p>
This text has shadow with #988359 color.
.textShadow {text-shadow: 3px 3px 1px #988359', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988359, 5px 5px 20px red">Text here.</p>
This text has shadow with #988359 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988359, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988359, Direction=45, Strength=4)">Text</p>
This text has shadow with #988359 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988359;
-webkit-box-shadow: 1px 1px 3px 2px #988359;
box-shadow: 1px 1px 3px 2px #988359;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988359; -webkit-box-shadow: 1px 1px 3px 2px #988359; box-shadow:1px 1px 3px 2px #988359;">
Div content here
</div>
This text has color #988359 on black background.
This text has color #988359 on white background.
This text has black color on #988359 background.
This text has white color on #988359 background.
Complementary color for #hex is #677CA6.