HEX: #398631
RGB: (57,134,49)
#398631 contains mainly green color. Web safe color of #398631 is #339933 (or #393).
#398631 color RGB value is (57,134,49).
RGB: (57,134,49)
(22%, 53%, 19%)
R 57 of 255 = 22%
G 134 of 255 = 53%
B 49 of 255 = 19%
R + G + B ~ 31%. #398631 is quite dark color.
R + G + B = 57 + 134 + 49 = 240 (100%)
R 57 of 240 ~ 23.75%
G 134 of 240 ~ 55.83%
B 49 of 240 ~ 20.42'%
#398631 color CMYK value is (57,0,63,47).
CMYK: (57,0,63,47)
C57M0Y63K47 (57%, 0%, 63%, 47%)
(0.57 / 0.00 / 0.63 / 0.47)
Color #398631 in popluar color models
39 | 86 | 31 | |
---|---|---|---|
RGB | 57 | 134 | 49 |
HSL | 114° | 46.45% | 35.88% |
HSB/HSV | 114° | 63.43% | 52.55% |
CMYK | 57.46% | 0.00% | 63.43% |
47.45% |
Color #398631 in popluar number systems.
HEX | 39 | 86 | 31 |
Decimal | 57 | 134 | 49 |
Binary | 111001 | 10000110 | 110001 |
Octal | 71 | 206 | 61 |
Shades of #398631
Tints of #398631
Examples of css and html codes for elements with #398631 color. Also use rgb(57,134,49) instead hex code.
.myTextColor { color: #398631; }
<p style="color:#398631">This sample text font color is #398631.</p>
This text font color is #398631.
.myBgColor { background-color: #398631; }
<div style="background-color:#398631">Inner text</div>
This div background color is #398631.
.myBorderColor { border: 1px solid #398631; }
<div style="border:3px solid #398631">Div</div>
This div border color is #398631.
.myOpacity80 { color: #398631; opacity: 0.8; }
<p style="color:#398631;opacity:0.8;">80%</p>
Text with #398631 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #398631;}
<p style="text-shadow: 3px 3px 1px #398631">Text here.</p>
This text has shadow with #398631 color.
.textShadow {text-shadow: 3px 3px 1px #398631', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #398631, 5px 5px 20px red">Text here.</p>
This text has shadow with #398631 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#398631, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#398631, Direction=45, Strength=4)">Text</p>
This text has shadow with #398631 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #398631;
-webkit-box-shadow: 1px 1px 3px 2px #398631;
box-shadow: 1px 1px 3px 2px #398631;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #398631; -webkit-box-shadow: 1px 1px 3px 2px #398631; box-shadow:1px 1px 3px 2px #398631;">
Div content here
</div>
This text has color #398631 on black background.
This text has color #398631 on white background.
This text has black color on #398631 background.
This text has white color on #398631 background.
Complementary color for #hex is #C679CE.