HEX: #829040
RGB: (130,144,64)
#829040 contains mainly red and green colors. Web safe color of #829040 is #999933 (or #993).
#829040 color RGB value is (130,144,64).
RGB: (130,144,64) (51%,56%,25%)
R 130 of 255 = 51%
G 144 of 255 = 56%
B 64 of 255 = 25%
R + G + B ~ 44%. #829040 is middle color (not dark and not light).
R + G + B =
130 + 144 + 64 = 338 (100%)
R 130 of 338 ~ 38.46%
G 144 of 338 ~ 42.6%
B 64 of 338 ~ 18.93%
#829040 color CMYK value is (10,0,56,44).
CMYK: (10,0,56,44) C10M0Y56K44 (10%,0%,56%,44%) (0.10/0.00/0.56/0.44)
82 | 90 | 40 | |
---|---|---|---|
RGB | 130 | 144 | 64 |
HSL | 71° | 38.46% | 40.78% |
HSB/HSV | 71° | 55.56% | 56.47% |
CMYK | 9.72% | 0.00% | 55.56% |
43.53% |
HEX | 82 | 90 | 40 |
Decimal | 130 | 144 | 64 |
Binary | 10000010 | 10010000 | 1000000 |
Octal | 202 | 220 | 100 |
Examples of css and html codes for elements with #829040 color. Also use rgb(130,144,64) instead hex code.
.myTextColor { color: #829040; }
<p style="color:#829040">This sample text font color is #829040.</p>
This text font color is #829040.
.myBgColor { background-color: #829040; }
<div style="background-color:#829040">Inner text</div>
This div background color is #829040.
.myBorderColor { border: 1px solid #829040; }
<div style="border:3px solid #829040">Div</div>
This div border color is #829040.
.myOpacity80 { color: #829040; opacity: 0.8; }
<p style="color:#829040;opacity:0.8;">80%</p>
Text with #829040 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #829040;}
<p style="text-shadow: 3px 3px 1px #829040">Text here.</p>
This text has shadow with #829040 color.
.textShadow {text-shadow: 3px 3px 1px #829040, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #829040, 5px 5px 20px red">Text here.</p>
This text has shadow with #829040 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#829040, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#829040, Direction=45, Strength=4)">Text</p>
This text has shadow with #829040 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #829040; -webkit-box-shadow: 1px 1px 3px 2px #829040; box-shadow: 1px 1px 3px 2px #829040; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #829040; -webkit-box-shadow: 1px 1px 3px 2px #829040; box-shadow:1px 1px 3px 2px #829040;">
Div content here</div>
This text has color #829040 on black background.
This text has color #829040 on white background.
This text has black color on #829040 background.
This text has white color on #829040 background.