HEX: #53A649
RGB: (83,166,73)
#53A649 contains mainly green color. Web safe color of #53A649 is #669933 (or #693).
#53A649 color RGB value is (83,166,73).
RGB: (83,166,73)
(33%, 65%, 29%)
R 83 of 255 = 33%
G 166 of 255 = 65%
B 73 of 255 = 29%
R + G + B ~ 42%. #53A649 is middle color (not dark and not light).
R + G + B = 83 + 166 + 73 = 322 (100%)
R 83 of 322 ~ 25.78%
G 166 of 322 ~ 51.55%
B 73 of 322 ~ 22.67'%
#53A649 color CMYK value is (50,0,56,35).
CMYK: (50,0,56,35)
C50M0Y56K35 (50%, 0%, 56%, 35%)
(0.50 / 0.00 / 0.56 / 0.35)
Color #53A649 in popluar color models
53 | A6 | 49 | |
---|---|---|---|
RGB | 83 | 166 | 73 |
HSL | 114° | 38.91% | 46.86% |
HSB/HSV | 114° | 56.02% | 65.10% |
CMYK | 50.00% | 0.00% | 56.02% |
34.90% |
Color #53A649 in popluar number systems.
HEX | 53 | A6 | 49 |
Decimal | 83 | 166 | 73 |
Binary | 1010011 | 10100110 | 1001001 |
Octal | 123 | 246 | 111 |
Shades of #53A649
Tints of #53A649
Examples of css and html codes for elements with #53A649 color. Also use rgb(83,166,73) instead hex code.
.myTextColor { color: #53A649; }
<p style="color:#53A649">This sample text font color is #53A649.</p>
This text font color is #53A649.
.myBgColor { background-color: #53A649; }
<div style="background-color:#53A649">Inner text</div>
This div background color is #53A649.
.myBorderColor { border: 1px solid #53A649; }
<div style="border:3px solid #53A649">Div</div>
This div border color is #53A649.
.myOpacity80 { color: #53A649; opacity: 0.8; }
<p style="color:#53A649;opacity:0.8;">80%</p>
Text with #53A649 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53A649;}
<p style="text-shadow: 3px 3px 1px #53A649">Text here.</p>
This text has shadow with #53A649 color.
.textShadow {text-shadow: 3px 3px 1px #53A649', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53A649, 5px 5px 20px red">Text here.</p>
This text has shadow with #53A649 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53A649, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53A649, Direction=45, Strength=4)">Text</p>
This text has shadow with #53A649 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53A649;
-webkit-box-shadow: 1px 1px 3px 2px #53A649;
box-shadow: 1px 1px 3px 2px #53A649;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53A649; -webkit-box-shadow: 1px 1px 3px 2px #53A649; box-shadow:1px 1px 3px 2px #53A649;">
Div content here
</div>
This text has color #53A649 on black background.
This text has color #53A649 on white background.
This text has black color on #53A649 background.
This text has white color on #53A649 background.
Complementary color for #53A649 is #AC59B6.