HEX: #378420
RGB: (55,132,32)
#378420 contains mainly green color. Web safe color of #378420 is #339933 (or #393).
#378420 color RGB value is (55,132,32).
RGB: (55,132,32)
(22%, 52%, 13%)
R 55 of 255 = 22%
G 132 of 255 = 52%
B 32 of 255 = 13%
R + G + B ~ 29%. #378420 is quite dark color.
R + G + B = 55 + 132 + 32 = 219 (100%)
R 55 of 219 ~ 25.11%
G 132 of 219 ~ 60.27%
B 32 of 219 ~ 14.61'%
#378420 color CMYK value is (58,0,76,48).
CMYK: (58,0,76,48)
C58M0Y76K48 (58%, 0%, 76%, 48%)
(0.58 / 0.00 / 0.76 / 0.48)
Color #378420 in popluar color models
37 | 84 | 20 | |
---|---|---|---|
RGB | 55 | 132 | 32 |
HSL | 106° | 60.98% | 32.16% |
HSB/HSV | 106° | 75.76% | 51.76% |
CMYK | 58.33% | 0.00% | 75.76% |
48.24% |
Color #378420 in popluar number systems.
HEX | 37 | 84 | 20 |
Decimal | 55 | 132 | 32 |
Binary | 110111 | 10000100 | 100000 |
Octal | 67 | 204 | 40 |
Shades of #378420
Tints of #378420
Examples of css and html codes for elements with #378420 color. Also use rgb(55,132,32) instead hex code.
.myTextColor { color: #378420; }
<p style="color:#378420">This sample text font color is #378420.</p>
This text font color is #378420.
.myBgColor { background-color: #378420; }
<div style="background-color:#378420">Inner text</div>
This div background color is #378420.
.myBorderColor { border: 1px solid #378420; }
<div style="border:3px solid #378420">Div</div>
This div border color is #378420.
.myOpacity80 { color: #378420; opacity: 0.8; }
<p style="color:#378420;opacity:0.8;">80%</p>
Text with #378420 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #378420;}
<p style="text-shadow: 3px 3px 1px #378420">Text here.</p>
This text has shadow with #378420 color.
.textShadow {text-shadow: 3px 3px 1px #378420', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #378420, 5px 5px 20px red">Text here.</p>
This text has shadow with #378420 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#378420, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#378420, Direction=45, Strength=4)">Text</p>
This text has shadow with #378420 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #378420;
-webkit-box-shadow: 1px 1px 3px 2px #378420;
box-shadow: 1px 1px 3px 2px #378420;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #378420; -webkit-box-shadow: 1px 1px 3px 2px #378420; box-shadow:1px 1px 3px 2px #378420;">
Div content here
</div>
This text has color #378420 on black background.
This text has color #378420 on white background.
This text has black color on #378420 background.
This text has white color on #378420 background.
Complementary color for #hex is #C87BDF.