COLOR #52B759

HEX: #52B759
RGB: (82,183,89)

Color info

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

RGB color model

#52B759 color RGB value is (82,183,89).

  • red value is 82;
  • green value is 183;
  • blue value is 89.
RGB:
(82,183,89)
(32%,72%,35%)

RGB channels and saturation

R 82 of 255 = 32%
G 183 of 255 = 72%
B 89 of 255 = 35%

82
183
89

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

Portions of RGB colors in percentages

R + G + B =
82 + 183 + 89 = 354 (100%)
R 82 of 354 ~ 23.16%
G 183 of 354 ~ 51.69%
B 89 of 354 ~ 25.14%

%23.16
%51.69
%25.14

CMYK color model

#52B759 color CMYK value is (55,0,51,28).

  • cyan value is 55.19%
  • magenta value is 0.00%
  • yellow value is 51.37%
  • key color value is 28.24%
CMYK:
(55,0,51,28)
C55M0Y51K28 
(55%,0%,51%,28%)
(0.55/0.00/0.51/0.28)	

CMYK percentages

%55.19
%0
%51.37
%28.24

Codes

Color #52B759 in popluar color models

52B759
RGB8218389
HSL124°41.22%51.96%
HSB/HSV124°55.19%71.76%
CMYK55.19%0.00%51.37%
28.24%

Color #52B759 in popluar number systems.

HEX52B759
Decimal8218389
Binary1010010101101111011001
Octal122267131

Shades and tints

Shades of #52B759

#52B759
(82,183,89)
#4BA751
(75,167,81)
#449749
(68,151,73)
#3D8741
(61,135,65)
#367739
(54,119,57)
#2F6731
(47,103,49)
#285729
(40,87,41)
#214721
(33,71,33)
#1A3719
(26,55,25)
#132711
(19,39,17)
#0C1709
(12,23,9)
#000000
(0,0,0)

Tints of #52B759

#52B759
(82,183,89)
#61BD68
(97,189,104)
#70C377
(112,195,119)
#7FC986
(127,201,134)
#8ECF95
(142,207,149)
#9DD5A4
(157,213,164)
#ACDBB3
(172,219,179)
#BBE1C2
(187,225,194)
#CAE7D1
(202,231,209)
#D9EDE0
(217,237,224)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B759 color. Also use rgb(82,183,89) instead hex code.

Text Font Color

.myTextColor { color: #52B759; }

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

This text font color is #52B759.


Background Color

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

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

This div background color is #52B759.


Border color

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

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

This div border color is #52B759.


Opacity

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

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

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

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

This text has shadow with #52B759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B759 on black background.


Color preview on white background

This text has color #52B759 on white background.



Black color preview on #52B759 background

This text has black color on #52B759 background.


White color preview on #52B759 background

This text has white color on #52B759 background.