COLOR #52A4AA

HEX: #52A4AA
RGB: (82,164,170)

Color info

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

RGB color model

#52A4AA color RGB value is (82,164,170).

  • red value is 82;
  • green value is 164;
  • blue value is 170.
RGB:
(82,164,170)
(32%,64%,67%)

RGB channels and saturation

R 82 of 255 = 32%
G 164 of 255 = 64%
B 170 of 255 = 67%

82
164
170

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

Portions of RGB colors in percentages

R + G + B =
82 + 164 + 170 = 416 (100%)
R 82 of 416 ~ 19.71%
G 164 of 416 ~ 39.42%
B 170 of 416 ~ 40.87%

%19.71
%39.42
%40.87

CMYK color model

#52A4AA color CMYK value is (52,4,0,33).

  • cyan value is 51.76%
  • magenta value is 3.53%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(52,4,0,33)
C52M4Y0K33 
(52%,4%,0%,33%)
(0.52/0.04/0.00/0.33)	

CMYK percentages

%51.76
%3.53
%0
%33.33

Codes

Color #52A4AA in popluar color models

52A4AA
RGB82164170
HSL184°34.92%49.41%
HSB/HSV184°51.76%66.67%
CMYK51.76%3.53%0.00%
33.33%

Color #52A4AA in popluar number systems.

HEX52A4AA
Decimal82164170
Binary10100101010010010101010
Octal122244252

Shades and tints

Shades of #52A4AA

#52A4AA
(82,164,170)
#4B969B
(75,150,155)
#44888C
(68,136,140)
#3D7A7D
(61,122,125)
#366C6E
(54,108,110)
#2F5E5F
(47,94,95)
#285050
(40,80,80)
#214241
(33,66,65)
#1A3432
(26,52,50)
#132623
(19,38,35)
#0C1814
(12,24,20)
#000000
(0,0,0)

Tints of #52A4AA

#52A4AA
(82,164,170)
#61ACB1
(97,172,177)
#70B4B8
(112,180,184)
#7FBCBF
(127,188,191)
#8EC4C6
(142,196,198)
#9DCCCD
(157,204,205)
#ACD4D4
(172,212,212)
#BBDCDB
(187,220,219)
#CAE4E2
(202,228,226)
#D9ECE9
(217,236,233)
#E8F4F0
(232,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A4AA color. Also use rgb(82,164,170) instead hex code.

Text Font Color

.myTextColor { color: #52A4AA; }

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

This text font color is #52A4AA.


Background Color

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

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

This div background color is #52A4AA.


Border color

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

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

This div border color is #52A4AA.


Opacity

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

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

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

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

This text has shadow with #52A4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A4AA on black background.


Color preview on white background

This text has color #52A4AA on white background.



Black color preview on #52A4AA background

This text has black color on #52A4AA background.


White color preview on #52A4AA background

This text has white color on #52A4AA background.