HEX: #844863
RGB: (132,72,99)
#844863 contains mainly red and blue colors. Web safe color of #844863 is #993366 (or #936).
#844863 color RGB value is (132,72,99).
RGB: (132,72,99)
(52%, 28%, 39%)
R 132 of 255 = 52%
G 72 of 255 = 28%
B 99 of 255 = 39%
R + G + B ~ 40%. #844863 is middle color (not dark and not light).
R + G + B = 132 + 72 + 99 = 303 (100%)
R 132 of 303 ~ 43.56%
G 72 of 303 ~ 23.76%
B 99 of 303 ~ 32.67'%
#844863 color CMYK value is (0,45,25,48).
CMYK: (0,45,25,48)
C0M45Y25K48 (0%, 45%, 25%, 48%)
(0.00 / 0.45 / 0.25 / 0.48)
Color #844863 in popluar color models
84 | 48 | 63 | |
---|---|---|---|
RGB | 132 | 72 | 99 |
HSL | 333° | 29.41% | 40.00% |
HSB/HSV | 333° | 45.45% | 51.76% |
CMYK | 0.00% | 45.45% | 25.00% |
48.24% |
Color #844863 in popluar number systems.
HEX | 84 | 48 | 63 |
Decimal | 132 | 72 | 99 |
Binary | 10000100 | 1001000 | 1100011 |
Octal | 204 | 110 | 143 |
Shades of #844863
Tints of #844863
Examples of css and html codes for elements with #844863 color. Also use rgb(132,72,99) instead hex code.
.myTextColor { color: #844863; }
<p style="color:#844863">This sample text font color is #844863.</p>
This text font color is #844863.
.myBgColor { background-color: #844863; }
<div style="background-color:#844863">Inner text</div>
This div background color is #844863.
.myBorderColor { border: 1px solid #844863; }
<div style="border:3px solid #844863">Div</div>
This div border color is #844863.
.myOpacity80 { color: #844863; opacity: 0.8; }
<p style="color:#844863;opacity:0.8;">80%</p>
Text with #844863 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #844863;}
<p style="text-shadow: 3px 3px 1px #844863">Text here.</p>
This text has shadow with #844863 color.
.textShadow {text-shadow: 3px 3px 1px #844863', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #844863, 5px 5px 20px red">Text here.</p>
This text has shadow with #844863 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#844863, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#844863, Direction=45, Strength=4)">Text</p>
This text has shadow with #844863 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #844863;
-webkit-box-shadow: 1px 1px 3px 2px #844863;
box-shadow: 1px 1px 3px 2px #844863;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #844863; -webkit-box-shadow: 1px 1px 3px 2px #844863; box-shadow:1px 1px 3px 2px #844863;">
Div content here
</div>
This text has color #844863 on black background.
This text has color #844863 on white background.
This text has black color on #844863 background.
This text has white color on #844863 background.
Complementary color for #hex is #7BB79C.