COLOR #52BC48

HEX: #52BC48 RGB: (82,188,72)

Color info

#52BC48 contains mainly green color. Web safe color of #52BC48 is #66CC33 (or #6C3).

RGB color model

#52BC48 color RGB value is (82,188,72).

RGB: (82,188,72) (32%, 74%, 28%)

RGB channels and saturation

R 82 of 255 = 32%
G 188 of 255 = 74%
B 72 of 255 = 28%

82
188
72

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

Portions of RGB colors in percentages

R + G + B = 82 + 188 + 72 = 342 (100%)
R 82 of 342 ~ 23.98%
G 188 of 342 ~ 54.97%
B 72 of 342 ~ 21.05'%

%23.98
%54.97
%21.05

CMYK color model

#52BC48 color CMYK value is (56,0,62,26).

  • cyan value is 56.38%
  • magenta value is 0.00%
  • yellow value is 61.70%
  • key color value is 26.27%

CMYK: (56,0,62,26)
C56M0Y62K26 (56%, 0%, 62%, 26%)
(0.56 / 0.00 / 0.62 / 0.26)

CMYK percentages

%56.38
%0
%61.7
%26.27

Codes

Color #52BC48 in popluar color models

52 BC 48
RGB 82 188 72
HSL 115° 46.40% 50.98%
HSB/HSV 115° 61.70% 73.73%
CMYK 56.38% 0.00% 61.70%
26.27%

Color #52BC48 in popluar number systems.

HEX 52 BC 48
Decimal 82 188 72
Binary 1010010 10111100 1001000
Octal 122 274 110

Shades and tints

Shades of #52BC48

#52BC48
(82,188,72)
#4BAB42
(75,171,66)
#449A3C
(68,154,60)
#3D8936
(61,137,54)
#367830
(54,120,48)
#2F672A
(47,103,42)
#285624
(40,86,36)
#21451E
(33,69,30)
#1A3418
(26,52,24)
#132312
(19,35,18)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #52BC48

#52BC48
(82,188,72)
#61C258
(97,194,88)
#70C868
(112,200,104)
#7FCE78
(127,206,120)
#8ED488
(142,212,136)
#9DDA98
(157,218,152)
#ACE0A8
(172,224,168)
#BBE6B8
(187,230,184)
#CAECC8
(202,236,200)
#D9F2D8
(217,242,216)
#E8F8E8
(232,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52BC48; }

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

This text font color is #52BC48.

Background Color

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

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

This div background color is #52BC48.

Border color

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

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

This div border color is #52BC48.

Opacity

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

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

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

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

This text has shadow with #52BC48 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52BC48.

Preview

Color preview on black background

This text has color #52BC48 on black background.


Color preview on white background

This text has color #52BC48 on white background.


Black color preview on #52BC48 background

This text has black color on #52BC48 background.


White color preview on #52BC48 background

This text has white color on #52BC48 background.


Related colors

Complementary color

Complementary color for #hex is #AD43B7.


I love getcolorcode.com

Triadic colors

1 #4852BC and #BC4852 with #52BC48 are triadic colors.

2 #48BC52 and #BC5248 with #52BC48 are triadic colors.