COLOR #52A45D

HEX: #52A45D RGB: (82,164,93)

Color info

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

RGB color model

#52A45D color RGB value is (82,164,93).

RGB: (82,164,93) (32%, 64%, 36%)

RGB channels and saturation

R 82 of 255 = 32%
G 164 of 255 = 64%
B 93 of 255 = 36%

82
164
93

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

Portions of RGB colors in percentages

R + G + B = 82 + 164 + 93 = 339 (100%)
R 82 of 339 ~ 24.19%
G 164 of 339 ~ 48.38%
B 93 of 339 ~ 27.43'%

%24.19
%48.38
%27.43

CMYK color model

#52A45D color CMYK value is (50,0,43,36).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 43.29%
  • key color value is 35.69%
CMYK: (50,0,43,36) C50M0Y43K36 (50%,0%,43%,36%) (0.50/0.00/0.43/0.36) 

CMYK percentages

%50
%0
%43.29
%35.69

Codes

Color #52A45D in popluar color models

52 A4 5D
RGB 82 164 93
HSL 128° 33.33% 48.24%
HSB/HSV 128° 50.00% 64.31%
CMYK 50.00% 0.00% 43.29%
35.69%

Color #52A45D in popluar number systems.

HEX 52 A4 5D
Decimal 82 164 93
Binary 1010010 10100100 1011101
Octal 122 244 135

Shades and tints

Shades of #52A45D

#52A45D
(82,164,93)
#4B9655
(75,150,85)
#44884D
(68,136,77)
#3D7A45
(61,122,69)
#366C3D
(54,108,61)
#2F5E35
(47,94,53)
#28502D
(40,80,45)
#214225
(33,66,37)
#1A341D
(26,52,29)
#132615
(19,38,21)
#0C180D
(12,24,13)
#000000
(0,0,0)

Tints of #52A45D

#52A45D
(82,164,93)
#61AC6B
(97,172,107)
#70B479
(112,180,121)
#7FBC87
(127,188,135)
#8EC495
(142,196,149)
#9DCCA3
(157,204,163)
#ACD4B1
(172,212,177)
#BBDCBF
(187,220,191)
#CAE4CD
(202,228,205)
#D9ECDB
(217,236,219)
#E8F4E9
(232,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A45D color. Also use rgb(82,164,93) instead hex code.

Text Font Color

.myTextColor { color: #52A45D; }

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

This text font color is #52A45D.

Background Color

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

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

This div background color is #52A45D.

Border color

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

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

This div border color is #52A45D.

Opacity

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

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

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

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

This text has shadow with #52A45D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A45D.

Preview

Color preview on black background

This text has color #52A45D on black background.


Color preview on white background

This text has color #52A45D on white background.


Black color preview on #52A45D background

This text has black color on #52A45D background.


White color preview on #52A45D background

This text has white color on #52A45D background.


Related colors

Complementary color

Complementary color for #hex is #AD5BA2.


I love getcolorcode.com

Triadic colors

1 #5D52A4 and #A45D52 with #52A45D are triadic colors.

2 #5DA452 and #A4525D with #52A45D are triadic colors.