COLOR #52A36C

HEX: #52A36C
RGB: (82,163,108)

Color info

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

RGB color model

#52A36C color RGB value is (82,163,108).

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

RGB channels and saturation

R 82 of 255 = 32%
G 163 of 255 = 64%
B 108 of 255 = 42%

82
163
108

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

Portions of RGB colors in percentages

R + G + B =
82 + 163 + 108 = 353 (100%)
R 82 of 353 ~ 23.23%
G 163 of 353 ~ 46.18%
B 108 of 353 ~ 30.59%

%23.23
%46.18
%30.59

CMYK color model

#52A36C color CMYK value is (50,0,34,36).

  • cyan value is 49.69%
  • magenta value is 0.00%
  • yellow value is 33.74%
  • key color value is 36.08%
CMYK:
(50,0,34,36)
C50M0Y34K36 
(50%,0%,34%,36%)
(0.50/0.00/0.34/0.36)	

CMYK percentages

%49.69
%0
%33.74
%36.08

Codes

Color #52A36C in popluar color models

52A36C
RGB82163108
HSL139°33.06%48.04%
HSB/HSV139°49.69%63.92%
CMYK49.69%0.00%33.74%
36.08%

Color #52A36C in popluar number systems.

HEX52A36C
Decimal82163108
Binary1010010101000111101100
Octal122243154

Shades and tints

Shades of #52A36C

#52A36C
(82,163,108)
#4B9563
(75,149,99)
#44875A
(68,135,90)
#3D7951
(61,121,81)
#366B48
(54,107,72)
#2F5D3F
(47,93,63)
#284F36
(40,79,54)
#21412D
(33,65,45)
#1A3324
(26,51,36)
#13251B
(19,37,27)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #52A36C

#52A36C
(82,163,108)
#61AB79
(97,171,121)
#70B386
(112,179,134)
#7FBB93
(127,187,147)
#8EC3A0
(142,195,160)
#9DCBAD
(157,203,173)
#ACD3BA
(172,211,186)
#BBDBC7
(187,219,199)
#CAE3D4
(202,227,212)
#D9EBE1
(217,235,225)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52A36C; }

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

This text font color is #52A36C.


Background Color

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

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

This div background color is #52A36C.


Border color

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

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

This div border color is #52A36C.


Opacity

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

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

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

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

This text has shadow with #52A36C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A36C on black background.


Color preview on white background

This text has color #52A36C on white background.



Black color preview on #52A36C background

This text has black color on #52A36C background.


White color preview on #52A36C background

This text has white color on #52A36C background.