COLOR #528677

HEX: #528677
RGB: (82,134,119)

Color info

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

RGB color model

#528677 color RGB value is (82,134,119).

  • red value is 82;
  • green value is 134;
  • blue value is 119.
RGB:
(82,134,119)
(32%,53%,47%)

RGB channels and saturation

R 82 of 255 = 32%
G 134 of 255 = 53%
B 119 of 255 = 47%

82
134
119

R + G + B ~ 44%. #528677 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 134 + 119 = 335 (100%)
R 82 of 335 ~ 24.48%
G 134 of 335 ~ 40%
B 119 of 335 ~ 35.52%

%24.48
%40
%35.52

CMYK color model

#528677 color CMYK value is (39,0,11,47).

  • cyan value is 38.81%
  • magenta value is 0.00%
  • yellow value is 11.19%
  • key color value is 47.45%
CMYK:
(39,0,11,47)
C39M0Y11K47 
(39%,0%,11%,47%)
(0.39/0.00/0.11/0.47)	

CMYK percentages

%38.81
%0
%11.19
%47.45

Codes

Color #528677 in popluar color models

528677
RGB82134119
HSL163°24.07%42.35%
HSB/HSV163°38.81%52.55%
CMYK38.81%0.00%11.19%
47.45%

Color #528677 in popluar number systems.

HEX528677
Decimal82134119
Binary1010010100001101110111
Octal122206167

Shades and tints

Shades of #528677

#528677
(82,134,119)
#4B7A6D
(75,122,109)
#446E63
(68,110,99)
#3D6259
(61,98,89)
#36564F
(54,86,79)
#2F4A45
(47,74,69)
#283E3B
(40,62,59)
#213231
(33,50,49)
#1A2627
(26,38,39)
#131A1D
(19,26,29)
#0C0E13
(12,14,19)
#000000
(0,0,0)

Tints of #528677

#528677
(82,134,119)
#619183
(97,145,131)
#709C8F
(112,156,143)
#7FA79B
(127,167,155)
#8EB2A7
(142,178,167)
#9DBDB3
(157,189,179)
#ACC8BF
(172,200,191)
#BBD3CB
(187,211,203)
#CADED7
(202,222,215)
#D9E9E3
(217,233,227)
#E8F4EF
(232,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528677; }

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

This text font color is #528677.


Background Color

.myBgColor { background-color: #528677; }

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

This div background color is #528677.


Border color

.myBorderColor { border: 1px solid #528677; }

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

This div border color is #528677.


Opacity

.myOpacity80 { color: #528677; opacity: 0.8; }

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

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

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

This text has shadow with #528677 color.

.textShadow {text-shadow: 3px 3px 1px #528677, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #528677;
-webkit-box-shadow: 1px 1px 3px 2px #528677;
box-shadow:1px 1px 3px 2px #528677;">
Div content here</div>
This div box has shadow with color #528677.

Preview

Color preview on black background

This text has color #528677 on black background.


Color preview on white background

This text has color #528677 on white background.



Black color preview on #528677 background

This text has black color on #528677 background.


White color preview on #528677 background

This text has white color on #528677 background.