HEX: #327829
RGB: (50,120,41)
#327829 contains mainly green color. Web safe color of #327829 is #336633 (or #363).
#327829 color RGB value is (50,120,41).
RGB: (50,120,41) (20%,47%,16%)
R 50 of 255 = 20%
G 120 of 255 = 47%
B 41 of 255 = 16%
R + G + B ~ 28%. #327829 is quite dark color.
R + G + B =
50 + 120 + 41 = 211 (100%)
R 50 of 211 ~ 23.7%
G 120 of 211 ~ 56.87%
B 41 of 211 ~ 19.43%
#327829 color CMYK value is (58,0,66,53).
CMYK: (58,0,66,53) C58M0Y66K53 (58%,0%,66%,53%) (0.58/0.00/0.66/0.53)
32 | 78 | 29 | |
---|---|---|---|
RGB | 50 | 120 | 41 |
HSL | 113° | 49.07% | 31.57% |
HSB/HSV | 113° | 65.83% | 47.06% |
CMYK | 58.33% | 0.00% | 65.83% |
52.94% |
HEX | 32 | 78 | 29 |
Decimal | 50 | 120 | 41 |
Binary | 110010 | 1111000 | 101001 |
Octal | 62 | 170 | 51 |
Examples of css and html codes for elements with #327829 color. Also use rgb(50,120,41) instead hex code.
.myTextColor { color: #327829; }
<p style="color:#327829">This sample text font color is #327829.</p>
This text font color is #327829.
.myBgColor { background-color: #327829; }
<div style="background-color:#327829">Inner text</div>
This div background color is #327829.
.myBorderColor { border: 1px solid #327829; }
<div style="border:3px solid #327829">Div</div>
This div border color is #327829.
.myOpacity80 { color: #327829; opacity: 0.8; }
<p style="color:#327829;opacity:0.8;">80%</p>
Text with #327829 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #327829;}
<p style="text-shadow: 3px 3px 1px #327829">Text here.</p>
This text has shadow with #327829 color.
.textShadow {text-shadow: 3px 3px 1px #327829, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #327829, 5px 5px 20px red">Text here.</p>
This text has shadow with #327829 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#327829, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#327829, Direction=45, Strength=4)">Text</p>
This text has shadow with #327829 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #327829; -webkit-box-shadow: 1px 1px 3px 2px #327829; box-shadow: 1px 1px 3px 2px #327829; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #327829; -webkit-box-shadow: 1px 1px 3px 2px #327829; box-shadow:1px 1px 3px 2px #327829;">
Div content here</div>
This text has color #327829 on black background.
This text has color #327829 on white background.
This text has black color on #327829 background.
This text has white color on #327829 background.