COLOR #52A26D

HEX: #52A26D
RGB: (82,162,109)

Color info

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

RGB color model

#52A26D color RGB value is (82,162,109).

  • red value is 82;
  • green value is 162;
  • blue value is 109.
RGB:
(82,162,109)
(32%,64%,43%)

RGB channels and saturation

R 82 of 255 = 32%
G 162 of 255 = 64%
B 109 of 255 = 43%

82
162
109

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

Portions of RGB colors in percentages

R + G + B =
82 + 162 + 109 = 353 (100%)
R 82 of 353 ~ 23.23%
G 162 of 353 ~ 45.89%
B 109 of 353 ~ 30.88%

%23.23
%45.89
%30.88

CMYK color model

#52A26D color CMYK value is (49,0,33,36).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 32.72%
  • key color value is 36.47%
CMYK:
(49,0,33,36)
C49M0Y33K36 
(49%,0%,33%,36%)
(0.49/0.00/0.33/0.36)	

CMYK percentages

%49.38
%0
%32.72
%36.47

Codes

Color #52A26D in popluar color models

52A26D
RGB82162109
HSL140°32.79%47.84%
HSB/HSV140°49.38%63.53%
CMYK49.38%0.00%32.72%
36.47%

Color #52A26D in popluar number systems.

HEX52A26D
Decimal82162109
Binary1010010101000101101101
Octal122242155

Shades and tints

Shades of #52A26D

#52A26D
(82,162,109)
#4B9464
(75,148,100)
#44865B
(68,134,91)
#3D7852
(61,120,82)
#366A49
(54,106,73)
#2F5C40
(47,92,64)
#284E37
(40,78,55)
#21402E
(33,64,46)
#1A3225
(26,50,37)
#13241C
(19,36,28)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #52A26D

#52A26D
(82,162,109)
#61AA7A
(97,170,122)
#70B287
(112,178,135)
#7FBA94
(127,186,148)
#8EC2A1
(142,194,161)
#9DCAAE
(157,202,174)
#ACD2BB
(172,210,187)
#BBDAC8
(187,218,200)
#CAE2D5
(202,226,213)
#D9EAE2
(217,234,226)
#E8F2EF
(232,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A26D color. Also use rgb(82,162,109) instead hex code.

Text Font Color

.myTextColor { color: #52A26D; }

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

This text font color is #52A26D.


Background Color

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

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

This div background color is #52A26D.


Border color

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

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

This div border color is #52A26D.


Opacity

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

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

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

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

This text has shadow with #52A26D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A26D on black background.


Color preview on white background

This text has color #52A26D on white background.



Black color preview on #52A26D background

This text has black color on #52A26D background.


White color preview on #52A26D background

This text has white color on #52A26D background.