HEX: #532749
RGB: (83,39,73)
#532749 contains red, green and blue colors in about the same proportion. Web safe color of #532749 is #663333 (or #633).
#532749 color RGB value is (83,39,73).
RGB: (83,39,73) (33%,15%,29%)
R 83 of 255 = 33%
G 39 of 255 = 15%
B 73 of 255 = 29%
R + G + B ~ 26%. #532749 is quite dark color.
R + G + B =
83 + 39 + 73 = 195 (100%)
R 83 of 195 ~ 42.56%
G 39 of 195 ~ 20%
B 73 of 195 ~ 37.44%
#532749 color CMYK value is (0,53,12,67).
CMYK: (0,53,12,67) C0M53Y12K67 (0%,53%,12%,67%) (0.00/0.53/0.12/0.67)
53 | 27 | 49 | |
---|---|---|---|
RGB | 83 | 39 | 73 |
HSL | 314° | 36.07% | 23.92% |
HSB/HSV | 314° | 53.01% | 32.55% |
CMYK | 0.00% | 53.01% | 12.05% |
67.45% |
HEX | 53 | 27 | 49 |
Decimal | 83 | 39 | 73 |
Binary | 1010011 | 100111 | 1001001 |
Octal | 123 | 47 | 111 |
Examples of css and html codes for elements with #532749 color. Also use rgb(83,39,73) instead hex code.
.myTextColor { color: #532749; }
<p style="color:#532749">This sample text font color is #532749.</p>
This text font color is #532749.
.myBgColor { background-color: #532749; }
<div style="background-color:#532749">Inner text</div>
This div background color is #532749.
.myBorderColor { border: 1px solid #532749; }
<div style="border:3px solid #532749">Div</div>
This div border color is #532749.
.myOpacity80 { color: #532749; opacity: 0.8; }
<p style="color:#532749;opacity:0.8;">80%</p>
Text with #532749 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #532749;}
<p style="text-shadow: 3px 3px 1px #532749">Text here.</p>
This text has shadow with #532749 color.
.textShadow {text-shadow: 3px 3px 1px #532749, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #532749, 5px 5px 20px red">Text here.</p>
This text has shadow with #532749 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#532749, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#532749, Direction=45, Strength=4)">Text</p>
This text has shadow with #532749 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #532749; -webkit-box-shadow: 1px 1px 3px 2px #532749; box-shadow: 1px 1px 3px 2px #532749; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #532749; -webkit-box-shadow: 1px 1px 3px 2px #532749; box-shadow:1px 1px 3px 2px #532749;">
Div content here</div>
This text has color #532749 on black background.
This text has color #532749 on white background.
This text has black color on #532749 background.
This text has white color on #532749 background.