HEX: #375463
RGB: (55,84,99)
#375463 contains red, green and blue colors in about the same proportion. Web safe color of #375463 is #336666 (or #366).
#375463 color RGB value is (55,84,99).
RGB: (55,84,99)
(22%, 33%, 39%)
R 55 of 255 = 22%
G 84 of 255 = 33%
B 99 of 255 = 39%
R + G + B ~ 31%. #375463 is quite dark color.
R + G + B = 55 + 84 + 99 = 238 (100%)
R 55 of 238 ~ 23.11%
G 84 of 238 ~ 35.29%
B 99 of 238 ~ 41.6'%
#375463 color CMYK value is (44,15,0,61).
CMYK: (44,15,0,61) C44M15Y0K61 (44%,15%,0%,61%) (0.44/0.15/0.00/0.61)
Color #375463 in popluar color models
37 | 54 | 63 | |
---|---|---|---|
RGB | 55 | 84 | 99 |
HSL | 200° | 28.57% | 30.20% |
HSB/HSV | 200° | 44.44% | 38.82% |
CMYK | 44.44% | 15.15% | 0.00% |
61.18% |
Color #375463 in popluar number systems.
HEX | 37 | 54 | 63 |
Decimal | 55 | 84 | 99 |
Binary | 110111 | 1010100 | 1100011 |
Octal | 67 | 124 | 143 |
Shades of #375463
Tints of #375463
Examples of css and html codes for elements with #375463 color. Also use rgb(55,84,99) instead hex code.
.myTextColor { color: #375463; }
<p style="color:#375463">This sample text font color is #375463.</p>
This text font color is #375463.
.myBgColor { background-color: #375463; }
<div style="background-color:#375463">Inner text</div>
This div background color is #375463.
.myBorderColor { border: 1px solid #375463; }
<div style="border:3px solid #375463">Div</div>
This div border color is #375463.
.myOpacity80 { color: #375463; opacity: 0.8; }
<p style="color:#375463;opacity:0.8;">80%</p>
Text with #375463 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #375463;}
<p style="text-shadow: 3px 3px 1px #375463">Text here.</p>
This text has shadow with #375463 color.
.textShadow {text-shadow: 3px 3px 1px #375463', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #375463, 5px 5px 20px red">Text here.</p>
This text has shadow with #375463 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#375463, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#375463, Direction=45, Strength=4)">Text</p>
This text has shadow with #375463 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #375463;
-webkit-box-shadow: 1px 1px 3px 2px #375463;
box-shadow: 1px 1px 3px 2px #375463;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #375463; -webkit-box-shadow: 1px 1px 3px 2px #375463; box-shadow:1px 1px 3px 2px #375463;">
Div content here
</div>
This text has color #375463 on black background.
This text has color #375463 on white background.
This text has black color on #375463 background.
This text has white color on #375463 background.
Complementary color for #hex is #C8AB9C.