HEX: #95784D
RGB: (149,120,77)
#95784D contains mainly red and green colors. Web safe color of #95784D is #996633 (or #963).
#95784D color RGB value is (149,120,77).
RGB: (149,120,77)
(58%, 47%, 30%)
R 149 of 255 = 58%
G 120 of 255 = 47%
B 77 of 255 = 30%
R + G + B ~ 45%. #95784D is middle color (not dark and not light).
R + G + B = 149 + 120 + 77 = 346 (100%)
R 149 of 346 ~ 43.06%
G 120 of 346 ~ 34.68%
B 77 of 346 ~ 22.25'%
#95784D color CMYK value is (0,19,48,42).
CMYK: (0,19,48,42) C0M19Y48K42 (0%,19%,48%,42%) (0.00/0.19/0.48/0.42)
Color #95784D in popluar color models
95 | 78 | 4D | |
---|---|---|---|
RGB | 149 | 120 | 77 |
HSL | 36° | 31.86% | 44.31% |
HSB/HSV | 36° | 48.32% | 58.43% |
CMYK | 0.00% | 19.46% | 48.32% |
41.57% |
Color #95784D in popluar number systems.
HEX | 95 | 78 | 4D |
Decimal | 149 | 120 | 77 |
Binary | 10010101 | 1111000 | 1001101 |
Octal | 225 | 170 | 115 |
Shades of #95784D
Tints of #95784D
Examples of css and html codes for elements with #95784D color. Also use rgb(149,120,77) instead hex code.
.myTextColor { color: #95784D; }
<p style="color:#95784D">This sample text font color is #95784D.</p>
This text font color is #95784D.
.myBgColor { background-color: #95784D; }
<div style="background-color:#95784D">Inner text</div>
This div background color is #95784D.
.myBorderColor { border: 1px solid #95784D; }
<div style="border:3px solid #95784D">Div</div>
This div border color is #95784D.
.myOpacity80 { color: #95784D; opacity: 0.8; }
<p style="color:#95784D;opacity:0.8;">80%</p>
Text with #95784D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95784D;}
<p style="text-shadow: 3px 3px 1px #95784D">Text here.</p>
This text has shadow with #95784D color.
.textShadow {text-shadow: 3px 3px 1px #95784D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95784D, 5px 5px 20px red">Text here.</p>
This text has shadow with #95784D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95784D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95784D, Direction=45, Strength=4)">Text</p>
This text has shadow with #95784D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95784D;
-webkit-box-shadow: 1px 1px 3px 2px #95784D;
box-shadow: 1px 1px 3px 2px #95784D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95784D; -webkit-box-shadow: 1px 1px 3px 2px #95784D; box-shadow:1px 1px 3px 2px #95784D;">
Div content here
</div>
This text has color #95784D on black background.
This text has color #95784D on white background.
This text has black color on #95784D background.
This text has white color on #95784D background.
Complementary color for #hex is #6A87B2.