HEX: #823919
RGB: (130,57,25)
#823919 contains mainly red color. Web safe color of #823919 is #993300 (or #930).
#823919 color RGB value is (130,57,25).
RGB: (130,57,25) (51%,22%,10%)
R 130 of 255 = 51%
G 57 of 255 = 22%
B 25 of 255 = 10%
R + G + B ~ 28%. #823919 is quite dark color.
R + G + B =
130 + 57 + 25 = 212 (100%)
R 130 of 212 ~ 61.32%
G 57 of 212 ~ 26.89%
B 25 of 212 ~ 11.79%
#823919 color CMYK value is (0,56,81,49).
CMYK: (0,56,81,49) C0M56Y81K49 (0%,56%,81%,49%) (0.00/0.56/0.81/0.49)
82 | 39 | 19 | |
---|---|---|---|
RGB | 130 | 57 | 25 |
HSL | 18° | 67.74% | 30.39% |
HSB/HSV | 18° | 80.77% | 50.98% |
CMYK | 0.00% | 56.15% | 80.77% |
49.02% |
HEX | 82 | 39 | 19 |
Decimal | 130 | 57 | 25 |
Binary | 10000010 | 111001 | 11001 |
Octal | 202 | 71 | 31 |
Examples of css and html codes for elements with #823919 color. Also use rgb(130,57,25) instead hex code.
.myTextColor { color: #823919; }
<p style="color:#823919">This sample text font color is #823919.</p>
This text font color is #823919.
.myBgColor { background-color: #823919; }
<div style="background-color:#823919">Inner text</div>
This div background color is #823919.
.myBorderColor { border: 1px solid #823919; }
<div style="border:3px solid #823919">Div</div>
This div border color is #823919.
.myOpacity80 { color: #823919; opacity: 0.8; }
<p style="color:#823919;opacity:0.8;">80%</p>
Text with #823919 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #823919;}
<p style="text-shadow: 3px 3px 1px #823919">Text here.</p>
This text has shadow with #823919 color.
.textShadow {text-shadow: 3px 3px 1px #823919, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #823919, 5px 5px 20px red">Text here.</p>
This text has shadow with #823919 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#823919, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#823919, Direction=45, Strength=4)">Text</p>
This text has shadow with #823919 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #823919; -webkit-box-shadow: 1px 1px 3px 2px #823919; box-shadow: 1px 1px 3px 2px #823919; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #823919; -webkit-box-shadow: 1px 1px 3px 2px #823919; box-shadow:1px 1px 3px 2px #823919;">
Div content here</div>
This text has color #823919 on black background.
This text has color #823919 on white background.
This text has black color on #823919 background.
This text has white color on #823919 background.