HEX: #52AC69
RGB: (82,172,105)
#52AC69 contains mainly green color. Web safe color of #52AC69 is #669966 (or #696).
#52AC69 color RGB value is (82,172,105).
RGB: (82,172,105)
(32%, 67%, 41%)
R 82 of 255 = 32%
G 172 of 255 = 67%
B 105 of 255 = 41%
R + G + B ~ 47%. #52AC69 is middle color (not dark and not light).
R + G + B = 82 + 172 + 105 = 359 (100%)
R 82 of 359 ~ 22.84%
G 172 of 359 ~ 47.91%
B 105 of 359 ~ 29.25'%
#52AC69 color CMYK value is (52,0,39,33).
CMYK: (52,0,39,33) C52M0Y39K33 (52%,0%,39%,33%) (0.52/0.00/0.39/0.33)
Color #52AC69 in popluar color models
52 | AC | 69 | |
---|---|---|---|
RGB | 82 | 172 | 105 |
HSL | 135° | 35.43% | 49.80% |
HSB/HSV | 135° | 52.33% | 67.45% |
CMYK | 52.33% | 0.00% | 38.95% |
32.55% |
Color #52AC69 in popluar number systems.
HEX | 52 | AC | 69 |
Decimal | 82 | 172 | 105 |
Binary | 1010010 | 10101100 | 1101001 |
Octal | 122 | 254 | 151 |
Shades of #52AC69
Tints of #52AC69
Examples of css and html codes for elements with #52AC69 color. Also use rgb(82,172,105) instead hex code.
.myTextColor { color: #52AC69; }
<p style="color:#52AC69">This sample text font color is #52AC69.</p>
This text font color is #52AC69.
.myBgColor { background-color: #52AC69; }
<div style="background-color:#52AC69">Inner text</div>
This div background color is #52AC69.
.myBorderColor { border: 1px solid #52AC69; }
<div style="border:3px solid #52AC69">Div</div>
This div border color is #52AC69.
.myOpacity80 { color: #52AC69; opacity: 0.8; }
<p style="color:#52AC69;opacity:0.8;">80%</p>
Text with #52AC69 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52AC69;}
<p style="text-shadow: 3px 3px 1px #52AC69">Text here.</p>
This text has shadow with #52AC69 color.
.textShadow {text-shadow: 3px 3px 1px #52AC69', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52AC69, 5px 5px 20px red">Text here.</p>
This text has shadow with #52AC69 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52AC69, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52AC69, Direction=45, Strength=4)">Text</p>
This text has shadow with #52AC69 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52AC69;
-webkit-box-shadow: 1px 1px 3px 2px #52AC69;
box-shadow: 1px 1px 3px 2px #52AC69;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52AC69; -webkit-box-shadow: 1px 1px 3px 2px #52AC69; box-shadow:1px 1px 3px 2px #52AC69;">
Div content here
</div>
This text has color #52AC69 on black background.
This text has color #52AC69 on white background.
This text has black color on #52AC69 background.
This text has white color on #52AC69 background.
Complementary color for #hex is #AD5396.