COLOR #52AB55

HEX: #52AB55 RGB: (82,171,85)

Color info

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

RGB color model

#52AB55 color RGB value is (82,171,85).

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

RGB channels and saturation

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

82
171
85

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

Portions of RGB colors in percentages

R + G + B = 82 + 171 + 85 = 338 (100%)
R 82 of 338 ~ 24.26%
G 171 of 338 ~ 50.59%
B 85 of 338 ~ 25.15'%

%24.26
%50.59
%25.15

CMYK color model

#52AB55 color CMYK value is (52,0,50,33).

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

CMYK: (52,0,50,33)
C52M0Y50K33 (52%, 0%, 50%, 33%)
(0.52 / 0.00 / 0.50 / 0.33)

CMYK percentages

%52.05
%0
%50.29
%32.94

Codes

Color #52AB55 in popluar color models

52 AB 55
RGB 82 171 85
HSL 122° 35.18% 49.61%
HSB/HSV 122° 52.05% 67.06%
CMYK 52.05% 0.00% 50.29%
32.94%

Color #52AB55 in popluar number systems.

HEX 52 AB 55
Decimal 82 171 85
Binary 1010010 10101011 1010101
Octal 122 253 125

Shades and tints

Shades of #52AB55

#52AB55
(82,171,85)
#4B9C4E
(75,156,78)
#448D47
(68,141,71)
#3D7E40
(61,126,64)
#366F39
(54,111,57)
#2F6032
(47,96,50)
#28512B
(40,81,43)
#214224
(33,66,36)
#1A331D
(26,51,29)
#132416
(19,36,22)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #52AB55

#52AB55
(82,171,85)
#61B264
(97,178,100)
#70B973
(112,185,115)
#7FC082
(127,192,130)
#8EC791
(142,199,145)
#9DCEA0
(157,206,160)
#ACD5AF
(172,213,175)
#BBDCBE
(187,220,190)
#CAE3CD
(202,227,205)
#D9EADC
(217,234,220)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52AB55; }

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

This text font color is #52AB55.

Background Color

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

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

This div background color is #52AB55.

Border color

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

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

This div border color is #52AB55.

Opacity

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

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

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

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

This text has shadow with #52AB55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52AB55.

Preview

Color preview on black background

This text has color #52AB55 on black background.


Color preview on white background

This text has color #52AB55 on white background.


Black color preview on #52AB55 background

This text has black color on #52AB55 background.


White color preview on #52AB55 background

This text has white color on #52AB55 background.


Related colors

Complementary color

Complementary color for #hex is #AD54AA.


I love getcolorcode.com

Triadic colors

1 #5552AB and #AB5552 with #52AB55 are triadic colors.

2 #55AB52 and #AB5255 with #52AB55 are triadic colors.