COLOR #52A96C

HEX: #52A96C RGB: (82,169,108)

Color info

#52A96C contains mainly green color. Web safe color of #52A96C is #669966 (or #696).

RGB color model

#52A96C color RGB value is (82,169,108).

RGB: (82,169,108) (32%, 66%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 169 of 255 = 66%
B 108 of 255 = 42%

82
169
108

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

Portions of RGB colors in percentages

R + G + B = 82 + 169 + 108 = 359 (100%)
R 82 of 359 ~ 22.84%
G 169 of 359 ~ 47.08%
B 108 of 359 ~ 30.08'%

%22.84
%47.08
%30.08

CMYK color model

#52A96C color CMYK value is (51,0,36,34).

  • cyan value is 51.48%
  • magenta value is 0.00%
  • yellow value is 36.09%
  • key color value is 33.73%
CMYK: (51,0,36,34) C51M0Y36K34 (51%,0%,36%,34%) (0.51/0.00/0.36/0.34) 

CMYK percentages

%51.48
%0
%36.09
%33.73

Codes

Color #52A96C in popluar color models

52 A9 6C
RGB 82 169 108
HSL 138° 34.66% 49.22%
HSB/HSV 138° 51.48% 66.27%
CMYK 51.48% 0.00% 36.09%
33.73%

Color #52A96C in popluar number systems.

HEX 52 A9 6C
Decimal 82 169 108
Binary 1010010 10101001 1101100
Octal 122 251 154

Shades and tints

Shades of #52A96C

#52A96C
(82,169,108)
#4B9A63
(75,154,99)
#448B5A
(68,139,90)
#3D7C51
(61,124,81)
#366D48
(54,109,72)
#2F5E3F
(47,94,63)
#284F36
(40,79,54)
#21402D
(33,64,45)
#1A3124
(26,49,36)
#13221B
(19,34,27)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #52A96C

#52A96C
(82,169,108)
#61B079
(97,176,121)
#70B786
(112,183,134)
#7FBE93
(127,190,147)
#8EC5A0
(142,197,160)
#9DCCAD
(157,204,173)
#ACD3BA
(172,211,186)
#BBDAC7
(187,218,199)
#CAE1D4
(202,225,212)
#D9E8E1
(217,232,225)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A96C color. Also use rgb(82,169,108) instead hex code.

Text Font Color

.myTextColor { color: #52A96C; }

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

This text font color is #52A96C.

Background Color

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

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

This div background color is #52A96C.

Border color

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

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

This div border color is #52A96C.

Opacity

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

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

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

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

This text has shadow with #52A96C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A96C.

Preview

Color preview on black background

This text has color #52A96C on black background.


Color preview on white background

This text has color #52A96C on white background.


Black color preview on #52A96C background

This text has black color on #52A96C background.


White color preview on #52A96C background

This text has white color on #52A96C background.


Related colors

Complementary color

Complementary color for #hex is #AD5693.


I love getcolorcode.com

Triadic colors

1 #6C52A9 and #A96C52 with #52A96C are triadic colors.

2 #6CA952 and #A9526C with #52A96C are triadic colors.