HEX: #349946
RGB: (52,153,70)
#349946 contains mainly green color. Web safe color of #349946 is #339933 (or #393).
#349946 color RGB value is (52,153,70).
RGB: (52,153,70) (20%,60%,27%)
R 52 of 255 = 20%
G 153 of 255 = 60%
B 70 of 255 = 27%
R + G + B ~ 36%. #349946 is quite dark color.
R + G + B =
52 + 153 + 70 = 275 (100%)
R 52 of 275 ~ 18.91%
G 153 of 275 ~ 55.64%
B 70 of 275 ~ 25.45%
#349946 color CMYK value is (66,0,54,40).
CMYK: (66,0,54,40) C66M0Y54K40 (66%,0%,54%,40%) (0.66/0.00/0.54/0.40)
34 | 99 | 46 | |
---|---|---|---|
RGB | 52 | 153 | 70 |
HSL | 131° | 49.27% | 40.20% |
HSB/HSV | 131° | 66.01% | 60.00% |
CMYK | 66.01% | 0.00% | 54.25% |
40.00% |
HEX | 34 | 99 | 46 |
Decimal | 52 | 153 | 70 |
Binary | 110100 | 10011001 | 1000110 |
Octal | 64 | 231 | 106 |
Examples of css and html codes for elements with #349946 color. Also use rgb(52,153,70) instead hex code.
.myTextColor { color: #349946; }
<p style="color:#349946">This sample text font color is #349946.</p>
This text font color is #349946.
.myBgColor { background-color: #349946; }
<div style="background-color:#349946">Inner text</div>
This div background color is #349946.
.myBorderColor { border: 1px solid #349946; }
<div style="border:3px solid #349946">Div</div>
This div border color is #349946.
.myOpacity80 { color: #349946; opacity: 0.8; }
<p style="color:#349946;opacity:0.8;">80%</p>
Text with #349946 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #349946;}
<p style="text-shadow: 3px 3px 1px #349946">Text here.</p>
This text has shadow with #349946 color.
.textShadow {text-shadow: 3px 3px 1px #349946, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #349946, 5px 5px 20px red">Text here.</p>
This text has shadow with #349946 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#349946, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#349946, Direction=45, Strength=4)">Text</p>
This text has shadow with #349946 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #349946; -webkit-box-shadow: 1px 1px 3px 2px #349946; box-shadow: 1px 1px 3px 2px #349946; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #349946; -webkit-box-shadow: 1px 1px 3px 2px #349946; box-shadow:1px 1px 3px 2px #349946;">
Div content here</div>
This text has color #349946 on black background.
This text has color #349946 on white background.
This text has black color on #349946 background.
This text has white color on #349946 background.