COLOR #52AC69

HEX: #52AC69 RGB: (82,172,105)

Color info

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

RGB color model

#52AC69 color RGB value is (82,172,105).

RGB: (82,172,105) (32%, 67%, 41%)

RGB channels and saturation

R 82 of 255 = 32%
G 172 of 255 = 67%
B 105 of 255 = 41%

82
172
105

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

Portions of RGB colors in percentages

R + G + B = 82 + 172 + 105 = 359 (100%)
R 82 of 359 ~ 22.84%
G 172 of 359 ~ 47.91%
B 105 of 359 ~ 29.25'%

%22.84
%47.91
%29.25

CMYK color model

#52AC69 color CMYK value is (52,0,39,33).

  • cyan value is 52.33%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 32.55%
CMYK: (52,0,39,33) C52M0Y39K33 (52%,0%,39%,33%) (0.52/0.00/0.39/0.33) 

CMYK percentages

%52.33
%0
%38.95
%32.55

Codes

Color #52AC69 in popluar color models

52 AC 69
RGB 82 172 105
HSL 135° 35.43% 49.80%
HSB/HSV 135° 52.33% 67.45%
CMYK 52.33% 0.00% 38.95%
32.55%

Color #52AC69 in popluar number systems.

HEX 52 AC 69
Decimal 82 172 105
Binary 1010010 10101100 1101001
Octal 122 254 151

Shades and tints

Shades of #52AC69

#52AC69
(82,172,105)
#4B9D60
(75,157,96)
#448E57
(68,142,87)
#3D7F4E
(61,127,78)
#367045
(54,112,69)
#2F613C
(47,97,60)
#285233
(40,82,51)
#21432A
(33,67,42)
#1A3421
(26,52,33)
#132518
(19,37,24)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #52AC69

#52AC69
(82,172,105)
#61B376
(97,179,118)
#70BA83
(112,186,131)
#7FC190
(127,193,144)
#8EC89D
(142,200,157)
#9DCFAA
(157,207,170)
#ACD6B7
(172,214,183)
#BBDDC4
(187,221,196)
#CAE4D1
(202,228,209)
#D9EBDE
(217,235,222)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52AC69; }

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

This text font color is #52AC69.

Background Color

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

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

This div background color is #52AC69.

Border color

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

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

This div border color is #52AC69.

Opacity

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

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

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

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

This text has shadow with #52AC69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52AC69.

Preview

Color preview on black background

This text has color #52AC69 on black background.


Color preview on white background

This text has color #52AC69 on white background.


Black color preview on #52AC69 background

This text has black color on #52AC69 background.


White color preview on #52AC69 background

This text has white color on #52AC69 background.


Related colors

Complementary color

Complementary color for #hex is #AD5396.


I love getcolorcode.com

Triadic colors

1 #6952AC and #AC6952 with #52AC69 are triadic colors.

2 #69AC52 and #AC5269 with #52AC69 are triadic colors.