HEX: #520012
RGB: (82,0,18)
#520012 contains mainly red color. #520012 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.
#520012 color RGB value is (82,0,18).
RGB: (82,0,18) (32%,0%,7%)
R 82 of 255 = 32%
G 0 of 255 = 0%
B 18 of 255 = 7%
R + G + B ~ 13%. #520012 is dark color.
R + G + B =
82 + 0 + 18 = 100 (100%)
R 82 of 100 ~ 82%
G 0 of 100 ~ 0%
B 18 of 100 ~ 18%
#520012 rengi CMYK tonu (0,100,78,68).
CMYK: (0,100,78,68) C0M100Y78K68 (0%,100%,78%,68%) (0.00/1.00/0.78/0.68)
52 | 00 | 12 | |
---|---|---|---|
RGB | 82 | 0 | 18 |
HSL | 347° | 100.00% | 16.08% |
HSB/HSV | 347° | 100.00% | 32.16% |
CMYK | 0.00% | 100.00% | 78.05% |
67.84% |
HEX | 52 | 00 | 12 |
Decimal | 82 | 0 | 18 |
Binary | 1010010 | 0 | 10010 |
Octal | 122 | 0 | 22 |
Examples of css and html codes for elements with #520012 color. Also use rgb(82,0,18) instead hex code.
.myTextColor { color: #520012; }
<p style="color:#520012">This sample text font color is #520012.</p>
This text font color is #520012.
.myBgColor { background-color: #520012; }
<div style="background-color:#520012">Inner text</div>
This div background color is #520012.
.myBorderColor { border: 1px solid #520012; }
<div style="border:3px solid #520012">Div</div>
This div border color is #520012.
.myOpacity80 { color: #520012; opacity: 0.8; }
<p style="color:#520012;opacity:0.8;">80%</p>
Text with #520012 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #520012;}
<p style="text-shadow: 3px 3px 1px #520012">Text here.</p>
This text has shadow with #520012 color.
.textShadow {text-shadow: 3px 3px 1px #520012, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #520012, 5px 5px 20px red">Text here.</p>
This text has shadow with #520012 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#520012, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#520012, Direction=45, Strength=4)">Text</p>
This text has shadow with #520012 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #520012; -webkit-box-shadow: 1px 1px 3px 2px #520012; box-shadow: 1px 1px 3px 2px #520012; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #520012; -webkit-box-shadow: 1px 1px 3px 2px #520012; box-shadow:1px 1px 3px 2px #520012;">
Div content here</div>
This text has color #520012 on black background.
This text has color #520012 on white background.
This text has black color on #520012 background.
This text has white color on #520012 background.