COLOR #52AC55

HEX: #52AC55 RGB: (82,172,85)

Color info

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

RGB color model

#52AC55 color RGB value is (82,172,85).

RGB: (82,172,85) (32%, 67%, 33%)

RGB channels and saturation

R 82 of 255 = 32%
G 172 of 255 = 67%
B 85 of 255 = 33%

82
172
85

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

Portions of RGB colors in percentages

R + G + B = 82 + 172 + 85 = 339 (100%)
R 82 of 339 ~ 24.19%
G 172 of 339 ~ 50.74%
B 85 of 339 ~ 25.07'%

%24.19
%50.74
%25.07

CMYK color model

#52AC55 color CMYK value is (52,0,51,33).

  • cyan value is 52.33%
  • magenta value is 0.00%
  • yellow value is 50.58%
  • key color value is 32.55%

CMYK: (52,0,51,33)
C52M0Y51K33 (52%, 0%, 51%, 33%)
(0.52 / 0.00 / 0.51 / 0.33)

CMYK percentages

%52.33
%0
%50.58
%32.55

Codes

Color #52AC55 in popluar color models

52 AC 55
RGB 82 172 85
HSL 122° 35.43% 49.80%
HSB/HSV 122° 52.33% 67.45%
CMYK 52.33% 0.00% 50.58%
32.55%

Color #52AC55 in popluar number systems.

HEX 52 AC 55
Decimal 82 172 85
Binary 1010010 10101100 1010101
Octal 122 254 125

Shades and tints

Shades of #52AC55

#52AC55
(82,172,85)
#4B9D4E
(75,157,78)
#448E47
(68,142,71)
#3D7F40
(61,127,64)
#367039
(54,112,57)
#2F6132
(47,97,50)
#28522B
(40,82,43)
#214324
(33,67,36)
#1A341D
(26,52,29)
#132516
(19,37,22)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #52AC55

#52AC55
(82,172,85)
#61B364
(97,179,100)
#70BA73
(112,186,115)
#7FC182
(127,193,130)
#8EC891
(142,200,145)
#9DCFA0
(157,207,160)
#ACD6AF
(172,214,175)
#BBDDBE
(187,221,190)
#CAE4CD
(202,228,205)
#D9EBDC
(217,235,220)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AC55 color. Also use rgb(82,172,85) instead hex code.

Text Font Color

.myTextColor { color: #52AC55; }

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

This text font color is #52AC55.

Background Color

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

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

This div background color is #52AC55.

Border color

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

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

This div border color is #52AC55.

Opacity

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

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

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

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

This text has shadow with #52AC55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52AC55.

Preview

Color preview on black background

This text has color #52AC55 on black background.


Color preview on white background

This text has color #52AC55 on white background.


Black color preview on #52AC55 background

This text has black color on #52AC55 background.


White color preview on #52AC55 background

This text has white color on #52AC55 background.


Related colors

Complementary color

Complementary color for #hex is #AD53AA.


I love getcolorcode.com

Triadic colors

1 #5552AC and #AC5552 with #52AC55 are triadic colors.

2 #55AC52 and #AC5255 with #52AC55 are triadic colors.