HEX: #6D814D
RGB: (109,129,77)
#6D814D contains red, green and blue colors in about the same proportion. Web safe color of #6D814D is #669933 (or #693).
#6D814D color RGB value is (109,129,77).
RGB: (109,129,77) (43%,51%,30%)
R 109 of 255 = 43%
G 129 of 255 = 51%
B 77 of 255 = 30%
R + G + B ~ 41%. #6D814D is middle color (not dark and not light).
R + G + B =
109 + 129 + 77 = 315 (100%)
R 109 of 315 ~ 34.6%
G 129 of 315 ~ 40.95%
B 77 of 315 ~ 24.44%
#6D814D color CMYK value is (16,0,40,49).
CMYK: (16,0,40,49) C16M0Y40K49 (16%,0%,40%,49%) (0.16/0.00/0.40/0.49)
6D | 81 | 4D | |
---|---|---|---|
RGB | 109 | 129 | 77 |
HSL | 83° | 25.24% | 40.39% |
HSB/HSV | 83° | 40.31% | 50.59% |
CMYK | 15.50% | 0.00% | 40.31% |
49.41% |
HEX | 6D | 81 | 4D |
Decimal | 109 | 129 | 77 |
Binary | 1101101 | 10000001 | 1001101 |
Octal | 155 | 201 | 115 |
Examples of css and html codes for elements with #6D814D color. Also use rgb(109,129,77) instead hex code.
.myTextColor { color: #6D814D; }
<p style="color:#6D814D">This sample text font color is #6D814D.</p>
This text font color is #6D814D.
.myBgColor { background-color: #6D814D; }
<div style="background-color:#6D814D">Inner text</div>
This div background color is #6D814D.
.myBorderColor { border: 1px solid #6D814D; }
<div style="border:3px solid #6D814D">Div</div>
This div border color is #6D814D.
.myOpacity80 { color: #6D814D; opacity: 0.8; }
<p style="color:#6D814D;opacity:0.8;">80%</p>
Text with #6D814D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D814D;}
<p style="text-shadow: 3px 3px 1px #6D814D">Text here.</p>
This text has shadow with #6D814D color.
.textShadow {text-shadow: 3px 3px 1px #6D814D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D814D, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D814D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D814D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D814D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D814D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D814D; -webkit-box-shadow: 1px 1px 3px 2px #6D814D; box-shadow: 1px 1px 3px 2px #6D814D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D814D; -webkit-box-shadow: 1px 1px 3px 2px #6D814D; box-shadow:1px 1px 3px 2px #6D814D;">
Div content here</div>
This text has color #6D814D on black background.
This text has color #6D814D on white background.
This text has black color on #6D814D background.
This text has white color on #6D814D background.