HEX: #537392
RGB: (83,115,146)
#537392 contains mainly green and blue colors. Web safe color of #537392 is #666699 (or #669).
#537392 color RGB value is (83,115,146).
RGB: (83,115,146) (33%,45%,57%)
R 83 of 255 = 33%
G 115 of 255 = 45%
B 146 of 255 = 57%
R + G + B ~ 45%. #537392 is middle color (not dark and not light).
R + G + B =
83 + 115 + 146 = 344 (100%)
R 83 of 344 ~ 24.13%
G 115 of 344 ~ 33.43%
B 146 of 344 ~ 42.44%
#537392 color CMYK value is (43,21,0,43).
CMYK: (43,21,0,43) C43M21Y0K43 (43%,21%,0%,43%) (0.43/0.21/0.00/0.43)
53 | 73 | 92 | |
---|---|---|---|
RGB | 83 | 115 | 146 |
HSL | 210° | 27.51% | 44.90% |
HSB/HSV | 210° | 43.15% | 57.25% |
CMYK | 43.15% | 21.23% | 0.00% |
42.75% |
HEX | 53 | 73 | 92 |
Decimal | 83 | 115 | 146 |
Binary | 1010011 | 1110011 | 10010010 |
Octal | 123 | 163 | 222 |
Examples of css and html codes for elements with #537392 color. Also use rgb(83,115,146) instead hex code.
.myTextColor { color: #537392; }
<p style="color:#537392">This sample text font color is #537392.</p>
This text font color is #537392.
.myBgColor { background-color: #537392; }
<div style="background-color:#537392">Inner text</div>
This div background color is #537392.
.myBorderColor { border: 1px solid #537392; }
<div style="border:3px solid #537392">Div</div>
This div border color is #537392.
.myOpacity80 { color: #537392; opacity: 0.8; }
<p style="color:#537392;opacity:0.8;">80%</p>
Text with #537392 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #537392;}
<p style="text-shadow: 3px 3px 1px #537392">Text here.</p>
This text has shadow with #537392 color.
.textShadow {text-shadow: 3px 3px 1px #537392, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #537392, 5px 5px 20px red">Text here.</p>
This text has shadow with #537392 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#537392, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#537392, Direction=45, Strength=4)">Text</p>
This text has shadow with #537392 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #537392; -webkit-box-shadow: 1px 1px 3px 2px #537392; box-shadow: 1px 1px 3px 2px #537392; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #537392; -webkit-box-shadow: 1px 1px 3px 2px #537392; box-shadow:1px 1px 3px 2px #537392;">
Div content here</div>
This text has color #537392 on black background.
This text has color #537392 on white background.
This text has black color on #537392 background.
This text has white color on #537392 background.