COLOR #52A55B

HEX: #52A55B RGB: (82,165,91)

Color info

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

RGB color model

#52A55B color RGB value is (82,165,91).

RGB: (82,165,91) (32%, 65%, 36%)

RGB channels and saturation

R 82 of 255 = 32%
G 165 of 255 = 65%
B 91 of 255 = 36%

82
165
91

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

Portions of RGB colors in percentages

R + G + B = 82 + 165 + 91 = 338 (100%)
R 82 of 338 ~ 24.26%
G 165 of 338 ~ 48.82%
B 91 of 338 ~ 26.92'%

%24.26
%48.82
%26.92

CMYK color model

#52A55B color CMYK value is (50,0,45,35).

  • cyan value is 50.30%
  • magenta value is 0.00%
  • yellow value is 44.85%
  • key color value is 35.29%

CMYK: (50,0,45,35)
C50M0Y45K35 (50%, 0%, 45%, 35%)
(0.50 / 0.00 / 0.45 / 0.35)

CMYK percentages

%50.3
%0
%44.85
%35.29

Codes

Color #52A55B in popluar color models

52 A5 5B
RGB 82 165 91
HSL 127° 33.60% 48.43%
HSB/HSV 127° 50.30% 64.71%
CMYK 50.30% 0.00% 44.85%
35.29%

Color #52A55B in popluar number systems.

HEX 52 A5 5B
Decimal 82 165 91
Binary 1010010 10100101 1011011
Octal 122 245 133

Shades and tints

Shades of #52A55B

#52A55B
(82,165,91)
#4B9653
(75,150,83)
#44874B
(68,135,75)
#3D7843
(61,120,67)
#36693B
(54,105,59)
#2F5A33
(47,90,51)
#284B2B
(40,75,43)
#213C23
(33,60,35)
#1A2D1B
(26,45,27)
#131E13
(19,30,19)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #52A55B

#52A55B
(82,165,91)
#61AD69
(97,173,105)
#70B577
(112,181,119)
#7FBD85
(127,189,133)
#8EC593
(142,197,147)
#9DCDA1
(157,205,161)
#ACD5AF
(172,213,175)
#BBDDBD
(187,221,189)
#CAE5CB
(202,229,203)
#D9EDD9
(217,237,217)
#E8F5E7
(232,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A55B color. Also use rgb(82,165,91) instead hex code.

Text Font Color

.myTextColor { color: #52A55B; }

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

This text font color is #52A55B.

Background Color

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

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

This div background color is #52A55B.

Border color

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

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

This div border color is #52A55B.

Opacity

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

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

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

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

This text has shadow with #52A55B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A55B.

Preview

Color preview on black background

This text has color #52A55B on black background.


Color preview on white background

This text has color #52A55B on white background.


Black color preview on #52A55B background

This text has black color on #52A55B background.


White color preview on #52A55B background

This text has white color on #52A55B background.


Related colors

Complementary color

Complementary color for #hex is #AD5AA4.


I love getcolorcode.com

Triadic colors

1 #5B52A5 and #A55B52 with #52A55B are triadic colors.

2 #5BA552 and #A5525B with #52A55B are triadic colors.