COLOR #52A77C

HEX: #52A77C RGB: (82,167,124)

Color info

#52A77C contains mainly green and blue colors. Web safe color of #52A77C is #669966 (or #696).

RGB color model

#52A77C color RGB value is (82,167,124).

RGB: (82,167,124) (32%, 65%, 49%)

RGB channels and saturation

R 82 of 255 = 32%
G 167 of 255 = 65%
B 124 of 255 = 49%

82
167
124

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

Portions of RGB colors in percentages

R + G + B = 82 + 167 + 124 = 373 (100%)
R 82 of 373 ~ 21.98%
G 167 of 373 ~ 44.77%
B 124 of 373 ~ 33.24'%

%21.98
%44.77
%33.24

CMYK color model

#52A77C color CMYK value is (51,0,26,35).

  • cyan value is 50.90%
  • magenta value is 0.00%
  • yellow value is 25.75%
  • key color value is 34.51%
CMYK: (51,0,26,35) C51M0Y26K35 (51%,0%,26%,35%) (0.51/0.00/0.26/0.35) 

CMYK percentages

%50.9
%0
%25.75
%34.51

Codes

Color #52A77C in popluar color models

52 A7 7C
RGB 82 167 124
HSL 150° 34.14% 48.82%
HSB/HSV 150° 50.90% 65.49%
CMYK 50.90% 0.00% 25.75%
34.51%

Color #52A77C in popluar number systems.

HEX 52 A7 7C
Decimal 82 167 124
Binary 1010010 10100111 1111100
Octal 122 247 174

Shades and tints

Shades of #52A77C

#52A77C
(82,167,124)
#4B9871
(75,152,113)
#448966
(68,137,102)
#3D7A5B
(61,122,91)
#366B50
(54,107,80)
#2F5C45
(47,92,69)
#284D3A
(40,77,58)
#213E2F
(33,62,47)
#1A2F24
(26,47,36)
#132019
(19,32,25)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #52A77C

#52A77C
(82,167,124)
#61AF87
(97,175,135)
#70B792
(112,183,146)
#7FBF9D
(127,191,157)
#8EC7A8
(142,199,168)
#9DCFB3
(157,207,179)
#ACD7BE
(172,215,190)
#BBDFC9
(187,223,201)
#CAE7D4
(202,231,212)
#D9EFDF
(217,239,223)
#E8F7EA
(232,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A77C color. Also use rgb(82,167,124) instead hex code.

Text Font Color

.myTextColor { color: #52A77C; }

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

This text font color is #52A77C.

Background Color

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

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

This div background color is #52A77C.

Border color

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

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

This div border color is #52A77C.

Opacity

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

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

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

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

This text has shadow with #52A77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A77C.

Preview

Color preview on black background

This text has color #52A77C on black background.


Color preview on white background

This text has color #52A77C on white background.


Black color preview on #52A77C background

This text has black color on #52A77C background.


White color preview on #52A77C background

This text has white color on #52A77C background.


Related colors

Complementary color

Complementary color for #hex is #AD5883.


I love getcolorcode.com

Triadic colors

1 #7C52A7 and #A77C52 with #52A77C are triadic colors.

2 #7CA752 and #A7527C with #52A77C are triadic colors.