COLOR #52B21C

HEX: #52B21C RGB: (82,178,28)

Color info

#52B21C contains mainly green color. Web safe color of #52B21C is #669933 (or #693).

RGB color model

#52B21C color RGB value is (82,178,28).

RGB: (82,178,28) (32%, 70%, 11%)

RGB channels and saturation

R 82 of 255 = 32%
G 178 of 255 = 70%
B 28 of 255 = 11%

82
178
28

R + G + B ~ 38%. #52B21C is quite dark color.

Portions of RGB colors in percentages

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'%

%28.47
%61.81

CMYK color model

#52B21C color CMYK value is (54,0,84,30).

  • cyan value is 53.93%
  • magenta value is 0.00%
  • yellow value is 84.27%
  • key color value is 30.20%

CMYK: (54,0,84,30)
C54M0Y84K30 (54%, 0%, 84%, 30%)
(0.54 / 0.00 / 0.84 / 0.30)

CMYK percentages

%53.93
%0
%84.27
%30.2

Codes

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 and tints

Shades of #52B21C

#52B21C
(82,178,28)
#4BA21A
(75,162,26)
#449218
(68,146,24)
#3D8216
(61,130,22)
#367214
(54,114,20)
#2F6212
(47,98,18)
#285210
(40,82,16)
#21420E
(33,66,14)
#1A320C
(26,50,12)
#13220A
(19,34,10)
#0C1208
(12,18,8)
#000000
(0,0,0)

Tints of #52B21C

#52B21C
(82,178,28)
#61B930
(97,185,48)
#70C044
(112,192,68)
#7FC758
(127,199,88)
#8ECE6C
(142,206,108)
#9DD580
(157,213,128)
#ACDC94
(172,220,148)
#BBE3A8
(187,227,168)
#CAEABC
(202,234,188)
#D9F1D0
(217,241,208)
#E8F8E4
(232,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B21C color. Also use rgb(82,178,28) instead hex code.

Text Font Color

.myTextColor { color: #52B21C; }

<p style="color:#52B21C">This sample text font color is #52B21C.</p>

This text font color is #52B21C.

Background Color

.myBgColor { background-color: #52B21C; }

<div style="background-color:#52B21C">Inner text</div>

This div background color is #52B21C.

Border color

.myBorderColor { border: 1px solid #52B21C; }

<div style="border:3px solid #52B21C">Div</div>

This div border color is #52B21C.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #52B21C.

Preview

Color preview on black background

This text has color #52B21C on black background.


Color preview on white background

This text has color #52B21C on white background.


Black color preview on #52B21C background

This text has black color on #52B21C background.


White color preview on #52B21C background

This text has white color on #52B21C background.


Related colors

Complementary color

Complementary color for #52B21C is #AD4DE3.


I love getcolorcode.com

Triadic colors

1 #1C52B2 and #B21C52 with #52B21C are triadic colors.

2 #1CB252 and #B2521C with #52B21C are triadic colors.