HEX: #387830
RGB: (56,120,48)
#387830 contains mainly green color. Web safe color of #387830 is #336633 (or #363).
#387830 color RGB value is (56,120,48).
RGB: (56,120,48) (22%,47%,19%)
R 56 of 255 = 22%
G 120 of 255 = 47%
B 48 of 255 = 19%
R + G + B ~ 29%. #387830 is quite dark color.
R + G + B =
56 + 120 + 48 = 224 (100%)
R 56 of 224 ~ 25%
G 120 of 224 ~ 53.57%
B 48 of 224 ~ 21.43%
#387830 color CMYK value is (53,0,60,53).
CMYK: (53,0,60,53) C53M0Y60K53 (53%,0%,60%,53%) (0.53/0.00/0.60/0.53)
38 | 78 | 30 | |
---|---|---|---|
RGB | 56 | 120 | 48 |
HSL | 113° | 42.86% | 32.94% |
HSB/HSV | 113° | 60.00% | 47.06% |
CMYK | 53.33% | 0.00% | 60.00% |
52.94% |
HEX | 38 | 78 | 30 |
Decimal | 56 | 120 | 48 |
Binary | 111000 | 1111000 | 110000 |
Octal | 70 | 170 | 60 |
Examples of css and html codes for elements with #387830 color. Also use rgb(56,120,48) instead hex code.
.myTextColor { color: #387830; }
<p style="color:#387830">This sample text font color is #387830.</p>
This text font color is #387830.
.myBgColor { background-color: #387830; }
<div style="background-color:#387830">Inner text</div>
This div background color is #387830.
.myBorderColor { border: 1px solid #387830; }
<div style="border:3px solid #387830">Div</div>
This div border color is #387830.
.myOpacity80 { color: #387830; opacity: 0.8; }
<p style="color:#387830;opacity:0.8;">80%</p>
Text with #387830 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #387830;}
<p style="text-shadow: 3px 3px 1px #387830">Text here.</p>
This text has shadow with #387830 color.
.textShadow {text-shadow: 3px 3px 1px #387830, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #387830, 5px 5px 20px red">Text here.</p>
This text has shadow with #387830 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#387830, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#387830, Direction=45, Strength=4)">Text</p>
This text has shadow with #387830 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #387830; -webkit-box-shadow: 1px 1px 3px 2px #387830; box-shadow: 1px 1px 3px 2px #387830; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #387830; -webkit-box-shadow: 1px 1px 3px 2px #387830; box-shadow:1px 1px 3px 2px #387830;">
Div content here</div>
This text has color #387830 on black background.
This text has color #387830 on white background.
This text has black color on #387830 background.
This text has white color on #387830 background.