COLOR #528C7A

HEX: #528C7A RGB: (82,140,122)

Color info

#528C7A contains red, green and blue colors in about the same proportion. Web safe color of #528C7A is #669966 (or #696).

RGB color model

#528C7A color RGB value is (82,140,122).

RGB: (82,140,122) (32%, 55%, 48%)

RGB channels and saturation

R 82 of 255 = 32%
G 140 of 255 = 55%
B 122 of 255 = 48%

82
140
122

R + G + B ~ 45%. #528C7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 140 + 122 = 344 (100%)
R 82 of 344 ~ 23.84%
G 140 of 344 ~ 40.7%
B 122 of 344 ~ 35.47'%

%23.84
%40.7
%35.47

CMYK color model

#528C7A color CMYK value is (41,0,13,45).

  • cyan value is 41.43%
  • magenta value is 0.00%
  • yellow value is 12.86%
  • key color value is 45.10%

CMYK: (41,0,13,45)
C41M0Y13K45 (41%, 0%, 13%, 45%)
(0.41 / 0.00 / 0.13 / 0.45)

CMYK percentages

%41.43
%0
%12.86
%45.1

Codes

Color #528C7A in popluar color models

52 8C 7A
RGB 82 140 122
HSL 161° 26.13% 43.53%
HSB/HSV 161° 41.43% 54.90%
CMYK 41.43% 0.00% 12.86%
45.10%

Color #528C7A in popluar number systems.

HEX 52 8C 7A
Decimal 82 140 122
Binary 1010010 10001100 1111010
Octal 122 214 172

Shades and tints

Shades of #528C7A

#528C7A
(82,140,122)
#4B806F
(75,128,111)
#447464
(68,116,100)
#3D6859
(61,104,89)
#365C4E
(54,92,78)
#2F5043
(47,80,67)
#284438
(40,68,56)
#21382D
(33,56,45)
#1A2C22
(26,44,34)
#132017
(19,32,23)
#0C140C
(12,20,12)
#000000
(0,0,0)

Tints of #528C7A

#528C7A
(82,140,122)
#619686
(97,150,134)
#70A092
(112,160,146)
#7FAA9E
(127,170,158)
#8EB4AA
(142,180,170)
#9DBEB6
(157,190,182)
#ACC8C2
(172,200,194)
#BBD2CE
(187,210,206)
#CADCDA
(202,220,218)
#D9E6E6
(217,230,230)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528C7A color. Also use rgb(82,140,122) instead hex code.

Text Font Color

.myTextColor { color: #528C7A; }

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

This text font color is #528C7A.

Background Color

.myBgColor { background-color: #528C7A; }

<div style="background-color:#528C7A">Inner text</div>

This div background color is #528C7A.

Border color

.myBorderColor { border: 1px solid #528C7A; }

<div style="border:3px solid #528C7A">Div</div>

This div border color is #528C7A.

Opacity

.myOpacity80 { color: #528C7A; opacity: 0.8; }

<p style="color:#528C7A;opacity:0.8;">80%</p>

Text with #528C7A 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 #528C7A;}

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

This text has shadow with #528C7A color.


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

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

This text has shadow with #528C7A primary color and red secondary color.


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

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

This text has shadow with #528C7A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #528C7A.

Preview

Color preview on black background

This text has color #528C7A on black background.


Color preview on white background

This text has color #528C7A on white background.


Black color preview on #528C7A background

This text has black color on #528C7A background.


White color preview on #528C7A background

This text has white color on #528C7A background.


Related colors

Complementary color

Complementary color for #hex is #AD7385.


I love getcolorcode.com

Triadic colors

1 #7A528C and #8C7A52 with #528C7A are triadic colors.

2 #7A8C52 and #8C527A with #528C7A are triadic colors.