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