HEX: #388009
RGB: (56,128,9)
#388009 contains mainly green color. Web safe color of #388009 is #336600 (or #360).
#388009 color RGB value is (56,128,9).
RGB: (56,128,9)
(22%, 50%, 4%)
R 56 of 255 = 22%
G 128 of 255 = 50%
B 9 of 255 = 4%
R + G + B ~ 25%. #388009 is quite dark color.
R + G + B = 56 + 128 + 9 = 193 (100%)
R 56 of 193 ~ 29.02%
G 128 of 193 ~ 66.32%
B 9 of 193 ~ 4.66'%
#388009 color CMYK value is (56,0,93,50).
CMYK: (56,0,93,50)
C56M0Y93K50 (56%, 0%, 93%, 50%)
(0.56 / 0.00 / 0.93 / 0.50)
Color #388009 in popluar color models
38 | 80 | 09 | |
---|---|---|---|
RGB | 56 | 128 | 9 |
HSL | 96° | 86.86% | 26.86% |
HSB/HSV | 96° | 92.97% | 50.20% |
CMYK | 56.25% | 0.00% | 92.97% |
49.80% |
Color #388009 in popluar number systems.
HEX | 38 | 80 | 09 |
Decimal | 56 | 128 | 9 |
Binary | 111000 | 10000000 | 1001 |
Octal | 70 | 200 | 11 |
Shades of #388009
Tints of #388009
Examples of css and html codes for elements with #388009 color. Also use rgb(56,128,9) instead hex code.
.myTextColor { color: #388009; }
<p style="color:#388009">This sample text font color is #388009.</p>
This text font color is #388009.
.myBgColor { background-color: #388009; }
<div style="background-color:#388009">Inner text</div>
This div background color is #388009.
.myBorderColor { border: 1px solid #388009; }
<div style="border:3px solid #388009">Div</div>
This div border color is #388009.
.myOpacity80 { color: #388009; opacity: 0.8; }
<p style="color:#388009;opacity:0.8;">80%</p>
Text with #388009 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #388009;}
<p style="text-shadow: 3px 3px 1px #388009">Text here.</p>
This text has shadow with #388009 color.
.textShadow {text-shadow: 3px 3px 1px #388009', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #388009, 5px 5px 20px red">Text here.</p>
This text has shadow with #388009 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#388009, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#388009, Direction=45, Strength=4)">Text</p>
This text has shadow with #388009 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #388009;
-webkit-box-shadow: 1px 1px 3px 2px #388009;
box-shadow: 1px 1px 3px 2px #388009;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #388009; -webkit-box-shadow: 1px 1px 3px 2px #388009; box-shadow:1px 1px 3px 2px #388009;">
Div content here
</div>
This text has color #388009 on black background.
This text has color #388009 on white background.
This text has black color on #388009 background.
This text has white color on #388009 background.
Complementary color for #hex is #C77FF6.