COLOR #52A28C

HEX: #52A28C
RGB: (82,162,140)

Color info

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

RGB color model

#52A28C color RGB value is (82,162,140).

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

RGB channels and saturation

R 82 of 255 = 32%
G 162 of 255 = 64%
B 140 of 255 = 55%

82
162
140

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

Portions of RGB colors in percentages

R + G + B =
82 + 162 + 140 = 384 (100%)
R 82 of 384 ~ 21.35%
G 162 of 384 ~ 42.19%
B 140 of 384 ~ 36.46%

%21.35
%42.19
%36.46

CMYK color model

#52A28C color CMYK value is (49,0,14,36).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 13.58%
  • key color value is 36.47%
CMYK:
(49,0,14,36)
C49M0Y14K36 
(49%,0%,14%,36%)
(0.49/0.00/0.14/0.36)	

CMYK percentages

%49.38
%0
%13.58
%36.47

Codes

Color #52A28C in popluar color models

52A28C
RGB82162140
HSL164°32.79%47.84%
HSB/HSV164°49.38%63.53%
CMYK49.38%0.00%13.58%
36.47%

Color #52A28C in popluar number systems.

HEX52A28C
Decimal82162140
Binary10100101010001010001100
Octal122242214

Shades and tints

Shades of #52A28C

#52A28C
(82,162,140)
#4B9480
(75,148,128)
#448674
(68,134,116)
#3D7868
(61,120,104)
#366A5C
(54,106,92)
#2F5C50
(47,92,80)
#284E44
(40,78,68)
#214038
(33,64,56)
#1A322C
(26,50,44)
#132420
(19,36,32)
#0C1614
(12,22,20)
#000000
(0,0,0)

Tints of #52A28C

#52A28C
(82,162,140)
#61AA96
(97,170,150)
#70B2A0
(112,178,160)
#7FBAAA
(127,186,170)
#8EC2B4
(142,194,180)
#9DCABE
(157,202,190)
#ACD2C8
(172,210,200)
#BBDAD2
(187,218,210)
#CAE2DC
(202,226,220)
#D9EAE6
(217,234,230)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52A28C; }

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

This text font color is #52A28C.


Background Color

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

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

This div background color is #52A28C.


Border color

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

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

This div border color is #52A28C.


Opacity

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

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

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

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

This text has shadow with #52A28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A28C on black background.


Color preview on white background

This text has color #52A28C on white background.



Black color preview on #52A28C background

This text has black color on #52A28C background.


White color preview on #52A28C background

This text has white color on #52A28C background.