COLOR #52A268

HEX: #52A268
RGB: (82,162,104)

Color info

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

RGB color model

#52A268 color RGB value is (82,162,104).

  • red value is 82;
  • green value is 162;
  • blue value is 104.
RGB:
(82,162,104)
(32%,64%,41%)

RGB channels and saturation

R 82 of 255 = 32%
G 162 of 255 = 64%
B 104 of 255 = 41%

82
162
104

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

Portions of RGB colors in percentages

R + G + B =
82 + 162 + 104 = 348 (100%)
R 82 of 348 ~ 23.56%
G 162 of 348 ~ 46.55%
B 104 of 348 ~ 29.89%

%23.56
%46.55
%29.89

CMYK color model

#52A268 color CMYK value is (49,0,36,36).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 35.80%
  • key color value is 36.47%
CMYK:
(49,0,36,36)
C49M0Y36K36 
(49%,0%,36%,36%)
(0.49/0.00/0.36/0.36)	

CMYK percentages

%49.38
%0
%35.8
%36.47

Codes

Color #52A268 in popluar color models

52A268
RGB82162104
HSL137°32.79%47.84%
HSB/HSV137°49.38%63.53%
CMYK49.38%0.00%35.80%
36.47%

Color #52A268 in popluar number systems.

HEX52A268
Decimal82162104
Binary1010010101000101101000
Octal122242150

Shades and tints

Shades of #52A268

#52A268
(82,162,104)
#4B945F
(75,148,95)
#448656
(68,134,86)
#3D784D
(61,120,77)
#366A44
(54,106,68)
#2F5C3B
(47,92,59)
#284E32
(40,78,50)
#214029
(33,64,41)
#1A3220
(26,50,32)
#132417
(19,36,23)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #52A268

#52A268
(82,162,104)
#61AA75
(97,170,117)
#70B282
(112,178,130)
#7FBA8F
(127,186,143)
#8EC29C
(142,194,156)
#9DCAA9
(157,202,169)
#ACD2B6
(172,210,182)
#BBDAC3
(187,218,195)
#CAE2D0
(202,226,208)
#D9EADD
(217,234,221)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A268 color. Also use rgb(82,162,104) instead hex code.

Text Font Color

.myTextColor { color: #52A268; }

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

This text font color is #52A268.


Background Color

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

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

This div background color is #52A268.


Border color

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

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

This div border color is #52A268.


Opacity

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

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

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

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

This text has shadow with #52A268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A268 on black background.


Color preview on white background

This text has color #52A268 on white background.



Black color preview on #52A268 background

This text has black color on #52A268 background.


White color preview on #52A268 background

This text has white color on #52A268 background.