COLOR #52C357

HEX: #52C357
RGB: (82,195,87)

Color info

#52C357 contains mainly green color. Web safe color of #52C357 is #66CC66 (or #6C6).

RGB color model

#52C357 color RGB value is (82,195,87).

  • red value is 82;
  • green value is 195;
  • blue value is 87.
RGB:
(82,195,87)
(32%,76%,34%)

RGB channels and saturation

R 82 of 255 = 32%
G 195 of 255 = 76%
B 87 of 255 = 34%

82
195
87

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

Portions of RGB colors in percentages

R + G + B =
82 + 195 + 87 = 364 (100%)
R 82 of 364 ~ 22.53%
G 195 of 364 ~ 53.57%
B 87 of 364 ~ 23.9%

%22.53
%53.57
%23.9

CMYK color model

#52C357 color CMYK value is (58,0,55,24).

  • cyan value is 57.95%
  • magenta value is 0.00%
  • yellow value is 55.38%
  • key color value is 23.53%
CMYK:
(58,0,55,24)
C58M0Y55K24 
(58%,0%,55%,24%)
(0.58/0.00/0.55/0.24)	

CMYK percentages

%57.95
%0
%55.38
%23.53

Codes

Color #52C357 in popluar color models

52C357
RGB8219587
HSL123°48.50%54.31%
HSB/HSV123°57.95%76.47%
CMYK57.95%0.00%55.38%
23.53%

Color #52C357 in popluar number systems.

HEX52C357
Decimal8219587
Binary1010010110000111010111
Octal122303127

Shades and tints

Shades of #52C357

#52C357
(82,195,87)
#4BB250
(75,178,80)
#44A149
(68,161,73)
#3D9042
(61,144,66)
#367F3B
(54,127,59)
#2F6E34
(47,110,52)
#285D2D
(40,93,45)
#214C26
(33,76,38)
#1A3B1F
(26,59,31)
#132A18
(19,42,24)
#0C1911
(12,25,17)
#000000
(0,0,0)

Tints of #52C357

#52C357
(82,195,87)
#61C866
(97,200,102)
#70CD75
(112,205,117)
#7FD284
(127,210,132)
#8ED793
(142,215,147)
#9DDCA2
(157,220,162)
#ACE1B1
(172,225,177)
#BBE6C0
(187,230,192)
#CAEBCF
(202,235,207)
#D9F0DE
(217,240,222)
#E8F5ED
(232,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52C357 color. Also use rgb(82,195,87) instead hex code.

Text Font Color

.myTextColor { color: #52C357; }

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

This text font color is #52C357.


Background Color

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

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

This div background color is #52C357.


Border color

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

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

This div border color is #52C357.


Opacity

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

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

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

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

This text has shadow with #52C357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52C357 on black background.


Color preview on white background

This text has color #52C357 on white background.



Black color preview on #52C357 background

This text has black color on #52C357 background.


White color preview on #52C357 background

This text has white color on #52C357 background.