HEX: #53984C
RGB: (83,152,76)
#53984C contains mainly green color. Web safe color of #53984C is #669933 (or #693).
#53984C color RGB value is (83,152,76).
RGB: (83,152,76)
(33%, 60%, 30%)
R 83 of 255 = 33%
G 152 of 255 = 60%
B 76 of 255 = 30%
R + G + B ~ 41%. #53984C is middle color (not dark and not light).
R + G + B = 83 + 152 + 76 = 311 (100%)
R 83 of 311 ~ 26.69%
G 152 of 311 ~ 48.87%
B 76 of 311 ~ 24.44'%
#53984C color CMYK value is (45,0,50,40).
CMYK: (45,0,50,40)
C45M0Y50K40 (45%, 0%, 50%, 40%)
(0.45 / 0.00 / 0.50 / 0.40)
Color #53984C in popluar color models
53 | 98 | 4C | |
---|---|---|---|
RGB | 83 | 152 | 76 |
HSL | 114° | 33.33% | 44.71% |
HSB/HSV | 114° | 50.00% | 59.61% |
CMYK | 45.39% | 0.00% | 50.00% |
40.39% |
Color #53984C in popluar number systems.
HEX | 53 | 98 | 4C |
Decimal | 83 | 152 | 76 |
Binary | 1010011 | 10011000 | 1001100 |
Octal | 123 | 230 | 114 |
Shades of #53984C
Tints of #53984C
Examples of css and html codes for elements with #53984C color. Also use rgb(83,152,76) instead hex code.
.myTextColor { color: #53984C; }
<p style="color:#53984C">This sample text font color is #53984C.</p>
This text font color is #53984C.
.myBgColor { background-color: #53984C; }
<div style="background-color:#53984C">Inner text</div>
This div background color is #53984C.
.myBorderColor { border: 1px solid #53984C; }
<div style="border:3px solid #53984C">Div</div>
This div border color is #53984C.
.myOpacity80 { color: #53984C; opacity: 0.8; }
<p style="color:#53984C;opacity:0.8;">80%</p>
Text with #53984C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53984C;}
<p style="text-shadow: 3px 3px 1px #53984C">Text here.</p>
This text has shadow with #53984C color.
.textShadow {text-shadow: 3px 3px 1px #53984C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53984C, 5px 5px 20px red">Text here.</p>
This text has shadow with #53984C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53984C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53984C, Direction=45, Strength=4)">Text</p>
This text has shadow with #53984C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53984C;
-webkit-box-shadow: 1px 1px 3px 2px #53984C;
box-shadow: 1px 1px 3px 2px #53984C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53984C; -webkit-box-shadow: 1px 1px 3px 2px #53984C; box-shadow:1px 1px 3px 2px #53984C;">
Div content here
</div>
This text has color #53984C on black background.
This text has color #53984C on white background.
This text has black color on #53984C background.
This text has white color on #53984C background.
Complementary color for #hex is #AC67B3.