HEX: #379C7F
RGB: (55,156,127)
#379C7F contains mainly green and blue colors. Web safe color of #379C7F is #339966 (or #396).
#379C7F color RGB value is (55,156,127).
RGB: (55,156,127)
(22%, 61%, 50%)
R 55 of 255 = 22%
G 156 of 255 = 61%
B 127 of 255 = 50%
R + G + B ~ 44%. #379C7F is middle color (not dark and not light).
R + G + B = 55 + 156 + 127 = 338 (100%)
R 55 of 338 ~ 16.27%
G 156 of 338 ~ 46.15%
B 127 of 338 ~ 37.57'%
#379C7F color CMYK value is (65,0,19,39).
CMYK: (65,0,19,39)
C65M0Y19K39 (65%, 0%, 19%, 39%)
(0.65 / 0.00 / 0.19 / 0.39)
Color #379C7F in popluar color models
37 | 9C | 7F | |
---|---|---|---|
RGB | 55 | 156 | 127 |
HSL | 163° | 47.87% | 41.37% |
HSB/HSV | 163° | 64.74% | 61.18% |
CMYK | 64.74% | 0.00% | 18.59% |
38.82% |
Color #379C7F in popluar number systems.
HEX | 37 | 9C | 7F |
Decimal | 55 | 156 | 127 |
Binary | 110111 | 10011100 | 1111111 |
Octal | 67 | 234 | 177 |
Shades of #379C7F
Tints of #379C7F
Examples of css and html codes for elements with #379C7F color. Also use rgb(55,156,127) instead hex code.
.myTextColor { color: #379C7F; }
<p style="color:#379C7F">This sample text font color is #379C7F.</p>
This text font color is #379C7F.
.myBgColor { background-color: #379C7F; }
<div style="background-color:#379C7F">Inner text</div>
This div background color is #379C7F.
.myBorderColor { border: 1px solid #379C7F; }
<div style="border:3px solid #379C7F">Div</div>
This div border color is #379C7F.
.myOpacity80 { color: #379C7F; opacity: 0.8; }
<p style="color:#379C7F;opacity:0.8;">80%</p>
Text with #379C7F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #379C7F;}
<p style="text-shadow: 3px 3px 1px #379C7F">Text here.</p>
This text has shadow with #379C7F color.
.textShadow {text-shadow: 3px 3px 1px #379C7F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #379C7F, 5px 5px 20px red">Text here.</p>
This text has shadow with #379C7F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#379C7F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#379C7F, Direction=45, Strength=4)">Text</p>
This text has shadow with #379C7F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #379C7F;
-webkit-box-shadow: 1px 1px 3px 2px #379C7F;
box-shadow: 1px 1px 3px 2px #379C7F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #379C7F; -webkit-box-shadow: 1px 1px 3px 2px #379C7F; box-shadow:1px 1px 3px 2px #379C7F;">
Div content here
</div>
This text has color #379C7F on black background.
This text has color #379C7F on white background.
This text has black color on #379C7F background.
This text has white color on #379C7F background.
Complementary color for #hex is #C86380.