HEX: #52B984
RGB: (82,185,132)
#52B984 contains mainly green and blue colors. Web safe color of #52B984 is #66CC99 (or #6C9).
#52B984 color RGB value is (82,185,132).
RGB: (82,185,132)
(32%, 73%, 52%)
R 82 of 255 = 32%
G 185 of 255 = 73%
B 132 of 255 = 52%
R + G + B ~ 52%. #52B984 is middle color (not dark and not light).
R + G + B = 82 + 185 + 132 = 399 (100%)
R 82 of 399 ~ 20.55%
G 185 of 399 ~ 46.37%
B 132 of 399 ~ 33.08'%
#52B984 color CMYK value is (56,0,29,27).
CMYK: (56,0,29,27) C56M0Y29K27 (56%,0%,29%,27%) (0.56/0.00/0.29/0.27)
Color #52B984 in popluar color models
52 | B9 | 84 | |
---|---|---|---|
RGB | 82 | 185 | 132 |
HSL | 149° | 42.39% | 52.35% |
HSB/HSV | 149° | 55.68% | 72.55% |
CMYK | 55.68% | 0.00% | 28.65% |
27.45% |
Color #52B984 in popluar number systems.
HEX | 52 | B9 | 84 |
Decimal | 82 | 185 | 132 |
Binary | 1010010 | 10111001 | 10000100 |
Octal | 122 | 271 | 204 |
Shades of #52B984
Tints of #52B984
Examples of css and html codes for elements with #52B984 color. Also use rgb(82,185,132) instead hex code.
.myTextColor { color: #52B984; }
<p style="color:#52B984">This sample text font color is #52B984.</p>
This text font color is #52B984.
.myBgColor { background-color: #52B984; }
<div style="background-color:#52B984">Inner text</div>
This div background color is #52B984.
.myBorderColor { border: 1px solid #52B984; }
<div style="border:3px solid #52B984">Div</div>
This div border color is #52B984.
.myOpacity80 { color: #52B984; opacity: 0.8; }
<p style="color:#52B984;opacity:0.8;">80%</p>
Text with #52B984 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52B984;}
<p style="text-shadow: 3px 3px 1px #52B984">Text here.</p>
This text has shadow with #52B984 color.
.textShadow {text-shadow: 3px 3px 1px #52B984', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52B984, 5px 5px 20px red">Text here.</p>
This text has shadow with #52B984 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52B984, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52B984, Direction=45, Strength=4)">Text</p>
This text has shadow with #52B984 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52B984;
-webkit-box-shadow: 1px 1px 3px 2px #52B984;
box-shadow: 1px 1px 3px 2px #52B984;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52B984; -webkit-box-shadow: 1px 1px 3px 2px #52B984; box-shadow:1px 1px 3px 2px #52B984;">
Div content here
</div>
This text has color #52B984 on black background.
This text has color #52B984 on white background.
This text has black color on #52B984 background.
This text has white color on #52B984 background.
Complementary color for #hex is #AD467B.