COLOR #52B657

HEX: #52B657
RGB: (82,182,87)

Color info

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

RGB color model

#52B657 color RGB value is (82,182,87).

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

RGB channels and saturation

R 82 of 255 = 32%
G 182 of 255 = 71%
B 87 of 255 = 34%

82
182
87

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

Portions of RGB colors in percentages

R + G + B =
82 + 182 + 87 = 351 (100%)
R 82 of 351 ~ 23.36%
G 182 of 351 ~ 51.85%
B 87 of 351 ~ 24.79%

%23.36
%51.85
%24.79

CMYK color model

#52B657 color CMYK value is (55,0,52,29).

  • cyan value is 54.95%
  • magenta value is 0.00%
  • yellow value is 52.20%
  • key color value is 28.63%
CMYK:
(55,0,52,29)
C55M0Y52K29 
(55%,0%,52%,29%)
(0.55/0.00/0.52/0.29)	

CMYK percentages

%54.95
%0
%52.2
%28.63

Codes

Color #52B657 in popluar color models

52B657
RGB8218287
HSL123°40.65%51.76%
HSB/HSV123°54.95%71.37%
CMYK54.95%0.00%52.20%
28.63%

Color #52B657 in popluar number systems.

HEX52B657
Decimal8218287
Binary1010010101101101010111
Octal122266127

Shades and tints

Shades of #52B657

#52B657
(82,182,87)
#4BA650
(75,166,80)
#449649
(68,150,73)
#3D8642
(61,134,66)
#36763B
(54,118,59)
#2F6634
(47,102,52)
#28562D
(40,86,45)
#214626
(33,70,38)
#1A361F
(26,54,31)
#132618
(19,38,24)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #52B657

#52B657
(82,182,87)
#61BC66
(97,188,102)
#70C275
(112,194,117)
#7FC884
(127,200,132)
#8ECE93
(142,206,147)
#9DD4A2
(157,212,162)
#ACDAB1
(172,218,177)
#BBE0C0
(187,224,192)
#CAE6CF
(202,230,207)
#D9ECDE
(217,236,222)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52B657; }

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

This text font color is #52B657.


Background Color

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

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

This div background color is #52B657.


Border color

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

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

This div border color is #52B657.


Opacity

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

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

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

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

This text has shadow with #52B657 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B657 on black background.


Color preview on white background

This text has color #52B657 on white background.



Black color preview on #52B657 background

This text has black color on #52B657 background.


White color preview on #52B657 background

This text has white color on #52B657 background.