COLOR #52B048

HEX: #52B048
RGB: (82,176,72)

Color info

#52B048 contains mainly green color. Web safe color of #52B048 is #669933 (or #693).

RGB color model

#52B048 color RGB value is (82,176,72).

  • red value is 82;
  • green value is 176;
  • blue value is 72.
RGB:
(82,176,72)
(32%,69%,28%)

RGB channels and saturation

R 82 of 255 = 32%
G 176 of 255 = 69%
B 72 of 255 = 28%

82
176
72

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

Portions of RGB colors in percentages

R + G + B =
82 + 176 + 72 = 330 (100%)
R 82 of 330 ~ 24.85%
G 176 of 330 ~ 53.33%
B 72 of 330 ~ 21.82%

%24.85
%53.33
%21.82

CMYK color model

#52B048 color CMYK value is (53,0,59,31).

  • cyan value is 53.41%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 30.98%
CMYK:
(53,0,59,31)
C53M0Y59K31 
(53%,0%,59%,31%)
(0.53/0.00/0.59/0.31)	

CMYK percentages

%53.41
%0
%59.09
%30.98

Codes

Color #52B048 in popluar color models

52B048
RGB8217672
HSL114°41.94%48.63%
HSB/HSV114°59.09%69.02%
CMYK53.41%0.00%59.09%
30.98%

Color #52B048 in popluar number systems.

HEX52B048
Decimal8217672
Binary1010010101100001001000
Octal122260110

Shades and tints

Shades of #52B048

#52B048
(82,176,72)
#4BA042
(75,160,66)
#44903C
(68,144,60)
#3D8036
(61,128,54)
#367030
(54,112,48)
#2F602A
(47,96,42)
#285024
(40,80,36)
#21401E
(33,64,30)
#1A3018
(26,48,24)
#132012
(19,32,18)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #52B048

#52B048
(82,176,72)
#61B758
(97,183,88)
#70BE68
(112,190,104)
#7FC578
(127,197,120)
#8ECC88
(142,204,136)
#9DD398
(157,211,152)
#ACDAA8
(172,218,168)
#BBE1B8
(187,225,184)
#CAE8C8
(202,232,200)
#D9EFD8
(217,239,216)
#E8F6E8
(232,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B048 color. Also use rgb(82,176,72) instead hex code.

Text Font Color

.myTextColor { color: #52B048; }

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

This text font color is #52B048.


Background Color

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

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

This div background color is #52B048.


Border color

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

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

This div border color is #52B048.


Opacity

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

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

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

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

This text has shadow with #52B048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B048 on black background.


Color preview on white background

This text has color #52B048 on white background.



Black color preview on #52B048 background

This text has black color on #52B048 background.


White color preview on #52B048 background

This text has white color on #52B048 background.