HEX: #826D7A
RGB: (130,109,122)
#826D7A contains red, green and blue colors in about the same proportion. Web safe color of #826D7A is #996666 (or #966).
#826D7A color RGB value is (130,109,122).
RGB: (130,109,122) (51%,43%,48%)
R 130 of 255 = 51%
G 109 of 255 = 43%
B 122 of 255 = 48%
R + G + B ~ 47%. #826D7A is middle color (not dark and not light).
R + G + B =
130 + 109 + 122 = 361 (100%)
R 130 of 361 ~ 36.01%
G 109 of 361 ~ 30.19%
B 122 of 361 ~ 33.8%
#826D7A color CMYK value is (0,16,6,49).
CMYK: (0,16,6,49) C0M16Y6K49 (0%,16%,6%,49%) (0.00/0.16/0.06/0.49)
82 | 6D | 7A | |
---|---|---|---|
RGB | 130 | 109 | 122 |
HSL | 323° | 8.79% | 46.86% |
HSB/HSV | 323° | 16.15% | 50.98% |
CMYK | 0.00% | 16.15% | 6.15% |
49.02% |
HEX | 82 | 6D | 7A |
Decimal | 130 | 109 | 122 |
Binary | 10000010 | 1101101 | 1111010 |
Octal | 202 | 155 | 172 |
Examples of css and html codes for elements with #826D7A color. Also use rgb(130,109,122) instead hex code.
.myTextColor { color: #826D7A; }
<p style="color:#826D7A">This sample text font color is #826D7A.</p>
This text font color is #826D7A.
.myBgColor { background-color: #826D7A; }
<div style="background-color:#826D7A">Inner text</div>
This div background color is #826D7A.
.myBorderColor { border: 1px solid #826D7A; }
<div style="border:3px solid #826D7A">Div</div>
This div border color is #826D7A.
.myOpacity80 { color: #826D7A; opacity: 0.8; }
<p style="color:#826D7A;opacity:0.8;">80%</p>
Text with #826D7A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #826D7A;}
<p style="text-shadow: 3px 3px 1px #826D7A">Text here.</p>
This text has shadow with #826D7A color.
.textShadow {text-shadow: 3px 3px 1px #826D7A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #826D7A, 5px 5px 20px red">Text here.</p>
This text has shadow with #826D7A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#826D7A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#826D7A, Direction=45, Strength=4)">Text</p>
This text has shadow with #826D7A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #826D7A; -webkit-box-shadow: 1px 1px 3px 2px #826D7A; box-shadow: 1px 1px 3px 2px #826D7A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #826D7A; -webkit-box-shadow: 1px 1px 3px 2px #826D7A; box-shadow:1px 1px 3px 2px #826D7A;">
Div content here</div>
This text has color #826D7A on black background.
This text has color #826D7A on white background.
This text has black color on #826D7A background.
This text has white color on #826D7A background.