HEX: #533300
RGB: (83,51,0)
#533300 contains only red and green colors. Web safe color of #533300 is #663300 (or #630).
#533300 color RGB value is (83,51,0).
RGB: (83,51,0) (33%,20%,0%)
R 83 of 255 = 33%
G 51 of 255 = 20%
B 0 of 255 = 0%
R + G + B ~ 18%. #533300 is dark color.
R + G + B =
83 + 51 + 0 = 134 (100%)
R 83 of 134 ~ 61.94%
G 51 of 134 ~ 38.06%
B 0 of 134 ~ 0%
#533300 color CMYK value is (0,39,100,67).
CMYK: (0,39,100,67) C0M39Y100K67 (0%,39%,100%,67%) (0.00/0.39/1.00/0.67)
53 | 33 | 00 | |
---|---|---|---|
RGB | 83 | 51 | 0 |
HSL | 37° | 100.00% | 16.27% |
HSB/HSV | 37° | 100.00% | 32.55% |
CMYK | 0.00% | 38.55% | 100.00% |
67.45% |
HEX | 53 | 33 | 00 |
Decimal | 83 | 51 | 0 |
Binary | 1010011 | 110011 | 0 |
Octal | 123 | 63 | 0 |
Examples of css and html codes for elements with #533300 color. Also use rgb(83,51,0) instead hex code.
.myTextColor { color: #533300; }
<p style="color:#533300">This sample text font color is #533300.</p>
This text font color is #533300.
.myBgColor { background-color: #533300; }
<div style="background-color:#533300">Inner text</div>
This div background color is #533300.
.myBorderColor { border: 1px solid #533300; }
<div style="border:3px solid #533300">Div</div>
This div border color is #533300.
.myOpacity80 { color: #533300; opacity: 0.8; }
<p style="color:#533300;opacity:0.8;">80%</p>
Text with #533300 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #533300;}
<p style="text-shadow: 3px 3px 1px #533300">Text here.</p>
This text has shadow with #533300 color.
.textShadow {text-shadow: 3px 3px 1px #533300, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #533300, 5px 5px 20px red">Text here.</p>
This text has shadow with #533300 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#533300, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#533300, Direction=45, Strength=4)">Text</p>
This text has shadow with #533300 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #533300; -webkit-box-shadow: 1px 1px 3px 2px #533300; box-shadow: 1px 1px 3px 2px #533300; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #533300; -webkit-box-shadow: 1px 1px 3px 2px #533300; box-shadow:1px 1px 3px 2px #533300;">
Div content here</div>
This text has color #533300 on black background.
This text has color #533300 on white background.
This text has black color on #533300 background.
This text has white color on #533300 background.