HEX: #532049
RGB: (83,32,73)
#532049 contains red, green and blue colors in about the same proportion. Web safe color of #532049 is #663333 (or #633).
#532049 color RGB value is (83,32,73).
RGB: (83,32,73)
(33%, 13%, 29%)
R 83 of 255 = 33%
G 32 of 255 = 13%
B 73 of 255 = 29%
R + G + B ~ 25%. #532049 is quite dark color.
R + G + B = 83 + 32 + 73 = 188 (100%)
R 83 of 188 ~ 44.15%
G 32 of 188 ~ 17.02%
B 73 of 188 ~ 38.83'%
#532049 color CMYK value is (0,61,12,67).
CMYK: (0,61,12,67) C0M61Y12K67 (0%,61%,12%,67%) (0.00/0.61/0.12/0.67)
Color #532049 in popluar color models
53 | 20 | 49 | |
---|---|---|---|
RGB | 83 | 32 | 73 |
HSL | 312° | 44.35% | 22.55% |
HSB/HSV | 312° | 61.45% | 32.55% |
CMYK | 0.00% | 61.45% | 12.05% |
67.45% |
Color #532049 in popluar number systems.
HEX | 53 | 20 | 49 |
Decimal | 83 | 32 | 73 |
Binary | 1010011 | 100000 | 1001001 |
Octal | 123 | 40 | 111 |
Shades of #532049
Tints of #532049
Examples of css and html codes for elements with #532049 color. Also use rgb(83,32,73) instead hex code.
.myTextColor { color: #532049; }
<p style="color:#532049">This sample text font color is #532049.</p>
This text font color is #532049.
.myBgColor { background-color: #532049; }
<div style="background-color:#532049">Inner text</div>
This div background color is #532049.
.myBorderColor { border: 1px solid #532049; }
<div style="border:3px solid #532049">Div</div>
This div border color is #532049.
.myOpacity80 { color: #532049; opacity: 0.8; }
<p style="color:#532049;opacity:0.8;">80%</p>
Text with #532049 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #532049;}
<p style="text-shadow: 3px 3px 1px #532049">Text here.</p>
This text has shadow with #532049 color.
.textShadow {text-shadow: 3px 3px 1px #532049', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #532049, 5px 5px 20px red">Text here.</p>
This text has shadow with #532049 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#532049, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#532049, Direction=45, Strength=4)">Text</p>
This text has shadow with #532049 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #532049;
-webkit-box-shadow: 1px 1px 3px 2px #532049;
box-shadow: 1px 1px 3px 2px #532049;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #532049; -webkit-box-shadow: 1px 1px 3px 2px #532049; box-shadow:1px 1px 3px 2px #532049;">
Div content here
</div>
This text has color #532049 on black background.
This text has color #532049 on white background.
This text has black color on #532049 background.
This text has white color on #532049 background.
Complementary color for #hex is #ACDFB6.