COLOR #52A353

HEX: #52A353
RGB: (82,163,83)

Color info

#52A353 contains mainly green color. Web safe color of #52A353 is #669966 (or #696).

RGB color model

#52A353 color RGB value is (82,163,83).

  • red value is 82;
  • green value is 163;
  • blue value is 83.
RGB:
(82,163,83)
(32%,64%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 163 of 255 = 64%
B 83 of 255 = 33%

82
163
83

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

Portions of RGB colors in percentages

R + G + B =
82 + 163 + 83 = 328 (100%)
R 82 of 328 ~ 25%
G 163 of 328 ~ 49.7%
B 83 of 328 ~ 25.3%

%25
%49.7
%25.3

CMYK color model

#52A353 color CMYK value is (50,0,49,36).

  • cyan value is 49.69%
  • magenta value is 0.00%
  • yellow value is 49.08%
  • key color value is 36.08%
CMYK:
(50,0,49,36)
C50M0Y49K36 
(50%,0%,49%,36%)
(0.50/0.00/0.49/0.36)	

CMYK percentages

%49.69
%0
%49.08
%36.08

Codes

Color #52A353 in popluar color models

52A353
RGB8216383
HSL121°33.06%48.04%
HSB/HSV121°49.69%63.92%
CMYK49.69%0.00%49.08%
36.08%

Color #52A353 in popluar number systems.

HEX52A353
Decimal8216383
Binary1010010101000111010011
Octal122243123

Shades and tints

Shades of #52A353

#52A353
(82,163,83)
#4B954C
(75,149,76)
#448745
(68,135,69)
#3D793E
(61,121,62)
#366B37
(54,107,55)
#2F5D30
(47,93,48)
#284F29
(40,79,41)
#214122
(33,65,34)
#1A331B
(26,51,27)
#132514
(19,37,20)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #52A353

#52A353
(82,163,83)
#61AB62
(97,171,98)
#70B371
(112,179,113)
#7FBB80
(127,187,128)
#8EC38F
(142,195,143)
#9DCB9E
(157,203,158)
#ACD3AD
(172,211,173)
#BBDBBC
(187,219,188)
#CAE3CB
(202,227,203)
#D9EBDA
(217,235,218)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A353 color. Also use rgb(82,163,83) instead hex code.

Text Font Color

.myTextColor { color: #52A353; }

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

This text font color is #52A353.


Background Color

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

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

This div background color is #52A353.


Border color

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

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

This div border color is #52A353.


Opacity

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

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

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

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

This text has shadow with #52A353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52A353 on black background.


Color preview on white background

This text has color #52A353 on white background.



Black color preview on #52A353 background

This text has black color on #52A353 background.


White color preview on #52A353 background

This text has white color on #52A353 background.