HEX: #827810
RGB: (130,120,16)
#827810 contains mainly red and green colors. Web safe color of #827810 is #996600 (or #960).
#827810 color RGB value is (130,120,16).
RGB: (130,120,16) (51%,47%,6%)
R 130 of 255 = 51%
G 120 of 255 = 47%
B 16 of 255 = 6%
R + G + B ~ 35%. #827810 is quite dark color.
R + G + B =
130 + 120 + 16 = 266 (100%)
R 130 of 266 ~ 48.87%
G 120 of 266 ~ 45.11%
B 16 of 266 ~ 6.02%
#827810 color CMYK value is (0,8,88,49).
CMYK: (0,8,88,49) C0M8Y88K49 (0%,8%,88%,49%) (0.00/0.08/0.88/0.49)
82 | 78 | 10 | |
---|---|---|---|
RGB | 130 | 120 | 16 |
HSL | 55° | 78.08% | 28.63% |
HSB/HSV | 55° | 87.69% | 50.98% |
CMYK | 0.00% | 7.69% | 87.69% |
49.02% |
HEX | 82 | 78 | 10 |
Decimal | 130 | 120 | 16 |
Binary | 10000010 | 1111000 | 10000 |
Octal | 202 | 170 | 20 |
Examples of css and html codes for elements with #827810 color. Also use rgb(130,120,16) instead hex code.
.myTextColor { color: #827810; }
<p style="color:#827810">This sample text font color is #827810.</p>
This text font color is #827810.
.myBgColor { background-color: #827810; }
<div style="background-color:#827810">Inner text</div>
This div background color is #827810.
.myBorderColor { border: 1px solid #827810; }
<div style="border:3px solid #827810">Div</div>
This div border color is #827810.
.myOpacity80 { color: #827810; opacity: 0.8; }
<p style="color:#827810;opacity:0.8;">80%</p>
Text with #827810 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #827810;}
<p style="text-shadow: 3px 3px 1px #827810">Text here.</p>
This text has shadow with #827810 color.
.textShadow {text-shadow: 3px 3px 1px #827810, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #827810, 5px 5px 20px red">Text here.</p>
This text has shadow with #827810 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827810, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#827810, Direction=45, Strength=4)">Text</p>
This text has shadow with #827810 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #827810; -webkit-box-shadow: 1px 1px 3px 2px #827810; box-shadow: 1px 1px 3px 2px #827810; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #827810; -webkit-box-shadow: 1px 1px 3px 2px #827810; box-shadow:1px 1px 3px 2px #827810;">
Div content here</div>
This text has color #827810 on black background.
This text has color #827810 on white background.
This text has black color on #827810 background.
This text has white color on #827810 background.