COLOR #52AC5C

HEX: #52AC5C
RGB: (82,172,92)

Color info

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

RGB color model

#52AC5C color RGB value is (82,172,92).

  • red value is 82;
  • green value is 172;
  • blue value is 92.
RGB:
(82,172,92)
(32%,67%,36%)

RGB channels and saturation

R 82 of 255 = 32%
G 172 of 255 = 67%
B 92 of 255 = 36%

82
172
92

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

Portions of RGB colors in percentages

R + G + B =
82 + 172 + 92 = 346 (100%)
R 82 of 346 ~ 23.7%
G 172 of 346 ~ 49.71%
B 92 of 346 ~ 26.59%

%23.7
%49.71
%26.59

CMYK color model

#52AC5C color CMYK value is (52,0,47,33).

  • cyan value is 52.33%
  • magenta value is 0.00%
  • yellow value is 46.51%
  • key color value is 32.55%
CMYK:
(52,0,47,33)
C52M0Y47K33 
(52%,0%,47%,33%)
(0.52/0.00/0.47/0.33)	

CMYK percentages

%52.33
%0
%46.51
%32.55

Codes

Color #52AC5C in popluar color models

52AC5C
RGB8217292
HSL127°35.43%49.80%
HSB/HSV127°52.33%67.45%
CMYK52.33%0.00%46.51%
32.55%

Color #52AC5C in popluar number systems.

HEX52AC5C
Decimal8217292
Binary1010010101011001011100
Octal122254134

Shades and tints

Shades of #52AC5C

#52AC5C
(82,172,92)
#4B9D54
(75,157,84)
#448E4C
(68,142,76)
#3D7F44
(61,127,68)
#36703C
(54,112,60)
#2F6134
(47,97,52)
#28522C
(40,82,44)
#214324
(33,67,36)
#1A341C
(26,52,28)
#132514
(19,37,20)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #52AC5C

#52AC5C
(82,172,92)
#61B36A
(97,179,106)
#70BA78
(112,186,120)
#7FC186
(127,193,134)
#8EC894
(142,200,148)
#9DCFA2
(157,207,162)
#ACD6B0
(172,214,176)
#BBDDBE
(187,221,190)
#CAE4CC
(202,228,204)
#D9EBDA
(217,235,218)
#E8F2E8
(232,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AC5C color. Also use rgb(82,172,92) instead hex code.

Text Font Color

.myTextColor { color: #52AC5C; }

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

This text font color is #52AC5C.


Background Color

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

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

This div background color is #52AC5C.


Border color

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

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

This div border color is #52AC5C.


Opacity

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

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

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

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

This text has shadow with #52AC5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52AC5C on black background.


Color preview on white background

This text has color #52AC5C on white background.



Black color preview on #52AC5C background

This text has black color on #52AC5C background.


White color preview on #52AC5C background

This text has white color on #52AC5C background.