COLOR #52B22E

HEX: #52B22E
RGB: (82,178,46)

Color info

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

RGB color model

#52B22E color RGB value is (82,178,46).

  • red value is 82;
  • green value is 178;
  • blue value is 46.
RGB:
(82,178,46)
(32%,70%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 178 of 255 = 70%
B 46 of 255 = 18%

82
178
46

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

Portions of RGB colors in percentages

R + G + B =
82 + 178 + 46 = 306 (100%)
R 82 of 306 ~ 26.8%
G 178 of 306 ~ 58.17%
B 46 of 306 ~ 15.03%

%26.8
%58.17
%15.03

CMYK color model

#52B22E color CMYK value is (54,0,74,30).

  • cyan value is 53.93%
  • magenta value is 0.00%
  • yellow value is 74.16%
  • key color value is 30.20%
CMYK:
(54,0,74,30)
C54M0Y74K30 
(54%,0%,74%,30%)
(0.54/0.00/0.74/0.30)	

CMYK percentages

%53.93
%0
%74.16
%30.2

Codes

Color #52B22E in popluar color models

52B22E
RGB8217846
HSL104°58.93%43.92%
HSB/HSV104°74.16%69.80%
CMYK53.93%0.00%74.16%
30.20%

Color #52B22E in popluar number systems.

HEX52B22E
Decimal8217846
Binary101001010110010101110
Octal12226256

Shades and tints

Shades of #52B22E

#52B22E
(82,178,46)
#4BA22A
(75,162,42)
#449226
(68,146,38)
#3D8222
(61,130,34)
#36721E
(54,114,30)
#2F621A
(47,98,26)
#285216
(40,82,22)
#214212
(33,66,18)
#1A320E
(26,50,14)
#13220A
(19,34,10)
#0C1206
(12,18,6)
#000000
(0,0,0)

Tints of #52B22E

#52B22E
(82,178,46)
#61B941
(97,185,65)
#70C054
(112,192,84)
#7FC767
(127,199,103)
#8ECE7A
(142,206,122)
#9DD58D
(157,213,141)
#ACDCA0
(172,220,160)
#BBE3B3
(187,227,179)
#CAEAC6
(202,234,198)
#D9F1D9
(217,241,217)
#E8F8EC
(232,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52B22E color. Also use rgb(82,178,46) instead hex code.

Text Font Color

.myTextColor { color: #52B22E; }

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

This text font color is #52B22E.


Background Color

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

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

This div background color is #52B22E.


Border color

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

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

This div border color is #52B22E.


Opacity

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

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

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

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

This text has shadow with #52B22E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52B22E on black background.


Color preview on white background

This text has color #52B22E on white background.



Black color preview on #52B22E background

This text has black color on #52B22E background.


White color preview on #52B22E background

This text has white color on #52B22E background.