COLOR #52917A

HEX: #52917A RGB: (82,145,122)

Color info

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

RGB color model

#52917A color RGB value is (82,145,122).

RGB: (82,145,122) (32%, 57%, 48%)

RGB channels and saturation

R 82 of 255 = 32%
G 145 of 255 = 57%
B 122 of 255 = 48%

82
145
122

R + G + B ~ 46%. #52917A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 145 + 122 = 349 (100%)
R 82 of 349 ~ 23.5%
G 145 of 349 ~ 41.55%
B 122 of 349 ~ 34.96'%

%23.5
%41.55
%34.96

CMYK color model

#52917A color CMYK value is (43,0,16,43).

  • cyan value is 43.45%
  • magenta value is 0.00%
  • yellow value is 15.86%
  • key color value is 43.14%
CMYK: (43,0,16,43) C43M0Y16K43 (43%,0%,16%,43%) (0.43/0.00/0.16/0.43) 

CMYK percentages

%43.45
%0
%15.86
%43.14

Codes

Color #52917A in popluar color models

52 91 7A
RGB 82 145 122
HSL 158° 27.75% 44.51%
HSB/HSV 158° 43.45% 56.86%
CMYK 43.45% 0.00% 15.86%
43.14%

Color #52917A in popluar number systems.

HEX 52 91 7A
Decimal 82 145 122
Binary 1010010 10010001 1111010
Octal 122 221 172

Shades and tints

Shades of #52917A

#52917A
(82,145,122)
#4B846F
(75,132,111)
#447764
(68,119,100)
#3D6A59
(61,106,89)
#365D4E
(54,93,78)
#2F5043
(47,80,67)
#284338
(40,67,56)
#21362D
(33,54,45)
#1A2922
(26,41,34)
#131C17
(19,28,23)
#0C0F0C
(12,15,12)
#000000
(0,0,0)

Tints of #52917A

#52917A
(82,145,122)
#619B86
(97,155,134)
#70A592
(112,165,146)
#7FAF9E
(127,175,158)
#8EB9AA
(142,185,170)
#9DC3B6
(157,195,182)
#ACCDC2
(172,205,194)
#BBD7CE
(187,215,206)
#CAE1DA
(202,225,218)
#D9EBE6
(217,235,230)
#E8F5F2
(232,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52917A color. Also use rgb(82,145,122) instead hex code.

Text Font Color

.myTextColor { color: #52917A; }

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

This text font color is #52917A.

Background Color

.myBgColor { background-color: #52917A; }

<div style="background-color:#52917A">Inner text</div>

This div background color is #52917A.

Border color

.myBorderColor { border: 1px solid #52917A; }

<div style="border:3px solid #52917A">Div</div>

This div border color is #52917A.

Opacity

.myOpacity80 { color: #52917A; opacity: 0.8; }

<p style="color:#52917A;opacity:0.8;">80%</p>

Text with #52917A 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 #52917A;}

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

This text has shadow with #52917A color.


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

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

This text has shadow with #52917A primary color and red secondary color.


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

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

This text has shadow with #52917A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #52917A.

Preview

Color preview on black background

This text has color #52917A on black background.


Color preview on white background

This text has color #52917A on white background.


Black color preview on #52917A background

This text has black color on #52917A background.


White color preview on #52917A background

This text has white color on #52917A background.


Related colors

Complementary color

Complementary color for #hex is #AD6E85.


I love getcolorcode.com

Triadic colors

1 #7A5291 and #917A52 with #52917A are triadic colors.

2 #7A9152 and #91527A with #52917A are triadic colors.