HEX: #388848
RGB: (56,136,72)
#388848 contains mainly green color. Web safe color of #388848 is #339933 (or #393).
#388848 color RGB value is (56,136,72).
RGB: (56,136,72) (22%,53%,28%)
R 56 of 255 = 22%
G 136 of 255 = 53%
B 72 of 255 = 28%
R + G + B ~ 34%. #388848 is quite dark color.
R + G + B =
56 + 136 + 72 = 264 (100%)
R 56 of 264 ~ 21.21%
G 136 of 264 ~ 51.52%
B 72 of 264 ~ 27.27%
#388848 color CMYK value is (59,0,47,47).
CMYK: (59,0,47,47) C59M0Y47K47 (59%,0%,47%,47%) (0.59/0.00/0.47/0.47)
38 | 88 | 48 | |
---|---|---|---|
RGB | 56 | 136 | 72 |
HSL | 132° | 41.67% | 37.65% |
HSB/HSV | 132° | 58.82% | 53.33% |
CMYK | 58.82% | 0.00% | 47.06% |
46.67% |
HEX | 38 | 88 | 48 |
Decimal | 56 | 136 | 72 |
Binary | 111000 | 10001000 | 1001000 |
Octal | 70 | 210 | 110 |
Examples of css and html codes for elements with #388848 color. Also use rgb(56,136,72) instead hex code.
.myTextColor { color: #388848; }
<p style="color:#388848">This sample text font color is #388848.</p>
This text font color is #388848.
.myBgColor { background-color: #388848; }
<div style="background-color:#388848">Inner text</div>
This div background color is #388848.
.myBorderColor { border: 1px solid #388848; }
<div style="border:3px solid #388848">Div</div>
This div border color is #388848.
.myOpacity80 { color: #388848; opacity: 0.8; }
<p style="color:#388848;opacity:0.8;">80%</p>
Text with #388848 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #388848;}
<p style="text-shadow: 3px 3px 1px #388848">Text here.</p>
This text has shadow with #388848 color.
.textShadow {text-shadow: 3px 3px 1px #388848, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #388848, 5px 5px 20px red">Text here.</p>
This text has shadow with #388848 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#388848, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#388848, Direction=45, Strength=4)">Text</p>
This text has shadow with #388848 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #388848; -webkit-box-shadow: 1px 1px 3px 2px #388848; box-shadow: 1px 1px 3px 2px #388848; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #388848; -webkit-box-shadow: 1px 1px 3px 2px #388848; box-shadow:1px 1px 3px 2px #388848;">
Div content here</div>
This text has color #388848 on black background.
This text has color #388848 on white background.
This text has black color on #388848 background.
This text has white color on #388848 background.