COLOR #52B45A

HEX: #52B45A
RGB: (82,180,90)

Color info

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

RGB color model

#52B45A color RGB value is (82,180,90).

  • red value is 82;
  • green value is 180;
  • blue value is 90.
RGB:
(82,180,90)
(32%,71%,35%)

RGB channels and saturation

R 82 of 255 = 32%
G 180 of 255 = 71%
B 90 of 255 = 35%

82
180
90

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

Portions of RGB colors in percentages

R + G + B =
82 + 180 + 90 = 352 (100%)
R 82 of 352 ~ 23.3%
G 180 of 352 ~ 51.14%
B 90 of 352 ~ 25.57%

%23.3
%51.14
%25.57

CMYK color model

#52B45A color CMYK value is (54,0,50,29).

  • cyan value is 54.44%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 29.41%
CMYK:
(54,0,50,29)
C54M0Y50K29 
(54%,0%,50%,29%)
(0.54/0.00/0.50/0.29)	

CMYK percentages

%54.44
%0
%50
%29.41

Codes

Color #52B45A in popluar color models

52B45A
RGB8218090
HSL125°39.52%51.37%
HSB/HSV125°54.44%70.59%
CMYK54.44%0.00%50.00%
29.41%

Color #52B45A in popluar number systems.

HEX52B45A
Decimal8218090
Binary1010010101101001011010
Octal122264132

Shades and tints

Shades of #52B45A

#52B45A
(82,180,90)
#4BA452
(75,164,82)
#44944A
(68,148,74)
#3D8442
(61,132,66)
#36743A
(54,116,58)
#2F6432
(47,100,50)
#28542A
(40,84,42)
#214422
(33,68,34)
#1A341A
(26,52,26)
#132412
(19,36,18)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #52B45A

#52B45A
(82,180,90)
#61BA69
(97,186,105)
#70C078
(112,192,120)
#7FC687
(127,198,135)
#8ECC96
(142,204,150)
#9DD2A5
(157,210,165)
#ACD8B4
(172,216,180)
#BBDEC3
(187,222,195)
#CAE4D2
(202,228,210)
#D9EAE1
(217,234,225)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B45A color. Also use rgb(82,180,90) instead hex code.

Text Font Color

.myTextColor { color: #52B45A; }

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

This text font color is #52B45A.


Background Color

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

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

This div background color is #52B45A.


Border color

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

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

This div border color is #52B45A.


Opacity

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

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

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

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

This text has shadow with #52B45A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B45A on black background.


Color preview on white background

This text has color #52B45A on white background.



Black color preview on #52B45A background

This text has black color on #52B45A background.


White color preview on #52B45A background

This text has white color on #52B45A background.