HEX: #530420
RGB: (83,4,32)
#530420 contains mainly red and blue colors. Web safe color of #530420 is #660033 (or #603).
#530420 color RGB value is (83,4,32).
RGB: (83,4,32)
(33%, 2%, 13%)
R 83 of 255 = 33%
G 4 of 255 = 2%
B 32 of 255 = 13%
R + G + B ~ 16%. #530420 is dark color.
R + G + B = 83 + 4 + 32 = 119 (100%)
R 83 of 119 ~ 69.75%
G 4 of 119 ~ 3.36%
B 32 of 119 ~ 26.89'%
#530420 color CMYK value is (0,95,61,67).
CMYK: (0,95,61,67)
C0M95Y61K67 (0%, 95%, 61%, 67%)
(0.00 / 0.95 / 0.61 / 0.67)
Color #530420 in popluar color models
53 | 04 | 20 | |
---|---|---|---|
RGB | 83 | 4 | 32 |
HSL | 339° | 90.80% | 17.06% |
HSB/HSV | 339° | 95.18% | 32.55% |
CMYK | 0.00% | 95.18% | 61.45% |
67.45% |
Color #530420 in popluar number systems.
HEX | 53 | 04 | 20 |
Decimal | 83 | 4 | 32 |
Binary | 1010011 | 100 | 100000 |
Octal | 123 | 4 | 40 |
Shades of #530420
Tints of #530420
Examples of css and html codes for elements with #530420 color. Also use rgb(83,4,32) instead hex code.
.myTextColor { color: #530420; }
<p style="color:#530420">This sample text font color is #530420.</p>
This text font color is #530420.
.myBgColor { background-color: #530420; }
<div style="background-color:#530420">Inner text</div>
This div background color is #530420.
.myBorderColor { border: 1px solid #530420; }
<div style="border:3px solid #530420">Div</div>
This div border color is #530420.
.myOpacity80 { color: #530420; opacity: 0.8; }
<p style="color:#530420;opacity:0.8;">80%</p>
Text with #530420 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #530420;}
<p style="text-shadow: 3px 3px 1px #530420">Text here.</p>
This text has shadow with #530420 color.
.textShadow {text-shadow: 3px 3px 1px #530420', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #530420, 5px 5px 20px red">Text here.</p>
This text has shadow with #530420 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#530420, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#530420, Direction=45, Strength=4)">Text</p>
This text has shadow with #530420 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #530420;
-webkit-box-shadow: 1px 1px 3px 2px #530420;
box-shadow: 1px 1px 3px 2px #530420;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #530420; -webkit-box-shadow: 1px 1px 3px 2px #530420; box-shadow:1px 1px 3px 2px #530420;">
Div content here
</div>
This text has color #530420 on black background.
This text has color #530420 on white background.
This text has black color on #530420 background.
This text has white color on #530420 background.
Complementary color for #hex is #ACFBDF.