HEX: #6D7A3B
RGB: (109,122,59)
#6D7A3B contains mainly red and green colors. Web safe color of #6D7A3B is #666633 (or #663).
#6D7A3B color RGB value is (109,122,59).
RGB: (109,122,59) (43%,48%,23%)
R 109 of 255 = 43%
G 122 of 255 = 48%
B 59 of 255 = 23%
R + G + B ~ 38%. #6D7A3B is quite dark color.
R + G + B =
109 + 122 + 59 = 290 (100%)
R 109 of 290 ~ 37.59%
G 122 of 290 ~ 42.07%
B 59 of 290 ~ 20.34%
#6D7A3B color CMYK value is (11,0,52,52).
CMYK: (11,0,52,52) C11M0Y52K52 (11%,0%,52%,52%) (0.11/0.00/0.52/0.52)
6D | 7A | 3B | |
---|---|---|---|
RGB | 109 | 122 | 59 |
HSL | 72° | 34.81% | 35.49% |
HSB/HSV | 72° | 51.64% | 47.84% |
CMYK | 10.66% | 0.00% | 51.64% |
52.16% |
HEX | 6D | 7A | 3B |
Decimal | 109 | 122 | 59 |
Binary | 1101101 | 1111010 | 111011 |
Octal | 155 | 172 | 73 |
Examples of css and html codes for elements with #6D7A3B color. Also use rgb(109,122,59) instead hex code.
.myTextColor { color: #6D7A3B; }
<p style="color:#6D7A3B">This sample text font color is #6D7A3B.</p>
This text font color is #6D7A3B.
.myBgColor { background-color: #6D7A3B; }
<div style="background-color:#6D7A3B">Inner text</div>
This div background color is #6D7A3B.
.myBorderColor { border: 1px solid #6D7A3B; }
<div style="border:3px solid #6D7A3B">Div</div>
This div border color is #6D7A3B.
.myOpacity80 { color: #6D7A3B; opacity: 0.8; }
<p style="color:#6D7A3B;opacity:0.8;">80%</p>
Text with #6D7A3B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D7A3B;}
<p style="text-shadow: 3px 3px 1px #6D7A3B">Text here.</p>
This text has shadow with #6D7A3B color.
.textShadow {text-shadow: 3px 3px 1px #6D7A3B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D7A3B, 5px 5px 20px red">Text here.</p>
This text has shadow with #6D7A3B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D7A3B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D7A3B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D7A3B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D7A3B; -webkit-box-shadow: 1px 1px 3px 2px #6D7A3B; box-shadow: 1px 1px 3px 2px #6D7A3B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D7A3B; -webkit-box-shadow: 1px 1px 3px 2px #6D7A3B; box-shadow:1px 1px 3px 2px #6D7A3B;">
Div content here</div>
This text has color #6D7A3B on black background.
This text has color #6D7A3B on white background.
This text has black color on #6D7A3B background.
This text has white color on #6D7A3B background.