HEX: #538293
RGB: (83,130,147)
#538293 contains mainly green and blue colors. Web safe color of #538293 is #669999 (or #699).
#538293 color RGB value is (83,130,147).
RGB: (83,130,147) (33%,51%,58%)
R 83 of 255 = 33%
G 130 of 255 = 51%
B 147 of 255 = 58%
R + G + B ~ 47%. #538293 is middle color (not dark and not light).
R + G + B =
83 + 130 + 147 = 360 (100%)
R 83 of 360 ~ 23.06%
G 130 of 360 ~ 36.11%
B 147 of 360 ~ 40.83%
#538293 color CMYK value is (44,12,0,42).
CMYK: (44,12,0,42) C44M12Y0K42 (44%,12%,0%,42%) (0.44/0.12/0.00/0.42)
53 | 82 | 93 | |
---|---|---|---|
RGB | 83 | 130 | 147 |
HSL | 196° | 27.83% | 45.10% |
HSB/HSV | 196° | 43.54% | 57.65% |
CMYK | 43.54% | 11.56% | 0.00% |
42.35% |
HEX | 53 | 82 | 93 |
Decimal | 83 | 130 | 147 |
Binary | 1010011 | 10000010 | 10010011 |
Octal | 123 | 202 | 223 |
Examples of css and html codes for elements with #538293 color. Also use rgb(83,130,147) instead hex code.
.myTextColor { color: #538293; }
<p style="color:#538293">This sample text font color is #538293.</p>
This text font color is #538293.
.myBgColor { background-color: #538293; }
<div style="background-color:#538293">Inner text</div>
This div background color is #538293.
.myBorderColor { border: 1px solid #538293; }
<div style="border:3px solid #538293">Div</div>
This div border color is #538293.
.myOpacity80 { color: #538293; opacity: 0.8; }
<p style="color:#538293;opacity:0.8;">80%</p>
Text with #538293 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #538293;}
<p style="text-shadow: 3px 3px 1px #538293">Text here.</p>
This text has shadow with #538293 color.
.textShadow {text-shadow: 3px 3px 1px #538293, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #538293, 5px 5px 20px red">Text here.</p>
This text has shadow with #538293 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#538293, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#538293, Direction=45, Strength=4)">Text</p>
This text has shadow with #538293 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #538293; -webkit-box-shadow: 1px 1px 3px 2px #538293; box-shadow: 1px 1px 3px 2px #538293; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #538293; -webkit-box-shadow: 1px 1px 3px 2px #538293; box-shadow:1px 1px 3px 2px #538293;">
Div content here</div>
This text has color #538293 on black background.
This text has color #538293 on white background.
This text has black color on #538293 background.
This text has white color on #538293 background.