HEX: #530306
RGB: (83,3,6)
#530306 contains mainly red color. Web safe color of #530306 is #660000 (or #600).
#530306 color RGB value is (83,3,6).
RGB: (83,3,6) (33%,1%,2%)
R 83 of 255 = 33%
G 3 of 255 = 1%
B 6 of 255 = 2%
R + G + B ~ 12%. #530306 is dark color.
R + G + B =
83 + 3 + 6 = 92 (100%)
R 83 of 92 ~ 90.22%
G 3 of 92 ~ 3.26%
B 6 of 92 ~ 6.52%
#530306 color CMYK value is (0,96,93,67).
CMYK: (0,96,93,67) C0M96Y93K67 (0%,96%,93%,67%) (0.00/0.96/0.93/0.67)
53 | 03 | 06 | |
---|---|---|---|
RGB | 83 | 3 | 6 |
HSL | 358° | 93.02% | 16.86% |
HSB/HSV | 358° | 96.39% | 32.55% |
CMYK | 0.00% | 96.39% | 92.77% |
67.45% |
HEX | 53 | 03 | 06 |
Decimal | 83 | 3 | 6 |
Binary | 1010011 | 11 | 110 |
Octal | 123 | 3 | 6 |
Examples of css and html codes for elements with #530306 color. Also use rgb(83,3,6) instead hex code.
.myTextColor { color: #530306; }
<p style="color:#530306">This sample text font color is #530306.</p>
This text font color is #530306.
.myBgColor { background-color: #530306; }
<div style="background-color:#530306">Inner text</div>
This div background color is #530306.
.myBorderColor { border: 1px solid #530306; }
<div style="border:3px solid #530306">Div</div>
This div border color is #530306.
.myOpacity80 { color: #530306; opacity: 0.8; }
<p style="color:#530306;opacity:0.8;">80%</p>
Text with #530306 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #530306;}
<p style="text-shadow: 3px 3px 1px #530306">Text here.</p>
This text has shadow with #530306 color.
.textShadow {text-shadow: 3px 3px 1px #530306, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #530306, 5px 5px 20px red">Text here.</p>
This text has shadow with #530306 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#530306, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#530306, Direction=45, Strength=4)">Text</p>
This text has shadow with #530306 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #530306; -webkit-box-shadow: 1px 1px 3px 2px #530306; box-shadow: 1px 1px 3px 2px #530306; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #530306; -webkit-box-shadow: 1px 1px 3px 2px #530306; box-shadow:1px 1px 3px 2px #530306;">
Div content here</div>
This text has color #530306 on black background.
This text has color #530306 on white background.
This text has black color on #530306 background.
This text has white color on #530306 background.