HEX: #387227
RGB: (56,114,39)
#387227 contains mainly red and green colors. Web safe color of #387227 is #336633 (or #363).
#387227 color RGB value is (56,114,39).
RGB: (56,114,39)
(22%, 45%, 15%)
R 56 of 255 = 22%
G 114 of 255 = 45%
B 39 of 255 = 15%
R + G + B ~ 27%. #387227 is quite dark color.
R + G + B = 56 + 114 + 39 = 209 (100%)
R 56 of 209 ~ 26.79%
G 114 of 209 ~ 54.55%
B 39 of 209 ~ 18.66'%
#387227 color CMYK value is (51,0,66,55).
CMYK: (51,0,66,55)
C51M0Y66K55 (51%, 0%, 66%, 55%)
(0.51 / 0.00 / 0.66 / 0.55)
Color #387227 in popluar color models
38 | 72 | 27 | |
---|---|---|---|
RGB | 56 | 114 | 39 |
HSL | 106° | 49.02% | 30.00% |
HSB/HSV | 106° | 65.79% | 44.71% |
CMYK | 50.88% | 0.00% | 65.79% |
55.29% |
Color #387227 in popluar number systems.
HEX | 38 | 72 | 27 |
Decimal | 56 | 114 | 39 |
Binary | 111000 | 1110010 | 100111 |
Octal | 70 | 162 | 47 |
Shades of #387227
Tints of #387227
Examples of css and html codes for elements with #387227 color. Also use rgb(56,114,39) instead hex code.
.myTextColor { color: #387227; }
<p style="color:#387227">This sample text font color is #387227.</p>
This text font color is #387227.
.myBgColor { background-color: #387227; }
<div style="background-color:#387227">Inner text</div>
This div background color is #387227.
.myBorderColor { border: 1px solid #387227; }
<div style="border:3px solid #387227">Div</div>
This div border color is #387227.
.myOpacity80 { color: #387227; opacity: 0.8; }
<p style="color:#387227;opacity:0.8;">80%</p>
Text with #387227 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #387227;}
<p style="text-shadow: 3px 3px 1px #387227">Text here.</p>
This text has shadow with #387227 color.
.textShadow {text-shadow: 3px 3px 1px #387227', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #387227, 5px 5px 20px red">Text here.</p>
This text has shadow with #387227 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#387227, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#387227, Direction=45, Strength=4)">Text</p>
This text has shadow with #387227 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #387227;
-webkit-box-shadow: 1px 1px 3px 2px #387227;
box-shadow: 1px 1px 3px 2px #387227;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #387227; -webkit-box-shadow: 1px 1px 3px 2px #387227; box-shadow:1px 1px 3px 2px #387227;">
Div content here
</div>
This text has color #387227 on black background.
This text has color #387227 on white background.
This text has black color on #387227 background.
This text has white color on #387227 background.
Complementary color for #hex is #C78DD8.