COLOR #52A586

HEX: #52A586 RGB: (82,165,134)

Color info

#52A586 contains mainly green and blue colors. Web safe color of #52A586 is #669999 (or #699).

RGB color model

#52A586 color RGB value is (82,165,134).

RGB: (82,165,134) (32%, 65%, 53%)

RGB channels and saturation

R 82 of 255 = 32%
G 165 of 255 = 65%
B 134 of 255 = 53%

82
165
134

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

Portions of RGB colors in percentages

R + G + B = 82 + 165 + 134 = 381 (100%)
R 82 of 381 ~ 21.52%
G 165 of 381 ~ 43.31%
B 134 of 381 ~ 35.17'%

%21.52
%43.31
%35.17

CMYK color model

#52A586 color CMYK value is (50,0,19,35).

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

CMYK: (50,0,19,35)
C50M0Y19K35 (50%, 0%, 19%, 35%)
(0.50 / 0.00 / 0.19 / 0.35)

CMYK percentages

%50.3
%0
%18.79
%35.29

Codes

Color #52A586 in popluar color models

52 A5 86
RGB 82 165 134
HSL 158° 33.60% 48.43%
HSB/HSV 158° 50.30% 64.71%
CMYK 50.30% 0.00% 18.79%
35.29%

Color #52A586 in popluar number systems.

HEX 52 A5 86
Decimal 82 165 134
Binary 1010010 10100101 10000110
Octal 122 245 206

Shades and tints

Shades of #52A586

#52A586
(82,165,134)
#4B967A
(75,150,122)
#44876E
(68,135,110)
#3D7862
(61,120,98)
#366956
(54,105,86)
#2F5A4A
(47,90,74)
#284B3E
(40,75,62)
#213C32
(33,60,50)
#1A2D26
(26,45,38)
#131E1A
(19,30,26)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #52A586

#52A586
(82,165,134)
#61AD91
(97,173,145)
#70B59C
(112,181,156)
#7FBDA7
(127,189,167)
#8EC5B2
(142,197,178)
#9DCDBD
(157,205,189)
#ACD5C8
(172,213,200)
#BBDDD3
(187,221,211)
#CAE5DE
(202,229,222)
#D9EDE9
(217,237,233)
#E8F5F4
(232,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52A586; }

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

This text font color is #52A586.

Background Color

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

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

This div background color is #52A586.

Border color

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

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

This div border color is #52A586.

Opacity

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

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

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

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

This text has shadow with #52A586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A586.

Preview

Color preview on black background

This text has color #52A586 on black background.


Color preview on white background

This text has color #52A586 on white background.


Black color preview on #52A586 background

This text has black color on #52A586 background.


White color preview on #52A586 background

This text has white color on #52A586 background.


Related colors

Complementary color

Complementary color for #hex is #AD5A79.


I love getcolorcode.com

Triadic colors

1 #8652A5 and #A58652 with #52A586 are triadic colors.

2 #86A552 and #A55286 with #52A586 are triadic colors.