COLOR #52AA54

HEX: #52AA54
RGB: (82,170,84)

Color info

#52AA54 contains mainly green color. Web safe color of #52AA54 is #669966 (or #696).

RGB color model

#52AA54 color RGB value is (82,170,84).

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

RGB channels and saturation

R 82 of 255 = 32%
G 170 of 255 = 67%
B 84 of 255 = 33%

82
170
84

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

Portions of RGB colors in percentages

R + G + B =
82 + 170 + 84 = 336 (100%)
R 82 of 336 ~ 24.4%
G 170 of 336 ~ 50.6%
B 84 of 336 ~ 25%

%24.4
%50.6
%25

CMYK color model

#52AA54 color CMYK value is (52,0,51,33).

  • cyan value is 51.76%
  • magenta value is 0.00%
  • yellow value is 50.59%
  • key color value is 33.33%
CMYK:
(52,0,51,33)
C52M0Y51K33 
(52%,0%,51%,33%)
(0.52/0.00/0.51/0.33)	

CMYK percentages

%51.76
%0
%50.59
%33.33

Codes

Color #52AA54 in popluar color models

52AA54
RGB8217084
HSL121°34.92%49.41%
HSB/HSV121°51.76%66.67%
CMYK51.76%0.00%50.59%
33.33%

Color #52AA54 in popluar number systems.

HEX52AA54
Decimal8217084
Binary1010010101010101010100
Octal122252124

Shades and tints

Shades of #52AA54

#52AA54
(82,170,84)
#4B9B4D
(75,155,77)
#448C46
(68,140,70)
#3D7D3F
(61,125,63)
#366E38
(54,110,56)
#2F5F31
(47,95,49)
#28502A
(40,80,42)
#214123
(33,65,35)
#1A321C
(26,50,28)
#132315
(19,35,21)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #52AA54

#52AA54
(82,170,84)
#61B163
(97,177,99)
#70B872
(112,184,114)
#7FBF81
(127,191,129)
#8EC690
(142,198,144)
#9DCD9F
(157,205,159)
#ACD4AE
(172,212,174)
#BBDBBD
(187,219,189)
#CAE2CC
(202,226,204)
#D9E9DB
(217,233,219)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52AA54; }

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

This text font color is #52AA54.


Background Color

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

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

This div background color is #52AA54.


Border color

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

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

This div border color is #52AA54.


Opacity

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

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

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

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

This text has shadow with #52AA54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52AA54 on black background.


Color preview on white background

This text has color #52AA54 on white background.



Black color preview on #52AA54 background

This text has black color on #52AA54 background.


White color preview on #52AA54 background

This text has white color on #52AA54 background.