HEX: #53833D
RGB: (83,131,61)
#53833D contains mainly red and green colors. Web safe color of #53833D is #669933 (or #693).
#53833D color RGB value is (83,131,61).
RGB: (83,131,61)
(33%, 51%, 24%)
R 83 of 255 = 33%
G 131 of 255 = 51%
B 61 of 255 = 24%
R + G + B ~ 36%. #53833D is quite dark color.
R + G + B = 83 + 131 + 61 = 275 (100%)
R 83 of 275 ~ 30.18%
G 131 of 275 ~ 47.64%
B 61 of 275 ~ 22.18'%
#53833D color CMYK value is (37,0,53,49).
CMYK: (37,0,53,49)
C37M0Y53K49 (37%, 0%, 53%, 49%)
(0.37 / 0.00 / 0.53 / 0.49)
Color #53833D in popluar color models
53 | 83 | 3D | |
---|---|---|---|
RGB | 83 | 131 | 61 |
HSL | 101° | 36.46% | 37.65% |
HSB/HSV | 101° | 53.44% | 51.37% |
CMYK | 36.64% | 0.00% | 53.44% |
48.63% |
Color #53833D in popluar number systems.
HEX | 53 | 83 | 3D |
Decimal | 83 | 131 | 61 |
Binary | 1010011 | 10000011 | 111101 |
Octal | 123 | 203 | 75 |
Shades of #53833D
Tints of #53833D
Examples of css and html codes for elements with #53833D color. Also use rgb(83,131,61) instead hex code.
.myTextColor { color: #53833D; }
<p style="color:#53833D">This sample text font color is #53833D.</p>
This text font color is #53833D.
.myBgColor { background-color: #53833D; }
<div style="background-color:#53833D">Inner text</div>
This div background color is #53833D.
.myBorderColor { border: 1px solid #53833D; }
<div style="border:3px solid #53833D">Div</div>
This div border color is #53833D.
.myOpacity80 { color: #53833D; opacity: 0.8; }
<p style="color:#53833D;opacity:0.8;">80%</p>
Text with #53833D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53833D;}
<p style="text-shadow: 3px 3px 1px #53833D">Text here.</p>
This text has shadow with #53833D color.
.textShadow {text-shadow: 3px 3px 1px #53833D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53833D, 5px 5px 20px red">Text here.</p>
This text has shadow with #53833D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53833D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53833D, Direction=45, Strength=4)">Text</p>
This text has shadow with #53833D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53833D;
-webkit-box-shadow: 1px 1px 3px 2px #53833D;
box-shadow: 1px 1px 3px 2px #53833D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53833D; -webkit-box-shadow: 1px 1px 3px 2px #53833D; box-shadow:1px 1px 3px 2px #53833D;">
Div content here
</div>
This text has color #53833D on black background.
This text has color #53833D on white background.
This text has black color on #53833D background.
This text has white color on #53833D background.
Complementary color for #hex is #AC7CC2.