HEX: #446331
RGB: (68,99,49)
#446331 contains red, green and blue colors in about the same proportion. Web safe color of #446331 is #336633 (or #363).
#446331 color RGB value is (68,99,49).
RGB: (68,99,49) (27%,39%,19%)
R 68 of 255 = 27%
G 99 of 255 = 39%
B 49 of 255 = 19%
R + G + B ~ 28%. #446331 is quite dark color.
R + G + B =
68 + 99 + 49 = 216 (100%)
R 68 of 216 ~ 31.48%
G 99 of 216 ~ 45.83%
B 49 of 216 ~ 22.69%
#446331 color CMYK value is (31,0,51,61).
CMYK: (31,0,51,61) C31M0Y51K61 (31%,0%,51%,61%) (0.31/0.00/0.51/0.61)
44 | 63 | 31 | |
---|---|---|---|
RGB | 68 | 99 | 49 |
HSL | 97° | 33.78% | 29.02% |
HSB/HSV | 97° | 50.51% | 38.82% |
CMYK | 31.31% | 0.00% | 50.51% |
61.18% |
HEX | 44 | 63 | 31 |
Decimal | 68 | 99 | 49 |
Binary | 1000100 | 1100011 | 110001 |
Octal | 104 | 143 | 61 |
Examples of css and html codes for elements with #446331 color. Also use rgb(68,99,49) instead hex code.
.myTextColor { color: #446331; }
<p style="color:#446331">This sample text font color is #446331.</p>
This text font color is #446331.
.myBgColor { background-color: #446331; }
<div style="background-color:#446331">Inner text</div>
This div background color is #446331.
.myBorderColor { border: 1px solid #446331; }
<div style="border:3px solid #446331">Div</div>
This div border color is #446331.
.myOpacity80 { color: #446331; opacity: 0.8; }
<p style="color:#446331;opacity:0.8;">80%</p>
Text with #446331 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #446331;}
<p style="text-shadow: 3px 3px 1px #446331">Text here.</p>
This text has shadow with #446331 color.
.textShadow {text-shadow: 3px 3px 1px #446331, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #446331, 5px 5px 20px red">Text here.</p>
This text has shadow with #446331 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#446331, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#446331, Direction=45, Strength=4)">Text</p>
This text has shadow with #446331 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #446331; -webkit-box-shadow: 1px 1px 3px 2px #446331; box-shadow: 1px 1px 3px 2px #446331; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #446331; -webkit-box-shadow: 1px 1px 3px 2px #446331; box-shadow:1px 1px 3px 2px #446331;">
Div content here</div>
This text has color #446331 on black background.
This text has color #446331 on white background.
This text has black color on #446331 background.
This text has white color on #446331 background.