HEX: #53437D
RGB: (83,67,125)
#53437D contains red, green and blue colors in about the same proportion. Web safe color of #53437D is #663366 (or #636).
#53437D color RGB value is (83,67,125).
RGB: (83,67,125) (33%,26%,49%)
R 83 of 255 = 33%
G 67 of 255 = 26%
B 125 of 255 = 49%
R + G + B ~ 36%. #53437D is quite dark color.
R + G + B =
83 + 67 + 125 = 275 (100%)
R 83 of 275 ~ 30.18%
G 67 of 275 ~ 24.36%
B 125 of 275 ~ 45.45%
#53437D color CMYK value is (34,46,0,51).
CMYK: (34,46,0,51) C34M46Y0K51 (34%,46%,0%,51%) (0.34/0.46/0.00/0.51)
53 | 43 | 7D | |
---|---|---|---|
RGB | 83 | 67 | 125 |
HSL | 257° | 30.21% | 37.65% |
HSB/HSV | 257° | 46.40% | 49.02% |
CMYK | 33.60% | 46.40% | 0.00% |
50.98% |
HEX | 53 | 43 | 7D |
Decimal | 83 | 67 | 125 |
Binary | 1010011 | 1000011 | 1111101 |
Octal | 123 | 103 | 175 |
Examples of css and html codes for elements with #53437D color. Also use rgb(83,67,125) instead hex code.
.myTextColor { color: #53437D; }
<p style="color:#53437D">This sample text font color is #53437D.</p>
This text font color is #53437D.
.myBgColor { background-color: #53437D; }
<div style="background-color:#53437D">Inner text</div>
This div background color is #53437D.
.myBorderColor { border: 1px solid #53437D; }
<div style="border:3px solid #53437D">Div</div>
This div border color is #53437D.
.myOpacity80 { color: #53437D; opacity: 0.8; }
<p style="color:#53437D;opacity:0.8;">80%</p>
Text with #53437D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53437D;}
<p style="text-shadow: 3px 3px 1px #53437D">Text here.</p>
This text has shadow with #53437D color.
.textShadow {text-shadow: 3px 3px 1px #53437D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53437D, 5px 5px 20px red">Text here.</p>
This text has shadow with #53437D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53437D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53437D, Direction=45, Strength=4)">Text</p>
This text has shadow with #53437D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53437D; -webkit-box-shadow: 1px 1px 3px 2px #53437D; box-shadow: 1px 1px 3px 2px #53437D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #53437D; -webkit-box-shadow: 1px 1px 3px 2px #53437D; box-shadow:1px 1px 3px 2px #53437D;">
Div content here</div>
This text has color #53437D on black background.
This text has color #53437D on white background.
This text has black color on #53437D background.
This text has white color on #53437D background.