COLOR #52A177

HEX: #52A177 RGB: (82,161,119)

Color info

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

RGB color model

#52A177 color RGB value is (82,161,119).

RGB: (82,161,119) (32%, 63%, 47%)

RGB channels and saturation

R 82 of 255 = 32%
G 161 of 255 = 63%
B 119 of 255 = 47%

82
161
119

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

Portions of RGB colors in percentages

R + G + B = 82 + 161 + 119 = 362 (100%)
R 82 of 362 ~ 22.65%
G 161 of 362 ~ 44.48%
B 119 of 362 ~ 32.87'%

%22.65
%44.48
%32.87

CMYK color model

#52A177 color CMYK value is (49,0,26,37).

  • cyan value is 49.07%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 36.86%
CMYK: (49,0,26,37) C49M0Y26K37 (49%,0%,26%,37%) (0.49/0.00/0.26/0.37) 

CMYK percentages

%49.07
%0
%26.09
%36.86

Codes

Color #52A177 in popluar color models

52 A1 77
RGB 82 161 119
HSL 148° 32.51% 47.65%
HSB/HSV 148° 49.07% 63.14%
CMYK 49.07% 0.00% 26.09%
36.86%

Color #52A177 in popluar number systems.

HEX 52 A1 77
Decimal 82 161 119
Binary 1010010 10100001 1110111
Octal 122 241 167

Shades and tints

Shades of #52A177

#52A177
(82,161,119)
#4B936D
(75,147,109)
#448563
(68,133,99)
#3D7759
(61,119,89)
#36694F
(54,105,79)
#2F5B45
(47,91,69)
#284D3B
(40,77,59)
#213F31
(33,63,49)
#1A3127
(26,49,39)
#13231D
(19,35,29)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #52A177

#52A177
(82,161,119)
#61A983
(97,169,131)
#70B18F
(112,177,143)
#7FB99B
(127,185,155)
#8EC1A7
(142,193,167)
#9DC9B3
(157,201,179)
#ACD1BF
(172,209,191)
#BBD9CB
(187,217,203)
#CAE1D7
(202,225,215)
#D9E9E3
(217,233,227)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A177 color. Also use rgb(82,161,119) instead hex code.

Text Font Color

.myTextColor { color: #52A177; }

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

This text font color is #52A177.

Background Color

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

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

This div background color is #52A177.

Border color

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

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

This div border color is #52A177.

Opacity

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

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

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

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

This text has shadow with #52A177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A177.

Preview

Color preview on black background

This text has color #52A177 on black background.


Color preview on white background

This text has color #52A177 on white background.


Black color preview on #52A177 background

This text has black color on #52A177 background.


White color preview on #52A177 background

This text has white color on #52A177 background.


Related colors

Complementary color

Complementary color for #hex is #AD5E88.


I love getcolorcode.com

Triadic colors

1 #7752A1 and #A17752 with #52A177 are triadic colors.

2 #77A152 and #A15277 with #52A177 are triadic colors.