HEX: #387737
RGB: (56,119,55)
#387737 contains mainly green color. Web safe color of #387737 is #336633 (or #363).
#387737 color RGB value is (56,119,55).
RGB: (56,119,55) (22%,47%,22%)
R 56 of 255 = 22%
G 119 of 255 = 47%
B 55 of 255 = 22%
R + G + B ~ 30%. #387737 is quite dark color.
R + G + B =
56 + 119 + 55 = 230 (100%)
R 56 of 230 ~ 24.35%
G 119 of 230 ~ 51.74%
B 55 of 230 ~ 23.91%
#387737 color CMYK value is (53,0,54,53).
CMYK: (53,0,54,53) C53M0Y54K53 (53%,0%,54%,53%) (0.53/0.00/0.54/0.53)
38 | 77 | 37 | |
---|---|---|---|
RGB | 56 | 119 | 55 |
HSL | 119° | 36.78% | 34.12% |
HSB/HSV | 119° | 53.78% | 46.67% |
CMYK | 52.94% | 0.00% | 53.78% |
53.33% |
HEX | 38 | 77 | 37 |
Decimal | 56 | 119 | 55 |
Binary | 111000 | 1110111 | 110111 |
Octal | 70 | 167 | 67 |
Examples of css and html codes for elements with #387737 color. Also use rgb(56,119,55) instead hex code.
.myTextColor { color: #387737; }
<p style="color:#387737">This sample text font color is #387737.</p>
This text font color is #387737.
.myBgColor { background-color: #387737; }
<div style="background-color:#387737">Inner text</div>
This div background color is #387737.
.myBorderColor { border: 1px solid #387737; }
<div style="border:3px solid #387737">Div</div>
This div border color is #387737.
.myOpacity80 { color: #387737; opacity: 0.8; }
<p style="color:#387737;opacity:0.8;">80%</p>
Text with #387737 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #387737;}
<p style="text-shadow: 3px 3px 1px #387737">Text here.</p>
This text has shadow with #387737 color.
.textShadow {text-shadow: 3px 3px 1px #387737, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #387737, 5px 5px 20px red">Text here.</p>
This text has shadow with #387737 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#387737, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#387737, Direction=45, Strength=4)">Text</p>
This text has shadow with #387737 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #387737; -webkit-box-shadow: 1px 1px 3px 2px #387737; box-shadow: 1px 1px 3px 2px #387737; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #387737; -webkit-box-shadow: 1px 1px 3px 2px #387737; box-shadow:1px 1px 3px 2px #387737;">
Div content here</div>
This text has color #387737 on black background.
This text has color #387737 on white background.
This text has black color on #387737 background.
This text has white color on #387737 background.