HEX: #997E5A
RGB: (153,126,90)
#997E5A contains mainly red and green colors. Web safe color of #997E5A is #996666 (or #966).
#997E5A color RGB value is (153,126,90).
RGB: (153,126,90)
(60%, 49%, 35%)
R 153 of 255 = 60%
G 126 of 255 = 49%
B 90 of 255 = 35%
R + G + B ~ 48%. #997E5A is middle color (not dark and not light).
R + G + B = 153 + 126 + 90 = 369 (100%)
R 153 of 369 ~ 41.46%
G 126 of 369 ~ 34.15%
B 90 of 369 ~ 24.39'%
#997E5A color CMYK value is (0,18,41,40).
CMYK: (0,18,41,40) C0M18Y41K40 (0%,18%,41%,40%) (0.00/0.18/0.41/0.40)
Color #997E5A in popluar color models
99 | 7E | 5A | |
---|---|---|---|
RGB | 153 | 126 | 90 |
HSL | 34° | 25.93% | 47.65% |
HSB/HSV | 34° | 41.18% | 60.00% |
CMYK | 0.00% | 17.65% | 41.18% |
40.00% |
Color #997E5A in popluar number systems.
HEX | 99 | 7E | 5A |
Decimal | 153 | 126 | 90 |
Binary | 10011001 | 1111110 | 1011010 |
Octal | 231 | 176 | 132 |
Shades of #997E5A
Tints of #997E5A
Examples of css and html codes for elements with #997E5A color. Also use rgb(153,126,90) instead hex code.
.myTextColor { color: #997E5A; }
<p style="color:#997E5A">This sample text font color is #997E5A.</p>
This text font color is #997E5A.
.myBgColor { background-color: #997E5A; }
<div style="background-color:#997E5A">Inner text</div>
This div background color is #997E5A.
.myBorderColor { border: 1px solid #997E5A; }
<div style="border:3px solid #997E5A">Div</div>
This div border color is #997E5A.
.myOpacity80 { color: #997E5A; opacity: 0.8; }
<p style="color:#997E5A;opacity:0.8;">80%</p>
Text with #997E5A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #997E5A;}
<p style="text-shadow: 3px 3px 1px #997E5A">Text here.</p>
This text has shadow with #997E5A color.
.textShadow {text-shadow: 3px 3px 1px #997E5A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #997E5A, 5px 5px 20px red">Text here.</p>
This text has shadow with #997E5A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#997E5A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#997E5A, Direction=45, Strength=4)">Text</p>
This text has shadow with #997E5A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #997E5A;
-webkit-box-shadow: 1px 1px 3px 2px #997E5A;
box-shadow: 1px 1px 3px 2px #997E5A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #997E5A; -webkit-box-shadow: 1px 1px 3px 2px #997E5A; box-shadow:1px 1px 3px 2px #997E5A;">
Div content here
</div>
This text has color #997E5A on black background.
This text has color #997E5A on white background.
This text has black color on #997E5A background.
This text has white color on #997E5A background.
Complementary color for #hex is #6681A5.