COLOR #52A37F

HEX: #52A37F
RGB: (82,163,127)

Color info

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

RGB color model

#52A37F color RGB value is (82,163,127).

  • red value is 82;
  • green value is 163;
  • blue value is 127.
RGB:
(82,163,127)
(32%,64%,50%)

RGB channels and saturation

R 82 of 255 = 32%
G 163 of 255 = 64%
B 127 of 255 = 50%

82
163
127

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

Portions of RGB colors in percentages

R + G + B =
82 + 163 + 127 = 372 (100%)
R 82 of 372 ~ 22.04%
G 163 of 372 ~ 43.82%
B 127 of 372 ~ 34.14%

%22.04
%43.82
%34.14

CMYK color model

#52A37F color CMYK value is (50,0,22,36).

  • cyan value is 49.69%
  • magenta value is 0.00%
  • yellow value is 22.09%
  • key color value is 36.08%
CMYK:
(50,0,22,36)
C50M0Y22K36 
(50%,0%,22%,36%)
(0.50/0.00/0.22/0.36)	

CMYK percentages

%49.69
%0
%22.09
%36.08

Codes

Color #52A37F in popluar color models

52A37F
RGB82163127
HSL153°33.06%48.04%
HSB/HSV153°49.69%63.92%
CMYK49.69%0.00%22.09%
36.08%

Color #52A37F in popluar number systems.

HEX52A37F
Decimal82163127
Binary1010010101000111111111
Octal122243177

Shades and tints

Shades of #52A37F

#52A37F
(82,163,127)
#4B9574
(75,149,116)
#448769
(68,135,105)
#3D795E
(61,121,94)
#366B53
(54,107,83)
#2F5D48
(47,93,72)
#284F3D
(40,79,61)
#214132
(33,65,50)
#1A3327
(26,51,39)
#13251C
(19,37,28)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #52A37F

#52A37F
(82,163,127)
#61AB8A
(97,171,138)
#70B395
(112,179,149)
#7FBBA0
(127,187,160)
#8EC3AB
(142,195,171)
#9DCBB6
(157,203,182)
#ACD3C1
(172,211,193)
#BBDBCC
(187,219,204)
#CAE3D7
(202,227,215)
#D9EBE2
(217,235,226)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52A37F; }

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

This text font color is #52A37F.


Background Color

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

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

This div background color is #52A37F.


Border color

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

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

This div border color is #52A37F.


Opacity

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

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

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

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

This text has shadow with #52A37F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A37F on black background.


Color preview on white background

This text has color #52A37F on white background.



Black color preview on #52A37F background

This text has black color on #52A37F background.


White color preview on #52A37F background

This text has white color on #52A37F background.