COLOR #52AB3A

HEX: #52AB3A
RGB: (82,171,58)

Color info

#52AB3A contains mainly green color. Web safe color of #52AB3A is #669933 (or #693).

RGB color model

#52AB3A color RGB value is (82,171,58).

  • red value is 82;
  • green value is 171;
  • blue value is 58.
RGB:
(82,171,58)
(32%,67%,23%)

RGB channels and saturation

R 82 of 255 = 32%
G 171 of 255 = 67%
B 58 of 255 = 23%

82
171
58

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

Portions of RGB colors in percentages

R + G + B =
82 + 171 + 58 = 311 (100%)
R 82 of 311 ~ 26.37%
G 171 of 311 ~ 54.98%
B 58 of 311 ~ 18.65%

%26.37
%54.98
%18.65

CMYK color model

#52AB3A color CMYK value is (52,0,66,33).

  • cyan value is 52.05%
  • magenta value is 0.00%
  • yellow value is 66.08%
  • key color value is 32.94%
CMYK:
(52,0,66,33)
C52M0Y66K33 
(52%,0%,66%,33%)
(0.52/0.00/0.66/0.33)	

CMYK percentages

%52.05
%0
%66.08
%32.94

Codes

Color #52AB3A in popluar color models

52AB3A
RGB8217158
HSL107°49.34%44.90%
HSB/HSV107°66.08%67.06%
CMYK52.05%0.00%66.08%
32.94%

Color #52AB3A in popluar number systems.

HEX52AB3A
Decimal8217158
Binary101001010101011111010
Octal12225372

Shades and tints

Shades of #52AB3A

#52AB3A
(82,171,58)
#4B9C35
(75,156,53)
#448D30
(68,141,48)
#3D7E2B
(61,126,43)
#366F26
(54,111,38)
#2F6021
(47,96,33)
#28511C
(40,81,28)
#214217
(33,66,23)
#1A3312
(26,51,18)
#13240D
(19,36,13)
#0C1508
(12,21,8)
#000000
(0,0,0)

Tints of #52AB3A

#52AB3A
(82,171,58)
#61B24B
(97,178,75)
#70B95C
(112,185,92)
#7FC06D
(127,192,109)
#8EC77E
(142,199,126)
#9DCE8F
(157,206,143)
#ACD5A0
(172,213,160)
#BBDCB1
(187,220,177)
#CAE3C2
(202,227,194)
#D9EAD3
(217,234,211)
#E8F1E4
(232,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52AB3A color. Also use rgb(82,171,58) instead hex code.

Text Font Color

.myTextColor { color: #52AB3A; }

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

This text font color is #52AB3A.


Background Color

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

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

This div background color is #52AB3A.


Border color

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

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

This div border color is #52AB3A.


Opacity

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

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

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

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

This text has shadow with #52AB3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52AB3A on black background.


Color preview on white background

This text has color #52AB3A on white background.



Black color preview on #52AB3A background

This text has black color on #52AB3A background.


White color preview on #52AB3A background

This text has white color on #52AB3A background.