HEX: #957820
RGB: (149,120,32)
#957820 contains mainly red and green colors. Web safe color of #957820 is #996633 (or #963).
#957820 color RGB value is (149,120,32).
RGB: (149,120,32) (58%,47%,13%)
R 149 of 255 = 58%
G 120 of 255 = 47%
B 32 of 255 = 13%
R + G + B ~ 39%. #957820 is quite dark color.
R + G + B =
149 + 120 + 32 = 301 (100%)
R 149 of 301 ~ 49.5%
G 120 of 301 ~ 39.87%
B 32 of 301 ~ 10.63%
#957820 color CMYK value is (0,19,79,42).
CMYK: (0,19,79,42) C0M19Y79K42 (0%,19%,79%,42%) (0.00/0.19/0.79/0.42)
95 | 78 | 20 | |
---|---|---|---|
RGB | 149 | 120 | 32 |
HSL | 45° | 64.64% | 35.49% |
HSB/HSV | 45° | 78.52% | 58.43% |
CMYK | 0.00% | 19.46% | 78.52% |
41.57% |
HEX | 95 | 78 | 20 |
Decimal | 149 | 120 | 32 |
Binary | 10010101 | 1111000 | 100000 |
Octal | 225 | 170 | 40 |
Examples of css and html codes for elements with #957820 color. Also use rgb(149,120,32) instead hex code.
.myTextColor { color: #957820; }
<p style="color:#957820">This sample text font color is #957820.</p>
This text font color is #957820.
.myBgColor { background-color: #957820; }
<div style="background-color:#957820">Inner text</div>
This div background color is #957820.
.myBorderColor { border: 1px solid #957820; }
<div style="border:3px solid #957820">Div</div>
This div border color is #957820.
.myOpacity80 { color: #957820; opacity: 0.8; }
<p style="color:#957820;opacity:0.8;">80%</p>
Text with #957820 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957820;}
<p style="text-shadow: 3px 3px 1px #957820">Text here.</p>
This text has shadow with #957820 color.
.textShadow {text-shadow: 3px 3px 1px #957820, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957820, 5px 5px 20px red">Text here.</p>
This text has shadow with #957820 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957820, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957820, Direction=45, Strength=4)">Text</p>
This text has shadow with #957820 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #957820; -webkit-box-shadow: 1px 1px 3px 2px #957820; box-shadow: 1px 1px 3px 2px #957820; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #957820; -webkit-box-shadow: 1px 1px 3px 2px #957820; box-shadow:1px 1px 3px 2px #957820;">
Div content here</div>
This text has color #957820 on black background.
This text has color #957820 on white background.
This text has black color on #957820 background.
This text has white color on #957820 background.