COLOR #52A84C

HEX: #52A84C
RGB: (82,168,76)

Color info

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

RGB color model

#52A84C color RGB value is (82,168,76).

  • red value is 82;
  • green value is 168;
  • blue value is 76.
RGB:
(82,168,76)
(32%,66%,30%)

RGB channels and saturation

R 82 of 255 = 32%
G 168 of 255 = 66%
B 76 of 255 = 30%

82
168
76

R + G + B ~ 43%. #52A84C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 168 + 76 = 326 (100%)
R 82 of 326 ~ 25.15%
G 168 of 326 ~ 51.53%
B 76 of 326 ~ 23.31%

%25.15
%51.53
%23.31

CMYK color model

#52A84C color CMYK value is (51,0,55,34).

  • cyan value is 51.19%
  • magenta value is 0.00%
  • yellow value is 54.76%
  • key color value is 34.12%
CMYK:
(51,0,55,34)
C51M0Y55K34 
(51%,0%,55%,34%)
(0.51/0.00/0.55/0.34)	

CMYK percentages

%51.19
%0
%54.76
%34.12

Codes

Color #52A84C in popluar color models

52A84C
RGB8216876
HSL116°37.70%47.84%
HSB/HSV116°54.76%65.88%
CMYK51.19%0.00%54.76%
34.12%

Color #52A84C in popluar number systems.

HEX52A84C
Decimal8216876
Binary1010010101010001001100
Octal122250114

Shades and tints

Shades of #52A84C

#52A84C
(82,168,76)
#4B9946
(75,153,70)
#448A40
(68,138,64)
#3D7B3A
(61,123,58)
#366C34
(54,108,52)
#2F5D2E
(47,93,46)
#284E28
(40,78,40)
#213F22
(33,63,34)
#1A301C
(26,48,28)
#132116
(19,33,22)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #52A84C

#52A84C
(82,168,76)
#61AF5C
(97,175,92)
#70B66C
(112,182,108)
#7FBD7C
(127,189,124)
#8EC48C
(142,196,140)
#9DCB9C
(157,203,156)
#ACD2AC
(172,210,172)
#BBD9BC
(187,217,188)
#CAE0CC
(202,224,204)
#D9E7DC
(217,231,220)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A84C color. Also use rgb(82,168,76) instead hex code.

Text Font Color

.myTextColor { color: #52A84C; }

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

This text font color is #52A84C.


Background Color

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

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

This div background color is #52A84C.


Border color

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

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

This div border color is #52A84C.


Opacity

.myOpacity80 { color: #52A84C; opacity: 0.8; }

<p style="color:#52A84C;opacity:0.8;">80%</p>

Text with #52A84C 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 #52A84C;}

<p style="text-shadow: 3px 3px 1px #52A84C">Text here.</p>

This text has shadow with #52A84C color.

.textShadow {text-shadow: 3px 3px 1px #52A84C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #52A84C, 5px 5px 20px red">Text here.</p>

This text has shadow with #52A84C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#52A84C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#52A84C, Direction=45, Strength=4)">Text</p>

This text has shadow with #52A84C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #52A84C;
  -webkit-box-shadow:	1px 1px 3px 2px #52A84C;
  box-shadow:		1px 1px 3px 2px #52A84C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52A84C;
-webkit-box-shadow: 1px 1px 3px 2px #52A84C;
box-shadow:1px 1px 3px 2px #52A84C;">
Div content here</div>
This div box has shadow with color #52A84C.

Preview

Color preview on black background

This text has color #52A84C on black background.


Color preview on white background

This text has color #52A84C on white background.



Black color preview on #52A84C background

This text has black color on #52A84C background.


White color preview on #52A84C background

This text has white color on #52A84C background.