COLOR #52AD87

HEX: #52AD87
RGB: (82,173,135)

Color info

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

RGB color model

#52AD87 color RGB value is (82,173,135).

  • red value is 82;
  • green value is 173;
  • blue value is 135.
RGB:
(82,173,135)
(32%,68%,53%)

RGB channels and saturation

R 82 of 255 = 32%
G 173 of 255 = 68%
B 135 of 255 = 53%

82
173
135

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

Portions of RGB colors in percentages

R + G + B =
82 + 173 + 135 = 390 (100%)
R 82 of 390 ~ 21.03%
G 173 of 390 ~ 44.36%
B 135 of 390 ~ 34.62%

%21.03
%44.36
%34.62

CMYK color model

#52AD87 color CMYK value is (53,0,22,32).

  • cyan value is 52.60%
  • magenta value is 0.00%
  • yellow value is 21.97%
  • key color value is 32.16%
CMYK:
(53,0,22,32)
C53M0Y22K32 
(53%,0%,22%,32%)
(0.53/0.00/0.22/0.32)	

CMYK percentages

%52.6
%0
%21.97
%32.16

Codes

Color #52AD87 in popluar color models

52AD87
RGB82173135
HSL155°35.69%50.00%
HSB/HSV155°52.60%67.84%
CMYK52.60%0.00%21.97%
32.16%

Color #52AD87 in popluar number systems.

HEX52AD87
Decimal82173135
Binary10100101010110110000111
Octal122255207

Shades and tints

Shades of #52AD87

#52AD87
(82,173,135)
#4B9E7B
(75,158,123)
#448F6F
(68,143,111)
#3D8063
(61,128,99)
#367157
(54,113,87)
#2F624B
(47,98,75)
#28533F
(40,83,63)
#214433
(33,68,51)
#1A3527
(26,53,39)
#13261B
(19,38,27)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #52AD87

#52AD87
(82,173,135)
#61B491
(97,180,145)
#70BB9B
(112,187,155)
#7FC2A5
(127,194,165)
#8EC9AF
(142,201,175)
#9DD0B9
(157,208,185)
#ACD7C3
(172,215,195)
#BBDECD
(187,222,205)
#CAE5D7
(202,229,215)
#D9ECE1
(217,236,225)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AD87 color. Also use rgb(82,173,135) instead hex code.

Text Font Color

.myTextColor { color: #52AD87; }

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

This text font color is #52AD87.


Background Color

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

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

This div background color is #52AD87.


Border color

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

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

This div border color is #52AD87.


Opacity

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

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

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

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

This text has shadow with #52AD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52AD87 on black background.


Color preview on white background

This text has color #52AD87 on white background.



Black color preview on #52AD87 background

This text has black color on #52AD87 background.


White color preview on #52AD87 background

This text has white color on #52AD87 background.