HEX: #827F4D
RGB: (130,127,77)
#827F4D contains red, green and blue colors in about the same proportion. Web safe color of #827F4D is #996633 (or #963).
#827F4D color RGB value is (130,127,77).
RGB: (130,127,77)
(51%, 50%, 30%)
R 130 of 255 = 51%
G 127 of 255 = 50%
B 77 of 255 = 30%
R + G + B ~ 44%. #827F4D is middle color (not dark and not light).
R + G + B = 130 + 127 + 77 = 334 (100%)
R 130 of 334 ~ 38.92%
G 127 of 334 ~ 38.02%
B 77 of 334 ~ 23.05'%
#827F4D color CMYK value is (0,2,41,49).
CMYK: (0,2,41,49)
C0M2Y41K49 (0%, 2%, 41%, 49%)
(0.00 / 0.02 / 0.41 / 0.49)
Color #827F4D in popluar color models
82 | 7F | 4D | |
---|---|---|---|
RGB | 130 | 127 | 77 |
HSL | 57° | 25.60% | 40.59% |
HSB/HSV | 57° | 40.77% | 50.98% |
CMYK | 0.00% | 2.31% | 40.77% |
49.02% |
Color #827F4D in popluar number systems.
HEX | 82 | 7F | 4D |
Decimal | 130 | 127 | 77 |
Binary | 10000010 | 1111111 | 1001101 |
Octal | 202 | 177 | 115 |
Shades of #827F4D
Tints of #827F4D
Examples of css and html codes for elements with #827F4D color. Also use rgb(130,127,77) instead hex code.
.myTextColor { color: #827F4D; }
<p style="color:#827F4D">This sample text font color is #827F4D.</p>
This text font color is #827F4D.
.myBgColor { background-color: #827F4D; }
<div style="background-color:#827F4D">Inner text</div>
This div background color is #827F4D.
.myBorderColor { border: 1px solid #827F4D; }
<div style="border:3px solid #827F4D">Div</div>
This div border color is #827F4D.
.myOpacity80 { color: #827F4D; opacity: 0.8; }
<p style="color:#827F4D;opacity:0.8;">80%</p>
Text with #827F4D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #827F4D;}
<p style="text-shadow: 3px 3px 1px #827F4D">Text here.</p>
This text has shadow with #827F4D color.
.textShadow {text-shadow: 3px 3px 1px #827F4D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #827F4D, 5px 5px 20px red">Text here.</p>
This text has shadow with #827F4D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#827F4D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#827F4D, Direction=45, Strength=4)">Text</p>
This text has shadow with #827F4D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #827F4D;
-webkit-box-shadow: 1px 1px 3px 2px #827F4D;
box-shadow: 1px 1px 3px 2px #827F4D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #827F4D; -webkit-box-shadow: 1px 1px 3px 2px #827F4D; box-shadow:1px 1px 3px 2px #827F4D;">
Div content here
</div>
This text has color #827F4D on black background.
This text has color #827F4D on white background.
This text has black color on #827F4D background.
This text has white color on #827F4D background.
Complementary color for #hex is #7D80B2.