HEX: #376575
RGB: (55,101,117)
#376575 contains mainly green and blue colors. Web safe color of #376575 is #336666 (or #366).
#376575 color RGB value is (55,101,117).
RGB: (55,101,117)
(22%, 40%, 46%)
R 55 of 255 = 22%
G 101 of 255 = 40%
B 117 of 255 = 46%
R + G + B ~ 36%. #376575 is quite dark color.
R + G + B = 55 + 101 + 117 = 273 (100%)
R 55 of 273 ~ 20.15%
G 101 of 273 ~ 37%
B 117 of 273 ~ 42.86'%
#376575 color CMYK value is (53,14,0,54).
CMYK: (53,14,0,54)
C53M14Y0K54 (53%, 14%, 0%, 54%)
(0.53 / 0.14 / 0.00 / 0.54)
Color #376575 in popluar color models
37 | 65 | 75 | |
---|---|---|---|
RGB | 55 | 101 | 117 |
HSL | 195° | 36.05% | 33.73% |
HSB/HSV | 195° | 52.99% | 45.88% |
CMYK | 52.99% | 13.68% | 0.00% |
54.12% |
Color #376575 in popluar number systems.
HEX | 37 | 65 | 75 |
Decimal | 55 | 101 | 117 |
Binary | 110111 | 1100101 | 1110101 |
Octal | 67 | 145 | 165 |
Shades of #376575
Tints of #376575
Examples of css and html codes for elements with #376575 color. Also use rgb(55,101,117) instead hex code.
.myTextColor { color: #376575; }
<p style="color:#376575">This sample text font color is #376575.</p>
This text font color is #376575.
.myBgColor { background-color: #376575; }
<div style="background-color:#376575">Inner text</div>
This div background color is #376575.
.myBorderColor { border: 1px solid #376575; }
<div style="border:3px solid #376575">Div</div>
This div border color is #376575.
.myOpacity80 { color: #376575; opacity: 0.8; }
<p style="color:#376575;opacity:0.8;">80%</p>
Text with #376575 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #376575;}
<p style="text-shadow: 3px 3px 1px #376575">Text here.</p>
This text has shadow with #376575 color.
.textShadow {text-shadow: 3px 3px 1px #376575', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #376575, 5px 5px 20px red">Text here.</p>
This text has shadow with #376575 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#376575, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#376575, Direction=45, Strength=4)">Text</p>
This text has shadow with #376575 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #376575;
-webkit-box-shadow: 1px 1px 3px 2px #376575;
box-shadow: 1px 1px 3px 2px #376575;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #376575; -webkit-box-shadow: 1px 1px 3px 2px #376575; box-shadow:1px 1px 3px 2px #376575;">
Div content here
</div>
This text has color #376575 on black background.
This text has color #376575 on white background.
This text has black color on #376575 background.
This text has white color on #376575 background.
Complementary color for #hex is #C89A8A.