COLOR #528676

HEX: #528676
RGB: (82,134,118)

Color info

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

RGB color model

#528676 color RGB value is (82,134,118).

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

RGB channels and saturation

R 82 of 255 = 32%
G 134 of 255 = 53%
B 118 of 255 = 46%

82
134
118

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

Portions of RGB colors in percentages

R + G + B =
82 + 134 + 118 = 334 (100%)
R 82 of 334 ~ 24.55%
G 134 of 334 ~ 40.12%
B 118 of 334 ~ 35.33%

%24.55
%40.12
%35.33

CMYK color model

#528676 color CMYK value is (39,0,12,47).

  • cyan value is 38.81%
  • magenta value is 0.00%
  • yellow value is 11.94%
  • key color value is 47.45%
CMYK:
(39,0,12,47)
C39M0Y12K47 
(39%,0%,12%,47%)
(0.39/0.00/0.12/0.47)	

CMYK percentages

%38.81
%0
%11.94
%47.45

Codes

Color #528676 in popluar color models

528676
RGB82134118
HSL162°24.07%42.35%
HSB/HSV162°38.81%52.55%
CMYK38.81%0.00%11.94%
47.45%

Color #528676 in popluar number systems.

HEX528676
Decimal82134118
Binary1010010100001101110110
Octal122206166

Shades and tints

Shades of #528676

#528676
(82,134,118)
#4B7A6C
(75,122,108)
#446E62
(68,110,98)
#3D6258
(61,98,88)
#36564E
(54,86,78)
#2F4A44
(47,74,68)
#283E3A
(40,62,58)
#213230
(33,50,48)
#1A2626
(26,38,38)
#131A1C
(19,26,28)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #528676

#528676
(82,134,118)
#619182
(97,145,130)
#709C8E
(112,156,142)
#7FA79A
(127,167,154)
#8EB2A6
(142,178,166)
#9DBDB2
(157,189,178)
#ACC8BE
(172,200,190)
#BBD3CA
(187,211,202)
#CADED6
(202,222,214)
#D9E9E2
(217,233,226)
#E8F4EE
(232,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528676; }

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

This text font color is #528676.


Background Color

.myBgColor { background-color: #528676; }

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

This div background color is #528676.


Border color

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

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

This div border color is #528676.


Opacity

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

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

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

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

This text has shadow with #528676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528676 on black background.


Color preview on white background

This text has color #528676 on white background.



Black color preview on #528676 background

This text has black color on #528676 background.


White color preview on #528676 background

This text has white color on #528676 background.