HEX: #873C33
RGB: (135,60,51)
#873C33 contains mainly red color. Web safe color of #873C33 is #993333 (or #933).
#873C33 color RGB value is (135,60,51).
RGB: (135,60,51)
(53%, 24%, 20%)
R 135 of 255 = 53%
G 60 of 255 = 24%
B 51 of 255 = 20%
R + G + B ~ 32%. #873C33 is quite dark color.
R + G + B = 135 + 60 + 51 = 246 (100%)
R 135 of 246 ~ 54.88%
G 60 of 246 ~ 24.39%
B 51 of 246 ~ 20.73'%
#873C33 color CMYK value is (0,56,62,47).
CMYK: (0,56,62,47)
C0M56Y62K47 (0%, 56%, 62%, 47%)
(0.00 / 0.56 / 0.62 / 0.47)
Color #873C33 in popluar color models
87 | 3C | 33 | |
---|---|---|---|
RGB | 135 | 60 | 51 |
HSL | 6° | 45.16% | 36.47% |
HSB/HSV | 6° | 62.22% | 52.94% |
CMYK | 0.00% | 55.56% | 62.22% |
47.06% |
Color #873C33 in popluar number systems.
HEX | 87 | 3C | 33 |
Decimal | 135 | 60 | 51 |
Binary | 10000111 | 111100 | 110011 |
Octal | 207 | 74 | 63 |
Shades of #873C33
Tints of #873C33
Examples of css and html codes for elements with #873C33 color. Also use rgb(135,60,51) instead hex code.
.myTextColor { color: #873C33; }
<p style="color:#873C33">This sample text font color is #873C33.</p>
This text font color is #873C33.
.myBgColor { background-color: #873C33; }
<div style="background-color:#873C33">Inner text</div>
This div background color is #873C33.
.myBorderColor { border: 1px solid #873C33; }
<div style="border:3px solid #873C33">Div</div>
This div border color is #873C33.
.myOpacity80 { color: #873C33; opacity: 0.8; }
<p style="color:#873C33;opacity:0.8;">80%</p>
Text with #873C33 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #873C33;}
<p style="text-shadow: 3px 3px 1px #873C33">Text here.</p>
This text has shadow with #873C33 color.
.textShadow {text-shadow: 3px 3px 1px #873C33', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #873C33, 5px 5px 20px red">Text here.</p>
This text has shadow with #873C33 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#873C33, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#873C33, Direction=45, Strength=4)">Text</p>
This text has shadow with #873C33 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #873C33;
-webkit-box-shadow: 1px 1px 3px 2px #873C33;
box-shadow: 1px 1px 3px 2px #873C33;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #873C33; -webkit-box-shadow: 1px 1px 3px 2px #873C33; box-shadow:1px 1px 3px 2px #873C33;">
Div content here
</div>
This text has color #873C33 on black background.
This text has color #873C33 on white background.
This text has black color on #873C33 background.
This text has white color on #873C33 background.
Complementary color for #hex is #78C3CC.