HEX: #378B60
RGB: (55,139,96)
#378B60 contains mainly green and blue colors. Web safe color of #378B60 is #339966 (or #396).
#378B60 color RGB value is (55,139,96).
RGB: (55,139,96)
(22%, 55%, 38%)
R 55 of 255 = 22%
G 139 of 255 = 55%
B 96 of 255 = 38%
R + G + B ~ 38%. #378B60 is quite dark color.
R + G + B = 55 + 139 + 96 = 290 (100%)
R 55 of 290 ~ 18.97%
G 139 of 290 ~ 47.93%
B 96 of 290 ~ 33.1'%
#378B60 color CMYK value is (60,0,31,45).
CMYK: (60,0,31,45)
C60M0Y31K45 (60%, 0%, 31%, 45%)
(0.60 / 0.00 / 0.31 / 0.45)
Color #378B60 in popluar color models
37 | 8B | 60 | |
---|---|---|---|
RGB | 55 | 139 | 96 |
HSL | 149° | 43.30% | 38.04% |
HSB/HSV | 149° | 60.43% | 54.51% |
CMYK | 60.43% | 0.00% | 30.94% |
45.49% |
Color #378B60 in popluar number systems.
HEX | 37 | 8B | 60 |
Decimal | 55 | 139 | 96 |
Binary | 110111 | 10001011 | 1100000 |
Octal | 67 | 213 | 140 |
Shades of #378B60
Tints of #378B60
Examples of css and html codes for elements with #378B60 color. Also use rgb(55,139,96) instead hex code.
.myTextColor { color: #378B60; }
<p style="color:#378B60">This sample text font color is #378B60.</p>
This text font color is #378B60.
.myBgColor { background-color: #378B60; }
<div style="background-color:#378B60">Inner text</div>
This div background color is #378B60.
.myBorderColor { border: 1px solid #378B60; }
<div style="border:3px solid #378B60">Div</div>
This div border color is #378B60.
.myOpacity80 { color: #378B60; opacity: 0.8; }
<p style="color:#378B60;opacity:0.8;">80%</p>
Text with #378B60 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #378B60;}
<p style="text-shadow: 3px 3px 1px #378B60">Text here.</p>
This text has shadow with #378B60 color.
.textShadow {text-shadow: 3px 3px 1px #378B60', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #378B60, 5px 5px 20px red">Text here.</p>
This text has shadow with #378B60 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#378B60, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#378B60, Direction=45, Strength=4)">Text</p>
This text has shadow with #378B60 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #378B60;
-webkit-box-shadow: 1px 1px 3px 2px #378B60;
box-shadow: 1px 1px 3px 2px #378B60;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #378B60; -webkit-box-shadow: 1px 1px 3px 2px #378B60; box-shadow:1px 1px 3px 2px #378B60;">
Div content here
</div>
This text has color #378B60 on black background.
This text has color #378B60 on white background.
This text has black color on #378B60 background.
This text has white color on #378B60 background.
Complementary color for #hex is #C8749F.