HEX: #52B21C
RGB: (82,178,28)
#52B21C contains mainly green color. Web safe color of #52B21C is #669933 (or #693).
#52B21C color RGB value is (82,178,28).
RGB: (82,178,28)
(32%, 70%, 11%)
R 82 of 255 = 32%
G 178 of 255 = 70%
B 28 of 255 = 11%
R + G + B ~ 38%. #52B21C is quite dark color.
R + G + B = 82 + 178 + 28 = 288 (100%)
R 82 of 288 ~ 28.47%
G 178 of 288 ~ 61.81%
B 28 of 288 ~ 9.72'%
#52B21C color CMYK value is (54,0,84,30).
CMYK: (54,0,84,30)
C54M0Y84K30 (54%, 0%, 84%, 30%)
(0.54 / 0.00 / 0.84 / 0.30)
Color #52B21C in popluar color models
52 | B2 | 1C | |
---|---|---|---|
RGB | 82 | 178 | 28 |
HSL | 98° | 72.82% | 40.39% |
HSB/HSV | 98° | 84.27% | 69.80% |
CMYK | 53.93% | 0.00% | 84.27% |
30.20% |
Color #52B21C in popluar number systems.
HEX | 52 | B2 | 1C |
Decimal | 82 | 178 | 28 |
Binary | 1010010 | 10110010 | 11100 |
Octal | 122 | 262 | 34 |
Shades of #52B21C
Tints of #52B21C
Examples of css and html codes for elements with #52B21C color. Also use rgb(82,178,28) instead hex code.
.myTextColor { color: #52B21C; }
<p style="color:#52B21C">This sample text font color is #52B21C.</p>
This text font color is #52B21C.
.myBgColor { background-color: #52B21C; }
<div style="background-color:#52B21C">Inner text</div>
This div background color is #52B21C.
.myBorderColor { border: 1px solid #52B21C; }
<div style="border:3px solid #52B21C">Div</div>
This div border color is #52B21C.
.myOpacity80 { color: #52B21C; opacity: 0.8; }
<p style="color:#52B21C;opacity:0.8;">80%</p>
Text with #52B21C color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #52B21C;}
<p style="text-shadow: 3px 3px 1px #52B21C">Text here.</p>
This text has shadow with #52B21C color.
.textShadow {text-shadow: 3px 3px 1px #52B21C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #52B21C, 5px 5px 20px red">Text here.</p>
This text has shadow with #52B21C primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52B21C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#52B21C, Direction=45, Strength=4)">Text</p>
This text has shadow with #52B21C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #52B21C;
-webkit-box-shadow: 1px 1px 3px 2px #52B21C;
box-shadow: 1px 1px 3px 2px #52B21C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52B21C; -webkit-box-shadow: 1px 1px 3px 2px #52B21C; box-shadow:1px 1px 3px 2px #52B21C;">
Div content here
</div>
This text has color #52B21C on black background.
This text has color #52B21C on white background.
This text has black color on #52B21C background.
This text has white color on #52B21C background.
Complementary color for #52B21C is #AD4DE3.