HEX: #874949
RGB: (135,73,73)
#874949 contains mainly red color. Web safe color of #874949 is #993333 (or #933).
#874949 color RGB value is (135,73,73).
RGB: (135,73,73) (53%,29%,29%)
R 135 of 255 = 53%
G 73 of 255 = 29%
B 73 of 255 = 29%
R + G + B ~ 37%. #874949 is quite dark color.
R + G + B =
135 + 73 + 73 = 281 (100%)
R 135 of 281 ~ 48.04%
G 73 of 281 ~ 25.98%
B 73 of 281 ~ 25.98%
#874949 color CMYK value is (0,46,46,47).
CMYK: (0,46,46,47) C0M46Y46K47 (0%,46%,46%,47%) (0.00/0.46/0.46/0.47)
87 | 49 | 49 | |
---|---|---|---|
RGB | 135 | 73 | 73 |
HSL | 0° | 29.81% | 40.78% |
HSB/HSV | 0° | 45.93% | 52.94% |
CMYK | 0.00% | 45.93% | 45.93% |
47.06% |
HEX | 87 | 49 | 49 |
Decimal | 135 | 73 | 73 |
Binary | 10000111 | 1001001 | 1001001 |
Octal | 207 | 111 | 111 |
Examples of css and html codes for elements with #874949 color. Also use rgb(135,73,73) instead hex code.
.myTextColor { color: #874949; }
<p style="color:#874949">This sample text font color is #874949.</p>
This text font color is #874949.
.myBgColor { background-color: #874949; }
<div style="background-color:#874949">Inner text</div>
This div background color is #874949.
.myBorderColor { border: 1px solid #874949; }
<div style="border:3px solid #874949">Div</div>
This div border color is #874949.
.myOpacity80 { color: #874949; opacity: 0.8; }
<p style="color:#874949;opacity:0.8;">80%</p>
Text with #874949 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #874949;}
<p style="text-shadow: 3px 3px 1px #874949">Text here.</p>
This text has shadow with #874949 color.
.textShadow {text-shadow: 3px 3px 1px #874949, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #874949, 5px 5px 20px red">Text here.</p>
This text has shadow with #874949 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#874949, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#874949, Direction=45, Strength=4)">Text</p>
This text has shadow with #874949 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #874949; -webkit-box-shadow: 1px 1px 3px 2px #874949; box-shadow: 1px 1px 3px 2px #874949; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #874949; -webkit-box-shadow: 1px 1px 3px 2px #874949; box-shadow:1px 1px 3px 2px #874949;">
Div content here</div>
This text has color #874949 on black background.
This text has color #874949 on white background.
This text has black color on #874949 background.
This text has white color on #874949 background.