COLOR #52A975

HEX: #52A975
RGB: (82,169,117)

Color info

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

RGB color model

#52A975 color RGB value is (82,169,117).

  • red value is 82;
  • green value is 169;
  • blue value is 117.
RGB:
(82,169,117)
(32%,66%,46%)

RGB channels and saturation

R 82 of 255 = 32%
G 169 of 255 = 66%
B 117 of 255 = 46%

82
169
117

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

Portions of RGB colors in percentages

R + G + B =
82 + 169 + 117 = 368 (100%)
R 82 of 368 ~ 22.28%
G 169 of 368 ~ 45.92%
B 117 of 368 ~ 31.79%

%22.28
%45.92
%31.79

CMYK color model

#52A975 color CMYK value is (51,0,31,34).

  • cyan value is 51.48%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 33.73%
CMYK:
(51,0,31,34)
C51M0Y31K34 
(51%,0%,31%,34%)
(0.51/0.00/0.31/0.34)	

CMYK percentages

%51.48
%0
%30.77
%33.73

Codes

Color #52A975 in popluar color models

52A975
RGB82169117
HSL144°34.66%49.22%
HSB/HSV144°51.48%66.27%
CMYK51.48%0.00%30.77%
33.73%

Color #52A975 in popluar number systems.

HEX52A975
Decimal82169117
Binary1010010101010011110101
Octal122251165

Shades and tints

Shades of #52A975

#52A975
(82,169,117)
#4B9A6B
(75,154,107)
#448B61
(68,139,97)
#3D7C57
(61,124,87)
#366D4D
(54,109,77)
#2F5E43
(47,94,67)
#284F39
(40,79,57)
#21402F
(33,64,47)
#1A3125
(26,49,37)
#13221B
(19,34,27)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #52A975

#52A975
(82,169,117)
#61B081
(97,176,129)
#70B78D
(112,183,141)
#7FBE99
(127,190,153)
#8EC5A5
(142,197,165)
#9DCCB1
(157,204,177)
#ACD3BD
(172,211,189)
#BBDAC9
(187,218,201)
#CAE1D5
(202,225,213)
#D9E8E1
(217,232,225)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A975 color. Also use rgb(82,169,117) instead hex code.

Text Font Color

.myTextColor { color: #52A975; }

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

This text font color is #52A975.


Background Color

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

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

This div background color is #52A975.


Border color

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

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

This div border color is #52A975.


Opacity

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

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

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

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

This text has shadow with #52A975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A975 on black background.


Color preview on white background

This text has color #52A975 on white background.



Black color preview on #52A975 background

This text has black color on #52A975 background.


White color preview on #52A975 background

This text has white color on #52A975 background.