HEX: #6B863E
RGB: (107,134,62)
#6B863E contains mainly red and green colors. Web safe color of #6B863E is #669933 (or #693).
#6B863E color RGB value is (107,134,62).
RGB: (107,134,62) (42%,53%,24%)
R 107 of 255 = 42%
G 134 of 255 = 53%
B 62 of 255 = 24%
R + G + B ~ 40%. #6B863E is middle color (not dark and not light).
R + G + B =
107 + 134 + 62 = 303 (100%)
R 107 of 303 ~ 35.31%
G 134 of 303 ~ 44.22%
B 62 of 303 ~ 20.46%
#6B863E color CMYK value is (20,0,54,47).
CMYK: (20,0,54,47) C20M0Y54K47 (20%,0%,54%,47%) (0.20/0.00/0.54/0.47)
6B | 86 | 3E | |
---|---|---|---|
RGB | 107 | 134 | 62 |
HSL | 83° | 36.73% | 38.43% |
HSB/HSV | 83° | 53.73% | 52.55% |
CMYK | 20.15% | 0.00% | 53.73% |
47.45% |
HEX | 6B | 86 | 3E |
Decimal | 107 | 134 | 62 |
Binary | 1101011 | 10000110 | 111110 |
Octal | 153 | 206 | 76 |
Examples of css and html codes for elements with #6B863E color. Also use rgb(107,134,62) instead hex code.
.myTextColor { color: #6B863E; }
<p style="color:#6B863E">This sample text font color is #6B863E.</p>
This text font color is #6B863E.
.myBgColor { background-color: #6B863E; }
<div style="background-color:#6B863E">Inner text</div>
This div background color is #6B863E.
.myBorderColor { border: 1px solid #6B863E; }
<div style="border:3px solid #6B863E">Div</div>
This div border color is #6B863E.
.myOpacity80 { color: #6B863E; opacity: 0.8; }
<p style="color:#6B863E;opacity:0.8;">80%</p>
Text with #6B863E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6B863E;}
<p style="text-shadow: 3px 3px 1px #6B863E">Text here.</p>
This text has shadow with #6B863E color.
.textShadow {text-shadow: 3px 3px 1px #6B863E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6B863E, 5px 5px 20px red">Text here.</p>
This text has shadow with #6B863E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6B863E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6B863E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6B863E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6B863E; -webkit-box-shadow: 1px 1px 3px 2px #6B863E; box-shadow: 1px 1px 3px 2px #6B863E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6B863E; -webkit-box-shadow: 1px 1px 3px 2px #6B863E; box-shadow:1px 1px 3px 2px #6B863E;">
Div content here</div>
This text has color #6B863E on black background.
This text has color #6B863E on white background.
This text has black color on #6B863E background.
This text has white color on #6B863E background.