HEX: #446351
RGB: (68,99,81)
#446351 contains red, green and blue colors in about the same proportion. Web safe color of #446351 is #336666 (or #366).
#446351 color RGB value is (68,99,81).
RGB: (68,99,81) (27%,39%,32%)
R 68 of 255 = 27%
G 99 of 255 = 39%
B 81 of 255 = 32%
R + G + B ~ 33%. #446351 is quite dark color.
R + G + B =
68 + 99 + 81 = 248 (100%)
R 68 of 248 ~ 27.42%
G 99 of 248 ~ 39.92%
B 81 of 248 ~ 32.66%
#446351 color CMYK value is (31,0,18,61).
CMYK: (31,0,18,61) C31M0Y18K61 (31%,0%,18%,61%) (0.31/0.00/0.18/0.61)
44 | 63 | 51 | |
---|---|---|---|
RGB | 68 | 99 | 81 |
HSL | 145° | 18.56% | 32.75% |
HSB/HSV | 145° | 31.31% | 38.82% |
CMYK | 31.31% | 0.00% | 18.18% |
61.18% |
HEX | 44 | 63 | 51 |
Decimal | 68 | 99 | 81 |
Binary | 1000100 | 1100011 | 1010001 |
Octal | 104 | 143 | 121 |
Examples of css and html codes for elements with #446351 color. Also use rgb(68,99,81) instead hex code.
.myTextColor { color: #446351; }
<p style="color:#446351">This sample text font color is #446351.</p>
This text font color is #446351.
.myBgColor { background-color: #446351; }
<div style="background-color:#446351">Inner text</div>
This div background color is #446351.
.myBorderColor { border: 1px solid #446351; }
<div style="border:3px solid #446351">Div</div>
This div border color is #446351.
.myOpacity80 { color: #446351; opacity: 0.8; }
<p style="color:#446351;opacity:0.8;">80%</p>
Text with #446351 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #446351;}
<p style="text-shadow: 3px 3px 1px #446351">Text here.</p>
This text has shadow with #446351 color.
.textShadow {text-shadow: 3px 3px 1px #446351, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #446351, 5px 5px 20px red">Text here.</p>
This text has shadow with #446351 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#446351, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#446351, Direction=45, Strength=4)">Text</p>
This text has shadow with #446351 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #446351; -webkit-box-shadow: 1px 1px 3px 2px #446351; box-shadow: 1px 1px 3px 2px #446351; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #446351; -webkit-box-shadow: 1px 1px 3px 2px #446351; box-shadow:1px 1px 3px 2px #446351;">
Div content here</div>
This text has color #446351 on black background.
This text has color #446351 on white background.
This text has black color on #446351 background.
This text has white color on #446351 background.