COLOR #52B984

HEX: #52B984 RGB: (82,185,132)

Color info

#52B984 contains mainly green and blue colors. Web safe color of #52B984 is #66CC99 (or #6C9).

RGB color model

#52B984 color RGB value is (82,185,132).

RGB: (82,185,132) (32%, 73%, 52%)

RGB channels and saturation

R 82 of 255 = 32%
G 185 of 255 = 73%
B 132 of 255 = 52%

82
185
132

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

Portions of RGB colors in percentages

R + G + B = 82 + 185 + 132 = 399 (100%)
R 82 of 399 ~ 20.55%
G 185 of 399 ~ 46.37%
B 132 of 399 ~ 33.08'%

%20.55
%46.37
%33.08

CMYK color model

#52B984 color CMYK value is (56,0,29,27).

  • cyan value is 55.68%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 27.45%
CMYK: (56,0,29,27) C56M0Y29K27 (56%,0%,29%,27%) (0.56/0.00/0.29/0.27) 

CMYK percentages

%55.68
%0
%28.65
%27.45

Codes

Color #52B984 in popluar color models

52 B9 84
RGB 82 185 132
HSL 149° 42.39% 52.35%
HSB/HSV 149° 55.68% 72.55%
CMYK 55.68% 0.00% 28.65%
27.45%

Color #52B984 in popluar number systems.

HEX 52 B9 84
Decimal 82 185 132
Binary 1010010 10111001 10000100
Octal 122 271 204

Shades and tints

Shades of #52B984

#52B984
(82,185,132)
#4BA978
(75,169,120)
#44996C
(68,153,108)
#3D8960
(61,137,96)
#367954
(54,121,84)
#2F6948
(47,105,72)
#28593C
(40,89,60)
#214930
(33,73,48)
#1A3924
(26,57,36)
#132918
(19,41,24)
#0C190C
(12,25,12)
#000000
(0,0,0)

Tints of #52B984

#52B984
(82,185,132)
#61BF8F
(97,191,143)
#70C59A
(112,197,154)
#7FCBA5
(127,203,165)
#8ED1B0
(142,209,176)
#9DD7BB
(157,215,187)
#ACDDC6
(172,221,198)
#BBE3D1
(187,227,209)
#CAE9DC
(202,233,220)
#D9EFE7
(217,239,231)
#E8F5F2
(232,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B984 color. Also use rgb(82,185,132) instead hex code.

Text Font Color

.myTextColor { color: #52B984; }

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

This text font color is #52B984.

Background Color

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

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

This div background color is #52B984.

Border color

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

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

This div border color is #52B984.

Opacity

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

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

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

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

This text has shadow with #52B984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52B984.

Preview

Color preview on black background

This text has color #52B984 on black background.


Color preview on white background

This text has color #52B984 on white background.


Black color preview on #52B984 background

This text has black color on #52B984 background.


White color preview on #52B984 background

This text has white color on #52B984 background.


Related colors

Complementary color

Complementary color for #hex is #AD467B.


I love getcolorcode.com

Triadic colors

1 #8452B9 and #B98452 with #52B984 are triadic colors.

2 #84B952 and #B95284 with #52B984 are triadic colors.