COLOR #528B69

HEX: #528B69 RGB: (82,139,105)

Color info

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

RGB color model

#528B69 color RGB value is (82,139,105).

RGB: (82,139,105) (32%, 55%, 41%)

RGB channels and saturation

R 82 of 255 = 32%
G 139 of 255 = 55%
B 105 of 255 = 41%

82
139
105

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

Portions of RGB colors in percentages

R + G + B = 82 + 139 + 105 = 326 (100%)
R 82 of 326 ~ 25.15%
G 139 of 326 ~ 42.64%
B 105 of 326 ~ 32.21'%

%25.15
%42.64
%32.21

CMYK color model

#528B69 color CMYK value is (41,0,24,45).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 45.49%

CMYK: (41,0,24,45)
C41M0Y24K45 (41%, 0%, 24%, 45%)
(0.41 / 0.00 / 0.24 / 0.45)

CMYK percentages

%41.01
%0
%24.46
%45.49

Codes

Color #528B69 in popluar color models

52 8B 69
RGB 82 139 105
HSL 144° 25.79% 43.33%
HSB/HSV 144° 41.01% 54.51%
CMYK 41.01% 0.00% 24.46%
45.49%

Color #528B69 in popluar number systems.

HEX 52 8B 69
Decimal 82 139 105
Binary 1010010 10001011 1101001
Octal 122 213 151

Shades and tints

Shades of #528B69

#528B69
(82,139,105)
#4B7F60
(75,127,96)
#447357
(68,115,87)
#3D674E
(61,103,78)
#365B45
(54,91,69)
#2F4F3C
(47,79,60)
#284333
(40,67,51)
#21372A
(33,55,42)
#1A2B21
(26,43,33)
#131F18
(19,31,24)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #528B69

#528B69
(82,139,105)
#619576
(97,149,118)
#709F83
(112,159,131)
#7FA990
(127,169,144)
#8EB39D
(142,179,157)
#9DBDAA
(157,189,170)
#ACC7B7
(172,199,183)
#BBD1C4
(187,209,196)
#CADBD1
(202,219,209)
#D9E5DE
(217,229,222)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528B69 color. Also use rgb(82,139,105) instead hex code.

Text Font Color

.myTextColor { color: #528B69; }

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

This text font color is #528B69.

Background Color

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

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

This div background color is #528B69.

Border color

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

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

This div border color is #528B69.

Opacity

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

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

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

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

This text has shadow with #528B69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #528B69.

Preview

Color preview on black background

This text has color #528B69 on black background.


Color preview on white background

This text has color #528B69 on white background.


Black color preview on #528B69 background

This text has black color on #528B69 background.


White color preview on #528B69 background

This text has white color on #528B69 background.


Related colors

Complementary color

Complementary color for #hex is #AD7496.


I love getcolorcode.com

Triadic colors

1 #69528B and #8B6952 with #528B69 are triadic colors.

2 #698B52 and #8B5269 with #528B69 are triadic colors.