COLOR #52A373

HEX: #52A373 RGB: (82,163,115)

Color info

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

RGB color model

#52A373 color RGB value is (82,163,115).

RGB: (82,163,115) (32%, 64%, 45%)

RGB channels and saturation

R 82 of 255 = 32%
G 163 of 255 = 64%
B 115 of 255 = 45%

82
163
115

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

Portions of RGB colors in percentages

R + G + B = 82 + 163 + 115 = 360 (100%)
R 82 of 360 ~ 22.78%
G 163 of 360 ~ 45.28%
B 115 of 360 ~ 31.94'%

%22.78
%45.28
%31.94

CMYK color model

#52A373 color CMYK value is (50,0,29,36).

  • cyan value is 49.69%
  • magenta value is 0.00%
  • yellow value is 29.45%
  • key color value is 36.08%

CMYK: (50,0,29,36)
C50M0Y29K36 (50%, 0%, 29%, 36%)
(0.50 / 0.00 / 0.29 / 0.36)

CMYK percentages

%49.69
%0
%29.45
%36.08

Codes

Color #52A373 in popluar color models

52 A3 73
RGB 82 163 115
HSL 144° 33.06% 48.04%
HSB/HSV 144° 49.69% 63.92%
CMYK 49.69% 0.00% 29.45%
36.08%

Color #52A373 in popluar number systems.

HEX 52 A3 73
Decimal 82 163 115
Binary 1010010 10100011 1110011
Octal 122 243 163

Shades and tints

Shades of #52A373

#52A373
(82,163,115)
#4B9569
(75,149,105)
#44875F
(68,135,95)
#3D7955
(61,121,85)
#366B4B
(54,107,75)
#2F5D41
(47,93,65)
#284F37
(40,79,55)
#21412D
(33,65,45)
#1A3323
(26,51,35)
#132519
(19,37,25)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #52A373

#52A373
(82,163,115)
#61AB7F
(97,171,127)
#70B38B
(112,179,139)
#7FBB97
(127,187,151)
#8EC3A3
(142,195,163)
#9DCBAF
(157,203,175)
#ACD3BB
(172,211,187)
#BBDBC7
(187,219,199)
#CAE3D3
(202,227,211)
#D9EBDF
(217,235,223)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52A373; }

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

This text font color is #52A373.

Background Color

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

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

This div background color is #52A373.

Border color

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

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

This div border color is #52A373.

Opacity

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

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

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

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

This text has shadow with #52A373 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A373.

Preview

Color preview on black background

This text has color #52A373 on black background.


Color preview on white background

This text has color #52A373 on white background.


Black color preview on #52A373 background

This text has black color on #52A373 background.


White color preview on #52A373 background

This text has white color on #52A373 background.


Related colors

Complementary color

Complementary color for #hex is #AD5C8C.


I love getcolorcode.com

Triadic colors

1 #7352A3 and #A37352 with #52A373 are triadic colors.

2 #73A352 and #A35273 with #52A373 are triadic colors.