HEX: #329463
RGB: (50,148,99)
#329463 contains mainly green and blue colors. Web safe color of #329463 is #339966 (or #396).
#329463 color RGB value is (50,148,99).
RGB: (50,148,99) (20%,58%,39%)
R 50 of 255 = 20%
G 148 of 255 = 58%
B 99 of 255 = 39%
R + G + B ~ 39%. #329463 is quite dark color.
R + G + B =
50 + 148 + 99 = 297 (100%)
R 50 of 297 ~ 16.84%
G 148 of 297 ~ 49.83%
B 99 of 297 ~ 33.33%
#329463 color CMYK value is (66,0,33,42).
CMYK: (66,0,33,42) C66M0Y33K42 (66%,0%,33%,42%) (0.66/0.00/0.33/0.42)
32 | 94 | 63 | |
---|---|---|---|
RGB | 50 | 148 | 99 |
HSL | 150° | 49.49% | 38.82% |
HSB/HSV | 150° | 66.22% | 58.04% |
CMYK | 66.22% | 0.00% | 33.11% |
41.96% |
HEX | 32 | 94 | 63 |
Decimal | 50 | 148 | 99 |
Binary | 110010 | 10010100 | 1100011 |
Octal | 62 | 224 | 143 |
Examples of css and html codes for elements with #329463 color. Also use rgb(50,148,99) instead hex code.
.myTextColor { color: #329463; }
<p style="color:#329463">This sample text font color is #329463.</p>
This text font color is #329463.
.myBgColor { background-color: #329463; }
<div style="background-color:#329463">Inner text</div>
This div background color is #329463.
.myBorderColor { border: 1px solid #329463; }
<div style="border:3px solid #329463">Div</div>
This div border color is #329463.
.myOpacity80 { color: #329463; opacity: 0.8; }
<p style="color:#329463;opacity:0.8;">80%</p>
Text with #329463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #329463;}
<p style="text-shadow: 3px 3px 1px #329463">Text here.</p>
This text has shadow with #329463 color.
.textShadow {text-shadow: 3px 3px 1px #329463, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #329463, 5px 5px 20px red">Text here.</p>
This text has shadow with #329463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#329463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#329463, Direction=45, Strength=4)">Text</p>
This text has shadow with #329463 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #329463; -webkit-box-shadow: 1px 1px 3px 2px #329463; box-shadow: 1px 1px 3px 2px #329463; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #329463; -webkit-box-shadow: 1px 1px 3px 2px #329463; box-shadow:1px 1px 3px 2px #329463;">
Div content here</div>
This text has color #329463 on black background.
This text has color #329463 on white background.
This text has black color on #329463 background.
This text has white color on #329463 background.