COLOR #52A573

HEX: #52A573 RGB: (82,165,115)

Color info

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

RGB color model

#52A573 color RGB value is (82,165,115).

RGB: (82,165,115) (32%, 65%, 45%)

RGB channels and saturation

R 82 of 255 = 32%
G 165 of 255 = 65%
B 115 of 255 = 45%

82
165
115

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

Portions of RGB colors in percentages

R + G + B = 82 + 165 + 115 = 362 (100%)
R 82 of 362 ~ 22.65%
G 165 of 362 ~ 45.58%
B 115 of 362 ~ 31.77'%

%22.65
%45.58
%31.77

CMYK color model

#52A573 color CMYK value is (50,0,30,35).

  • cyan value is 50.30%
  • magenta value is 0.00%
  • yellow value is 30.30%
  • key color value is 35.29%

CMYK: (50,0,30,35)
C50M0Y30K35 (50%, 0%, 30%, 35%)
(0.50 / 0.00 / 0.30 / 0.35)

CMYK percentages

%50.3
%0
%30.3
%35.29

Codes

Color #52A573 in popluar color models

52 A5 73
RGB 82 165 115
HSL 144° 33.60% 48.43%
HSB/HSV 144° 50.30% 64.71%
CMYK 50.30% 0.00% 30.30%
35.29%

Color #52A573 in popluar number systems.

HEX 52 A5 73
Decimal 82 165 115
Binary 1010010 10100101 1110011
Octal 122 245 163

Shades and tints

Shades of #52A573

#52A573
(82,165,115)
#4B9669
(75,150,105)
#44875F
(68,135,95)
#3D7855
(61,120,85)
#36694B
(54,105,75)
#2F5A41
(47,90,65)
#284B37
(40,75,55)
#213C2D
(33,60,45)
#1A2D23
(26,45,35)
#131E19
(19,30,25)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #52A573

#52A573
(82,165,115)
#61AD7F
(97,173,127)
#70B58B
(112,181,139)
#7FBD97
(127,189,151)
#8EC5A3
(142,197,163)
#9DCDAF
(157,205,175)
#ACD5BB
(172,213,187)
#BBDDC7
(187,221,199)
#CAE5D3
(202,229,211)
#D9EDDF
(217,237,223)
#E8F5EB
(232,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A573 color. Also use rgb(82,165,115) instead hex code.

Text Font Color

.myTextColor { color: #52A573; }

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

This text font color is #52A573.

Background Color

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

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

This div background color is #52A573.

Border color

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

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

This div border color is #52A573.

Opacity

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

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

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

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

This text has shadow with #52A573 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A573.

Preview

Color preview on black background

This text has color #52A573 on black background.


Color preview on white background

This text has color #52A573 on white background.


Black color preview on #52A573 background

This text has black color on #52A573 background.


White color preview on #52A573 background

This text has white color on #52A573 background.


Related colors

Complementary color

Complementary color for #hex is #AD5A8C.


I love getcolorcode.com

Triadic colors

1 #7352A5 and #A57352 with #52A573 are triadic colors.

2 #73A552 and #A55273 with #52A573 are triadic colors.