HEX: #378A5D
RGB: (55,138,93)
#378A5D contains mainly green and blue colors. Web safe color of #378A5D is #339966 (or #396).
#378A5D color RGB value is (55,138,93).
RGB: (55,138,93)
(22%, 54%, 36%)
R 55 of 255 = 22%
G 138 of 255 = 54%
B 93 of 255 = 36%
R + G + B ~ 37%. #378A5D is quite dark color.
R + G + B = 55 + 138 + 93 = 286 (100%)
R 55 of 286 ~ 19.23%
G 138 of 286 ~ 48.25%
B 93 of 286 ~ 32.52'%
#378A5D color CMYK value is (60,0,33,46).
CMYK: (60,0,33,46)
C60M0Y33K46 (60%, 0%, 33%, 46%)
(0.60 / 0.00 / 0.33 / 0.46)
Color #378A5D in popluar color models
37 | 8A | 5D | |
---|---|---|---|
RGB | 55 | 138 | 93 |
HSL | 147° | 43.01% | 37.84% |
HSB/HSV | 147° | 60.14% | 54.12% |
CMYK | 60.14% | 0.00% | 32.61% |
45.88% |
Color #378A5D in popluar number systems.
HEX | 37 | 8A | 5D |
Decimal | 55 | 138 | 93 |
Binary | 110111 | 10001010 | 1011101 |
Octal | 67 | 212 | 135 |
Shades of #378A5D
Tints of #378A5D
Examples of css and html codes for elements with #378A5D color. Also use rgb(55,138,93) instead hex code.
.myTextColor { color: #378A5D; }
<p style="color:#378A5D">This sample text font color is #378A5D.</p>
This text font color is #378A5D.
.myBgColor { background-color: #378A5D; }
<div style="background-color:#378A5D">Inner text</div>
This div background color is #378A5D.
.myBorderColor { border: 1px solid #378A5D; }
<div style="border:3px solid #378A5D">Div</div>
This div border color is #378A5D.
.myOpacity80 { color: #378A5D; opacity: 0.8; }
<p style="color:#378A5D;opacity:0.8;">80%</p>
Text with #378A5D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #378A5D;}
<p style="text-shadow: 3px 3px 1px #378A5D">Text here.</p>
This text has shadow with #378A5D color.
.textShadow {text-shadow: 3px 3px 1px #378A5D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #378A5D, 5px 5px 20px red">Text here.</p>
This text has shadow with #378A5D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#378A5D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#378A5D, Direction=45, Strength=4)">Text</p>
This text has shadow with #378A5D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #378A5D;
-webkit-box-shadow: 1px 1px 3px 2px #378A5D;
box-shadow: 1px 1px 3px 2px #378A5D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #378A5D; -webkit-box-shadow: 1px 1px 3px 2px #378A5D; box-shadow:1px 1px 3px 2px #378A5D;">
Div content here
</div>
This text has color #378A5D on black background.
This text has color #378A5D on white background.
This text has black color on #378A5D background.
This text has white color on #378A5D background.
Complementary color for #378A5D is #C875A2.