HEX: #375C6F
RGB: (55,92,111)
#375C6F contains red, green and blue colors in about the same proportion. Web safe color of #375C6F is #336666 (or #366).
#375C6F color RGB value is (55,92,111).
RGB: (55,92,111)
(22%, 36%, 44%)
R 55 of 255 = 22%
G 92 of 255 = 36%
B 111 of 255 = 44%
R + G + B ~ 34%. #375C6F is quite dark color.
R + G + B = 55 + 92 + 111 = 258 (100%)
R 55 of 258 ~ 21.32%
G 92 of 258 ~ 35.66%
B 111 of 258 ~ 43.02'%
#375C6F color CMYK value is (50,17,0,56).
CMYK: (50,17,0,56)
C50M17Y0K56 (50%, 17%, 0%, 56%)
(0.50 / 0.17 / 0.00 / 0.56)
Color #375C6F in popluar color models
37 | 5C | 6F | |
---|---|---|---|
RGB | 55 | 92 | 111 |
HSL | 200° | 33.73% | 32.55% |
HSB/HSV | 200° | 50.45% | 43.53% |
CMYK | 50.45% | 17.12% | 0.00% |
56.47% |
Color #375C6F in popluar number systems.
HEX | 37 | 5C | 6F |
Decimal | 55 | 92 | 111 |
Binary | 110111 | 1011100 | 1101111 |
Octal | 67 | 134 | 157 |
Shades of #375C6F
Tints of #375C6F
Examples of css and html codes for elements with #375C6F color. Also use rgb(55,92,111) instead hex code.
.myTextColor { color: #375C6F; }
<p style="color:#375C6F">This sample text font color is #375C6F.</p>
This text font color is #375C6F.
.myBgColor { background-color: #375C6F; }
<div style="background-color:#375C6F">Inner text</div>
This div background color is #375C6F.
.myBorderColor { border: 1px solid #375C6F; }
<div style="border:3px solid #375C6F">Div</div>
This div border color is #375C6F.
.myOpacity80 { color: #375C6F; opacity: 0.8; }
<p style="color:#375C6F;opacity:0.8;">80%</p>
Text with #375C6F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #375C6F;}
<p style="text-shadow: 3px 3px 1px #375C6F">Text here.</p>
This text has shadow with #375C6F color.
.textShadow {text-shadow: 3px 3px 1px #375C6F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #375C6F, 5px 5px 20px red">Text here.</p>
This text has shadow with #375C6F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#375C6F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#375C6F, Direction=45, Strength=4)">Text</p>
This text has shadow with #375C6F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #375C6F;
-webkit-box-shadow: 1px 1px 3px 2px #375C6F;
box-shadow: 1px 1px 3px 2px #375C6F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #375C6F; -webkit-box-shadow: 1px 1px 3px 2px #375C6F; box-shadow:1px 1px 3px 2px #375C6F;">
Div content here
</div>
This text has color #375C6F on black background.
This text has color #375C6F on white background.
This text has black color on #375C6F background.
This text has white color on #375C6F background.
Complementary color for #hex is #C8A390.