COLOR #52AB6D

HEX: #52AB6D RGB: (82,171,109)

Color info

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

RGB color model

#52AB6D color RGB value is (82,171,109).

RGB: (82,171,109) (32%, 67%, 43%)

RGB channels and saturation

R 82 of 255 = 32%
G 171 of 255 = 67%
B 109 of 255 = 43%

82
171
109

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

Portions of RGB colors in percentages

R + G + B = 82 + 171 + 109 = 362 (100%)
R 82 of 362 ~ 22.65%
G 171 of 362 ~ 47.24%
B 109 of 362 ~ 30.11'%

%22.65
%47.24
%30.11

CMYK color model

#52AB6D color CMYK value is (52,0,36,33).

  • cyan value is 52.05%
  • magenta value is 0.00%
  • yellow value is 36.26%
  • key color value is 32.94%

CMYK: (52,0,36,33)
C52M0Y36K33 (52%, 0%, 36%, 33%)
(0.52 / 0.00 / 0.36 / 0.33)

CMYK percentages

%52.05
%0
%36.26
%32.94

Codes

Color #52AB6D in popluar color models

52 AB 6D
RGB 82 171 109
HSL 138° 35.18% 49.61%
HSB/HSV 138° 52.05% 67.06%
CMYK 52.05% 0.00% 36.26%
32.94%

Color #52AB6D in popluar number systems.

HEX 52 AB 6D
Decimal 82 171 109
Binary 1010010 10101011 1101101
Octal 122 253 155

Shades and tints

Shades of #52AB6D

#52AB6D
(82,171,109)
#4B9C64
(75,156,100)
#448D5B
(68,141,91)
#3D7E52
(61,126,82)
#366F49
(54,111,73)
#2F6040
(47,96,64)
#285137
(40,81,55)
#21422E
(33,66,46)
#1A3325
(26,51,37)
#13241C
(19,36,28)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #52AB6D

#52AB6D
(82,171,109)
#61B27A
(97,178,122)
#70B987
(112,185,135)
#7FC094
(127,192,148)
#8EC7A1
(142,199,161)
#9DCEAE
(157,206,174)
#ACD5BB
(172,213,187)
#BBDCC8
(187,220,200)
#CAE3D5
(202,227,213)
#D9EAE2
(217,234,226)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AB6D color. Also use rgb(82,171,109) instead hex code.

Text Font Color

.myTextColor { color: #52AB6D; }

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

This text font color is #52AB6D.

Background Color

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

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

This div background color is #52AB6D.

Border color

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

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

This div border color is #52AB6D.

Opacity

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

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

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

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

This text has shadow with #52AB6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52AB6D.

Preview

Color preview on black background

This text has color #52AB6D on black background.


Color preview on white background

This text has color #52AB6D on white background.


Black color preview on #52AB6D background

This text has black color on #52AB6D background.


White color preview on #52AB6D background

This text has white color on #52AB6D background.


Related colors

Complementary color

Complementary color for #hex is #AD5492.


I love getcolorcode.com

Triadic colors

1 #6D52AB and #AB6D52 with #52AB6D are triadic colors.

2 #6DAB52 and #AB526D with #52AB6D are triadic colors.