COLOR #52A295

HEX: #52A295
RGB: (82,162,149)

Color info

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

RGB color model

#52A295 color RGB value is (82,162,149).

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

RGB channels and saturation

R 82 of 255 = 32%
G 162 of 255 = 64%
B 149 of 255 = 58%

82
162
149

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

Portions of RGB colors in percentages

R + G + B =
82 + 162 + 149 = 393 (100%)
R 82 of 393 ~ 20.87%
G 162 of 393 ~ 41.22%
B 149 of 393 ~ 37.91%

%20.87
%41.22
%37.91

CMYK color model

#52A295 color CMYK value is (49,0,8,36).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%
CMYK:
(49,0,8,36)
C49M0Y8K36 
(49%,0%,8%,36%)
(0.49/0.00/0.08/0.36)	

CMYK percentages

%49.38
%0
%8.02
%36.47

Codes

Color #52A295 in popluar color models

52A295
RGB82162149
HSL170°32.79%47.84%
HSB/HSV170°49.38%63.53%
CMYK49.38%0.00%8.02%
36.47%

Color #52A295 in popluar number systems.

HEX52A295
Decimal82162149
Binary10100101010001010010101
Octal122242225

Shades and tints

Shades of #52A295

#52A295
(82,162,149)
#4B9488
(75,148,136)
#44867B
(68,134,123)
#3D786E
(61,120,110)
#366A61
(54,106,97)
#2F5C54
(47,92,84)
#284E47
(40,78,71)
#21403A
(33,64,58)
#1A322D
(26,50,45)
#132420
(19,36,32)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #52A295

#52A295
(82,162,149)
#61AA9E
(97,170,158)
#70B2A7
(112,178,167)
#7FBAB0
(127,186,176)
#8EC2B9
(142,194,185)
#9DCAC2
(157,202,194)
#ACD2CB
(172,210,203)
#BBDAD4
(187,218,212)
#CAE2DD
(202,226,221)
#D9EAE6
(217,234,230)
#E8F2EF
(232,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52A295; }

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

This text font color is #52A295.


Background Color

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

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

This div background color is #52A295.


Border color

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

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

This div border color is #52A295.


Opacity

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

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

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

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

This text has shadow with #52A295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A295 on black background.


Color preview on white background

This text has color #52A295 on white background.



Black color preview on #52A295 background

This text has black color on #52A295 background.


White color preview on #52A295 background

This text has white color on #52A295 background.