HEX: #976E4D
RGB: (151,110,77)
#976E4D contains mainly red and green colors. Web safe color of #976E4D is #996633 (or #963).
#976E4D color RGB value is (151,110,77).
RGB: (151,110,77)
(59%, 43%, 30%)
R 151 of 255 = 59%
G 110 of 255 = 43%
B 77 of 255 = 30%
R + G + B ~ 44%. #976E4D is middle color (not dark and not light).
R + G + B = 151 + 110 + 77 = 338 (100%)
R 151 of 338 ~ 44.67%
G 110 of 338 ~ 32.54%
B 77 of 338 ~ 22.78'%
#976E4D color CMYK value is (0,27,49,41).
CMYK: (0,27,49,41) C0M27Y49K41 (0%,27%,49%,41%) (0.00/0.27/0.49/0.41)
Color #976E4D in popluar color models
97 | 6E | 4D | |
---|---|---|---|
RGB | 151 | 110 | 77 |
HSL | 27° | 32.46% | 44.71% |
HSB/HSV | 27° | 49.01% | 59.22% |
CMYK | 0.00% | 27.15% | 49.01% |
40.78% |
Color #976E4D in popluar number systems.
HEX | 97 | 6E | 4D |
Decimal | 151 | 110 | 77 |
Binary | 10010111 | 1101110 | 1001101 |
Octal | 227 | 156 | 115 |
Shades of #976E4D
Tints of #976E4D
Examples of css and html codes for elements with #976E4D color. Also use rgb(151,110,77) instead hex code.
.myTextColor { color: #976E4D; }
<p style="color:#976E4D">This sample text font color is #976E4D.</p>
This text font color is #976E4D.
.myBgColor { background-color: #976E4D; }
<div style="background-color:#976E4D">Inner text</div>
This div background color is #976E4D.
.myBorderColor { border: 1px solid #976E4D; }
<div style="border:3px solid #976E4D">Div</div>
This div border color is #976E4D.
.myOpacity80 { color: #976E4D; opacity: 0.8; }
<p style="color:#976E4D;opacity:0.8;">80%</p>
Text with #976E4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #976E4D;}
<p style="text-shadow: 3px 3px 1px #976E4D">Text here.</p>
This text has shadow with #976E4D color.
.textShadow {text-shadow: 3px 3px 1px #976E4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #976E4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #976E4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#976E4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#976E4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #976E4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #976E4D;
-webkit-box-shadow: 1px 1px 3px 2px #976E4D;
box-shadow: 1px 1px 3px 2px #976E4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #976E4D; -webkit-box-shadow: 1px 1px 3px 2px #976E4D; box-shadow:1px 1px 3px 2px #976E4D;">
Div content here
</div>
This text has color #976E4D on black background.
This text has color #976E4D on white background.
This text has black color on #976E4D background.
This text has white color on #976E4D background.
Complementary color for #hex is #6891B2.