HEX: #375473
RGB: (55,84,115)
#375473 contains mainly green and blue colors. Web safe color of #375473 is #336666 (or #366).
#375473 color RGB value is (55,84,115).
RGB: (55,84,115)
(22%, 33%, 45%)
R 55 of 255 = 22%
G 84 of 255 = 33%
B 115 of 255 = 45%
R + G + B ~ 33%. #375473 is quite dark color.
R + G + B = 55 + 84 + 115 = 254 (100%)
R 55 of 254 ~ 21.65%
G 84 of 254 ~ 33.07%
B 115 of 254 ~ 45.28'%
#375473 color CMYK value is (52,27,0,55).
CMYK: (52,27,0,55)
C52M27Y0K55 (52%, 27%, 0%, 55%)
(0.52 / 0.27 / 0.00 / 0.55)
Color #375473 in popluar color models
37 | 54 | 73 | |
---|---|---|---|
RGB | 55 | 84 | 115 |
HSL | 211° | 35.29% | 33.33% |
HSB/HSV | 211° | 52.17% | 45.10% |
CMYK | 52.17% | 26.96% | 0.00% |
54.90% |
Color #375473 in popluar number systems.
HEX | 37 | 54 | 73 |
Decimal | 55 | 84 | 115 |
Binary | 110111 | 1010100 | 1110011 |
Octal | 67 | 124 | 163 |
Shades of #375473
Tints of #375473
Examples of css and html codes for elements with #375473 color. Also use rgb(55,84,115) instead hex code.
.myTextColor { color: #375473; }
<p style="color:#375473">This sample text font color is #375473.</p>
This text font color is #375473.
.myBgColor { background-color: #375473; }
<div style="background-color:#375473">Inner text</div>
This div background color is #375473.
.myBorderColor { border: 1px solid #375473; }
<div style="border:3px solid #375473">Div</div>
This div border color is #375473.
.myOpacity80 { color: #375473; opacity: 0.8; }
<p style="color:#375473;opacity:0.8;">80%</p>
Text with #375473 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #375473;}
<p style="text-shadow: 3px 3px 1px #375473">Text here.</p>
This text has shadow with #375473 color.
.textShadow {text-shadow: 3px 3px 1px #375473', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #375473, 5px 5px 20px red">Text here.</p>
This text has shadow with #375473 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#375473, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#375473, Direction=45, Strength=4)">Text</p>
This text has shadow with #375473 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #375473;
-webkit-box-shadow: 1px 1px 3px 2px #375473;
box-shadow: 1px 1px 3px 2px #375473;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #375473; -webkit-box-shadow: 1px 1px 3px 2px #375473; box-shadow:1px 1px 3px 2px #375473;">
Div content here
</div>
This text has color #375473 on black background.
This text has color #375473 on white background.
This text has black color on #375473 background.
This text has white color on #375473 background.
Complementary color for #hex is #C8AB8C.