HEX: #53BC80
RGB: (83,188,128)
#53BC80 contains mainly green color. Web safe color of #53BC80 is #66CC66 (or #6C6).
#53BC80 color RGB value is (83,188,128).
RGB: (83,188,128)
(33%, 74%, 50%)
R 83 of 255 = 33%
G 188 of 255 = 74%
B 128 of 255 = 50%
R + G + B ~ 52%. #53BC80 is middle color (not dark and not light).
R + G + B = 83 + 188 + 128 = 399 (100%)
R 83 of 399 ~ 20.8%
G 188 of 399 ~ 47.12%
B 128 of 399 ~ 32.08'%
#53BC80 color CMYK value is (56,0,32,26).
CMYK: (56,0,32,26)
C56M0Y32K26 (56%, 0%, 32%, 26%)
(0.56 / 0.00 / 0.32 / 0.26)
Color #53BC80 in popluar color models
53 | BC | 80 | |
---|---|---|---|
RGB | 83 | 188 | 128 |
HSL | 146° | 43.93% | 53.14% |
HSB/HSV | 146° | 55.85% | 73.73% |
CMYK | 55.85% | 0.00% | 31.91% |
26.27% |
Color #53BC80 in popluar number systems.
HEX | 53 | BC | 80 |
Decimal | 83 | 188 | 128 |
Binary | 1010011 | 10111100 | 10000000 |
Octal | 123 | 274 | 200 |
Shades of #53BC80
Tints of #53BC80
Examples of css and html codes for elements with #53BC80 color. Also use rgb(83,188,128) instead hex code.
.myTextColor { color: #53BC80; }
<p style="color:#53BC80">This sample text font color is #53BC80.</p>
This text font color is #53BC80.
.myBgColor { background-color: #53BC80; }
<div style="background-color:#53BC80">Inner text</div>
This div background color is #53BC80.
.myBorderColor { border: 1px solid #53BC80; }
<div style="border:3px solid #53BC80">Div</div>
This div border color is #53BC80.
.myOpacity80 { color: #53BC80; opacity: 0.8; }
<p style="color:#53BC80;opacity:0.8;">80%</p>
Text with #53BC80 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #53BC80;}
<p style="text-shadow: 3px 3px 1px #53BC80">Text here.</p>
This text has shadow with #53BC80 color.
.textShadow {text-shadow: 3px 3px 1px #53BC80', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #53BC80, 5px 5px 20px red">Text here.</p>
This text has shadow with #53BC80 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#53BC80, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#53BC80, Direction=45, Strength=4)">Text</p>
This text has shadow with #53BC80 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #53BC80;
-webkit-box-shadow: 1px 1px 3px 2px #53BC80;
box-shadow: 1px 1px 3px 2px #53BC80;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #53BC80; -webkit-box-shadow: 1px 1px 3px 2px #53BC80; box-shadow:1px 1px 3px 2px #53BC80;">
Div content here
</div>
This text has color #53BC80 on black background.
This text has color #53BC80 on white background.
This text has black color on #53BC80 background.
This text has white color on #53BC80 background.
Complementary color for #hex is #AC437F.