HEX: #446822
RGB: (68,104,34)
#446822 contains mainly red and green colors. Web safe color of #446822 is #336633 (or #363).
#446822 color RGB value is (68,104,34).
RGB: (68,104,34) (27%,41%,13%)
R 68 of 255 = 27%
G 104 of 255 = 41%
B 34 of 255 = 13%
R + G + B ~ 27%. #446822 is quite dark color.
R + G + B =
68 + 104 + 34 = 206 (100%)
R 68 of 206 ~ 33.01%
G 104 of 206 ~ 50.49%
B 34 of 206 ~ 16.5%
#446822 color CMYK value is (35,0,67,59).
CMYK: (35,0,67,59) C35M0Y67K59 (35%,0%,67%,59%) (0.35/0.00/0.67/0.59)
44 | 68 | 22 | |
---|---|---|---|
RGB | 68 | 104 | 34 |
HSL | 91° | 50.72% | 27.06% |
HSB/HSV | 91° | 67.31% | 40.78% |
CMYK | 34.62% | 0.00% | 67.31% |
59.22% |
HEX | 44 | 68 | 22 |
Decimal | 68 | 104 | 34 |
Binary | 1000100 | 1101000 | 100010 |
Octal | 104 | 150 | 42 |
Examples of css and html codes for elements with #446822 color. Also use rgb(68,104,34) instead hex code.
.myTextColor { color: #446822; }
<p style="color:#446822">This sample text font color is #446822.</p>
This text font color is #446822.
.myBgColor { background-color: #446822; }
<div style="background-color:#446822">Inner text</div>
This div background color is #446822.
.myBorderColor { border: 1px solid #446822; }
<div style="border:3px solid #446822">Div</div>
This div border color is #446822.
.myOpacity80 { color: #446822; opacity: 0.8; }
<p style="color:#446822;opacity:0.8;">80%</p>
Text with #446822 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #446822;}
<p style="text-shadow: 3px 3px 1px #446822">Text here.</p>
This text has shadow with #446822 color.
.textShadow {text-shadow: 3px 3px 1px #446822, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #446822, 5px 5px 20px red">Text here.</p>
This text has shadow with #446822 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#446822, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#446822, Direction=45, Strength=4)">Text</p>
This text has shadow with #446822 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #446822; -webkit-box-shadow: 1px 1px 3px 2px #446822; box-shadow: 1px 1px 3px 2px #446822; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #446822; -webkit-box-shadow: 1px 1px 3px 2px #446822; box-shadow:1px 1px 3px 2px #446822;">
Div content here</div>
This text has color #446822 on black background.
This text has color #446822 on white background.
This text has black color on #446822 background.
This text has white color on #446822 background.