HEX: #427337
RGB: (66,115,55)
#427337 contains mainly red and green colors. Web safe color of #427337 is #336633 (or #363).
#427337 color RGB value is (66,115,55).
RGB: (66,115,55) (26%,45%,22%)
R 66 of 255 = 26%
G 115 of 255 = 45%
B 55 of 255 = 22%
R + G + B ~ 31%. #427337 is quite dark color.
R + G + B =
66 + 115 + 55 = 236 (100%)
R 66 of 236 ~ 27.97%
G 115 of 236 ~ 48.73%
B 55 of 236 ~ 23.31%
#427337 color CMYK value is (43,0,52,55).
CMYK: (43,0,52,55) C43M0Y52K55 (43%,0%,52%,55%) (0.43/0.00/0.52/0.55)
42 | 73 | 37 | |
---|---|---|---|
RGB | 66 | 115 | 55 |
HSL | 109° | 35.29% | 33.33% |
HSB/HSV | 109° | 52.17% | 45.10% |
CMYK | 42.61% | 0.00% | 52.17% |
54.90% |
HEX | 42 | 73 | 37 |
Decimal | 66 | 115 | 55 |
Binary | 1000010 | 1110011 | 110111 |
Octal | 102 | 163 | 67 |
Examples of css and html codes for elements with #427337 color. Also use rgb(66,115,55) instead hex code.
.myTextColor { color: #427337; }
<p style="color:#427337">This sample text font color is #427337.</p>
This text font color is #427337.
.myBgColor { background-color: #427337; }
<div style="background-color:#427337">Inner text</div>
This div background color is #427337.
.myBorderColor { border: 1px solid #427337; }
<div style="border:3px solid #427337">Div</div>
This div border color is #427337.
.myOpacity80 { color: #427337; opacity: 0.8; }
<p style="color:#427337;opacity:0.8;">80%</p>
Text with #427337 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #427337;}
<p style="text-shadow: 3px 3px 1px #427337">Text here.</p>
This text has shadow with #427337 color.
.textShadow {text-shadow: 3px 3px 1px #427337, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #427337, 5px 5px 20px red">Text here.</p>
This text has shadow with #427337 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#427337, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#427337, Direction=45, Strength=4)">Text</p>
This text has shadow with #427337 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #427337; -webkit-box-shadow: 1px 1px 3px 2px #427337; box-shadow: 1px 1px 3px 2px #427337; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #427337; -webkit-box-shadow: 1px 1px 3px 2px #427337; box-shadow:1px 1px 3px 2px #427337;">
Div content here</div>
This text has color #427337 on black background.
This text has color #427337 on white background.
This text has black color on #427337 background.
This text has white color on #427337 background.