COLOR #52C292

HEX: #52C292
RGB: (82,194,146)

Color info

#52C292 contains mainly green and blue colors. Web safe color of #52C292 is #66CC99 (or #6C9).

RGB color model

#52C292 color RGB value is (82,194,146).

  • red value is 82;
  • green value is 194;
  • blue value is 146.
RGB:
(82,194,146)
(32%,76%,57%)

RGB channels and saturation

R 82 of 255 = 32%
G 194 of 255 = 76%
B 146 of 255 = 57%

82
194
146

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

Portions of RGB colors in percentages

R + G + B =
82 + 194 + 146 = 422 (100%)
R 82 of 422 ~ 19.43%
G 194 of 422 ~ 45.97%
B 146 of 422 ~ 34.6%

%19.43
%45.97
%34.6

CMYK color model

#52C292 color CMYK value is (58,0,25,24).

  • cyan value is 57.73%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 23.92%
CMYK:
(58,0,25,24)
C58M0Y25K24 
(58%,0%,25%,24%)
(0.58/0.00/0.25/0.24)	

CMYK percentages

%57.73
%0
%24.74
%23.92

Codes

Color #52C292 in popluar color models

52C292
RGB82194146
HSL154°47.86%54.12%
HSB/HSV154°57.73%76.08%
CMYK57.73%0.00%24.74%
23.92%

Color #52C292 in popluar number systems.

HEX52C292
Decimal82194146
Binary10100101100001010010010
Octal122302222

Shades and tints

Shades of #52C292

#52C292
(82,194,146)
#4BB185
(75,177,133)
#44A078
(68,160,120)
#3D8F6B
(61,143,107)
#367E5E
(54,126,94)
#2F6D51
(47,109,81)
#285C44
(40,92,68)
#214B37
(33,75,55)
#1A3A2A
(26,58,42)
#13291D
(19,41,29)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #52C292

#52C292
(82,194,146)
#61C79B
(97,199,155)
#70CCA4
(112,204,164)
#7FD1AD
(127,209,173)
#8ED6B6
(142,214,182)
#9DDBBF
(157,219,191)
#ACE0C8
(172,224,200)
#BBE5D1
(187,229,209)
#CAEADA
(202,234,218)
#D9EFE3
(217,239,227)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52C292 color. Also use rgb(82,194,146) instead hex code.

Text Font Color

.myTextColor { color: #52C292; }

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

This text font color is #52C292.


Background Color

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

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

This div background color is #52C292.


Border color

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

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

This div border color is #52C292.


Opacity

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

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

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

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

This text has shadow with #52C292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52C292 on black background.


Color preview on white background

This text has color #52C292 on white background.



Black color preview on #52C292 background

This text has black color on #52C292 background.


White color preview on #52C292 background

This text has white color on #52C292 background.