COLOR #52A874

HEX: #52A874
RGB: (82,168,116)

Color info

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

RGB color model

#52A874 color RGB value is (82,168,116).

  • red value is 82;
  • green value is 168;
  • blue value is 116.
RGB:
(82,168,116)
(32%,66%,45%)

RGB channels and saturation

R 82 of 255 = 32%
G 168 of 255 = 66%
B 116 of 255 = 45%

82
168
116

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

Portions of RGB colors in percentages

R + G + B =
82 + 168 + 116 = 366 (100%)
R 82 of 366 ~ 22.4%
G 168 of 366 ~ 45.9%
B 116 of 366 ~ 31.69%

%22.4
%45.9
%31.69

CMYK color model

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

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

CMYK percentages

%51.19
%0
%30.95
%34.12

Codes

Color #52A874 in popluar color models

52A874
RGB82168116
HSL144°34.40%49.02%
HSB/HSV144°51.19%65.88%
CMYK51.19%0.00%30.95%
34.12%

Color #52A874 in popluar number systems.

HEX52A874
Decimal82168116
Binary1010010101010001110100
Octal122250164

Shades and tints

Shades of #52A874

#52A874
(82,168,116)
#4B996A
(75,153,106)
#448A60
(68,138,96)
#3D7B56
(61,123,86)
#366C4C
(54,108,76)
#2F5D42
(47,93,66)
#284E38
(40,78,56)
#213F2E
(33,63,46)
#1A3024
(26,48,36)
#13211A
(19,33,26)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #52A874

#52A874
(82,168,116)
#61AF80
(97,175,128)
#70B68C
(112,182,140)
#7FBD98
(127,189,152)
#8EC4A4
(142,196,164)
#9DCBB0
(157,203,176)
#ACD2BC
(172,210,188)
#BBD9C8
(187,217,200)
#CAE0D4
(202,224,212)
#D9E7E0
(217,231,224)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A874 color. Also use rgb(82,168,116) instead hex code.

Text Font Color

.myTextColor { color: #52A874; }

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

This text font color is #52A874.


Background Color

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

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

This div background color is #52A874.


Border color

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

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

This div border color is #52A874.


Opacity

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

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

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

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

This text has shadow with #52A874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A874 on black background.


Color preview on white background

This text has color #52A874 on white background.



Black color preview on #52A874 background

This text has black color on #52A874 background.


White color preview on #52A874 background

This text has white color on #52A874 background.