HEX: #957E3C
RGB: (149,126,60)
#957E3C contains mainly red and green colors. Web safe color of #957E3C is #996633 (or #963).
#957E3C color RGB value is (149,126,60).
RGB: (149,126,60) (58%,49%,24%)
R 149 of 255 = 58%
G 126 of 255 = 49%
B 60 of 255 = 24%
R + G + B ~ 44%. #957E3C is middle color (not dark and not light).
R + G + B =
149 + 126 + 60 = 335 (100%)
R 149 of 335 ~ 44.48%
G 126 of 335 ~ 37.61%
B 60 of 335 ~ 17.91%
#957E3C color CMYK value is (0,15,60,42).
CMYK: (0,15,60,42) C0M15Y60K42 (0%,15%,60%,42%) (0.00/0.15/0.60/0.42)
95 | 7E | 3C | |
---|---|---|---|
RGB | 149 | 126 | 60 |
HSL | 44° | 42.58% | 40.98% |
HSB/HSV | 44° | 59.73% | 58.43% |
CMYK | 0.00% | 15.44% | 59.73% |
41.57% |
HEX | 95 | 7E | 3C |
Decimal | 149 | 126 | 60 |
Binary | 10010101 | 1111110 | 111100 |
Octal | 225 | 176 | 74 |
Examples of css and html codes for elements with #957E3C color. Also use rgb(149,126,60) instead hex code.
.myTextColor { color: #957E3C; }
<p style="color:#957E3C">This sample text font color is #957E3C.</p>
This text font color is #957E3C.
.myBgColor { background-color: #957E3C; }
<div style="background-color:#957E3C">Inner text</div>
This div background color is #957E3C.
.myBorderColor { border: 1px solid #957E3C; }
<div style="border:3px solid #957E3C">Div</div>
This div border color is #957E3C.
.myOpacity80 { color: #957E3C; opacity: 0.8; }
<p style="color:#957E3C;opacity:0.8;">80%</p>
Text with #957E3C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957E3C;}
<p style="text-shadow: 3px 3px 1px #957E3C">Text here.</p>
This text has shadow with #957E3C color.
.textShadow {text-shadow: 3px 3px 1px #957E3C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957E3C, 5px 5px 20px red">Text here.</p>
This text has shadow with #957E3C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957E3C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957E3C, Direction=45, Strength=4)">Text</p>
This text has shadow with #957E3C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #957E3C; -webkit-box-shadow: 1px 1px 3px 2px #957E3C; box-shadow: 1px 1px 3px 2px #957E3C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #957E3C; -webkit-box-shadow: 1px 1px 3px 2px #957E3C; box-shadow:1px 1px 3px 2px #957E3C;">
Div content here</div>
This text has color #957E3C on black background.
This text has color #957E3C on white background.
This text has black color on #957E3C background.
This text has white color on #957E3C background.