COLOR #52A63D

HEX: #52A63D
RGB: (82,166,61)

Color info

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

RGB color model

#52A63D color RGB value is (82,166,61).

  • red value is 82;
  • green value is 166;
  • blue value is 61.
RGB:
(82,166,61)
(32%,65%,24%)

RGB channels and saturation

R 82 of 255 = 32%
G 166 of 255 = 65%
B 61 of 255 = 24%

82
166
61

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

Portions of RGB colors in percentages

R + G + B =
82 + 166 + 61 = 309 (100%)
R 82 of 309 ~ 26.54%
G 166 of 309 ~ 53.72%
B 61 of 309 ~ 19.74%

%26.54
%53.72
%19.74

CMYK color model

#52A63D color CMYK value is (51,0,63,35).

  • cyan value is 50.60%
  • magenta value is 0.00%
  • yellow value is 63.25%
  • key color value is 34.90%
CMYK:
(51,0,63,35)
C51M0Y63K35 
(51%,0%,63%,35%)
(0.51/0.00/0.63/0.35)	

CMYK percentages

%50.6
%0
%63.25
%34.9

Codes

Color #52A63D in popluar color models

52A63D
RGB8216661
HSL108°46.26%44.51%
HSB/HSV108°63.25%65.10%
CMYK50.60%0.00%63.25%
34.90%

Color #52A63D in popluar number systems.

HEX52A63D
Decimal8216661
Binary101001010100110111101
Octal12224675

Shades and tints

Shades of #52A63D

#52A63D
(82,166,61)
#4B9738
(75,151,56)
#448833
(68,136,51)
#3D792E
(61,121,46)
#366A29
(54,106,41)
#2F5B24
(47,91,36)
#284C1F
(40,76,31)
#213D1A
(33,61,26)
#1A2E15
(26,46,21)
#131F10
(19,31,16)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #52A63D

#52A63D
(82,166,61)
#61AE4E
(97,174,78)
#70B65F
(112,182,95)
#7FBE70
(127,190,112)
#8EC681
(142,198,129)
#9DCE92
(157,206,146)
#ACD6A3
(172,214,163)
#BBDEB4
(187,222,180)
#CAE6C5
(202,230,197)
#D9EED6
(217,238,214)
#E8F6E7
(232,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A63D color. Also use rgb(82,166,61) instead hex code.

Text Font Color

.myTextColor { color: #52A63D; }

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

This text font color is #52A63D.


Background Color

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

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

This div background color is #52A63D.


Border color

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

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

This div border color is #52A63D.


Opacity

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

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

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

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

This text has shadow with #52A63D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A63D on black background.


Color preview on white background

This text has color #52A63D on white background.



Black color preview on #52A63D background

This text has black color on #52A63D background.


White color preview on #52A63D background

This text has white color on #52A63D background.