HEX: #892825
RGB: (137,40,37)
#892825 contains mainly red color. Web safe color of #892825 is #993333 (or #933).
#892825 color RGB value is (137,40,37).
RGB: (137,40,37) (54%,16%,15%)
R 137 of 255 = 54%
G 40 of 255 = 16%
B 37 of 255 = 15%
R + G + B ~ 28%. #892825 is quite dark color.
R + G + B =
137 + 40 + 37 = 214 (100%)
R 137 of 214 ~ 64.02%
G 40 of 214 ~ 18.69%
B 37 of 214 ~ 17.29%
#892825 color CMYK value is (0,71,73,46).
CMYK: (0,71,73,46) C0M71Y73K46 (0%,71%,73%,46%) (0.00/0.71/0.73/0.46)
89 | 28 | 25 | |
---|---|---|---|
RGB | 137 | 40 | 37 |
HSL | 2° | 57.47% | 34.12% |
HSB/HSV | 2° | 72.99% | 53.73% |
CMYK | 0.00% | 70.80% | 72.99% |
46.27% |
HEX | 89 | 28 | 25 |
Decimal | 137 | 40 | 37 |
Binary | 10001001 | 101000 | 100101 |
Octal | 211 | 50 | 45 |
Examples of css and html codes for elements with #892825 color. Also use rgb(137,40,37) instead hex code.
.myTextColor { color: #892825; }
<p style="color:#892825">This sample text font color is #892825.</p>
This text font color is #892825.
.myBgColor { background-color: #892825; }
<div style="background-color:#892825">Inner text</div>
This div background color is #892825.
.myBorderColor { border: 1px solid #892825; }
<div style="border:3px solid #892825">Div</div>
This div border color is #892825.
.myOpacity80 { color: #892825; opacity: 0.8; }
<p style="color:#892825;opacity:0.8;">80%</p>
Text with #892825 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #892825;}
<p style="text-shadow: 3px 3px 1px #892825">Text here.</p>
This text has shadow with #892825 color.
.textShadow {text-shadow: 3px 3px 1px #892825, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #892825, 5px 5px 20px red">Text here.</p>
This text has shadow with #892825 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#892825, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#892825, Direction=45, Strength=4)">Text</p>
This text has shadow with #892825 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #892825; -webkit-box-shadow: 1px 1px 3px 2px #892825; box-shadow: 1px 1px 3px 2px #892825; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #892825; -webkit-box-shadow: 1px 1px 3px 2px #892825; box-shadow:1px 1px 3px 2px #892825;">
Div content here</div>
This text has color #892825 on black background.
This text has color #892825 on white background.
This text has black color on #892825 background.
This text has white color on #892825 background.