COLOR #52A275

HEX: #52A275 RGB: (82,162,117)

Color info

#52A275 contains mainly green and blue colors. Web safe color of #52A275 is #669966 (or #696).

RGB color model

#52A275 color RGB value is (82,162,117).

RGB: (82,162,117) (32%, 64%, 46%)

RGB channels and saturation

R 82 of 255 = 32%
G 162 of 255 = 64%
B 117 of 255 = 46%

82
162
117

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

Portions of RGB colors in percentages

R + G + B = 82 + 162 + 117 = 361 (100%)
R 82 of 361 ~ 22.71%
G 162 of 361 ~ 44.88%
B 117 of 361 ~ 32.41'%

%22.71
%44.88
%32.41

CMYK color model

#52A275 color CMYK value is (49,0,28,36).

  • cyan value is 49.38%
  • magenta value is 0.00%
  • yellow value is 27.78%
  • key color value is 36.47%
CMYK: (49,0,28,36) C49M0Y28K36 (49%,0%,28%,36%) (0.49/0.00/0.28/0.36) 

CMYK percentages

%49.38
%0
%27.78
%36.47

Codes

Color #52A275 in popluar color models

52 A2 75
RGB 82 162 117
HSL 146° 32.79% 47.84%
HSB/HSV 146° 49.38% 63.53%
CMYK 49.38% 0.00% 27.78%
36.47%

Color #52A275 in popluar number systems.

HEX 52 A2 75
Decimal 82 162 117
Binary 1010010 10100010 1110101
Octal 122 242 165

Shades and tints

Shades of #52A275

#52A275
(82,162,117)
#4B946B
(75,148,107)
#448661
(68,134,97)
#3D7857
(61,120,87)
#366A4D
(54,106,77)
#2F5C43
(47,92,67)
#284E39
(40,78,57)
#21402F
(33,64,47)
#1A3225
(26,50,37)
#13241B
(19,36,27)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #52A275

#52A275
(82,162,117)
#61AA81
(97,170,129)
#70B28D
(112,178,141)
#7FBA99
(127,186,153)
#8EC2A5
(142,194,165)
#9DCAB1
(157,202,177)
#ACD2BD
(172,210,189)
#BBDAC9
(187,218,201)
#CAE2D5
(202,226,213)
#D9EAE1
(217,234,225)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A275 color. Also use rgb(82,162,117) instead hex code.

Text Font Color

.myTextColor { color: #52A275; }

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

This text font color is #52A275.

Background Color

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

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

This div background color is #52A275.

Border color

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

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

This div border color is #52A275.

Opacity

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

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

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

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

This text has shadow with #52A275 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A275.

Preview

Color preview on black background

This text has color #52A275 on black background.


Color preview on white background

This text has color #52A275 on white background.


Black color preview on #52A275 background

This text has black color on #52A275 background.


White color preview on #52A275 background

This text has white color on #52A275 background.


Related colors

Complementary color

Complementary color for #hex is #AD5D8A.


I love getcolorcode.com

Triadic colors

1 #7552A2 and #A27552 with #52A275 are triadic colors.

2 #75A252 and #A25275 with #52A275 are triadic colors.