COLOR #528771

HEX: #528771
RGB: (82,135,113)

Color info

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

RGB color model

#528771 color RGB value is (82,135,113).

  • red value is 82;
  • green value is 135;
  • blue value is 113.
RGB:
(82,135,113)
(32%,53%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 135 of 255 = 53%
B 113 of 255 = 44%

82
135
113

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

Portions of RGB colors in percentages

R + G + B =
82 + 135 + 113 = 330 (100%)
R 82 of 330 ~ 24.85%
G 135 of 330 ~ 40.91%
B 113 of 330 ~ 34.24%

%24.85
%40.91
%34.24

CMYK color model

#528771 color CMYK value is (39,0,16,47).

  • cyan value is 39.26%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 47.06%
CMYK:
(39,0,16,47)
C39M0Y16K47 
(39%,0%,16%,47%)
(0.39/0.00/0.16/0.47)	

CMYK percentages

%39.26
%0
%16.3
%47.06

Codes

Color #528771 in popluar color models

528771
RGB82135113
HSL155°24.42%42.55%
HSB/HSV155°39.26%52.94%
CMYK39.26%0.00%16.30%
47.06%

Color #528771 in popluar number systems.

HEX528771
Decimal82135113
Binary1010010100001111110001
Octal122207161

Shades and tints

Shades of #528771

#528771
(82,135,113)
#4B7B67
(75,123,103)
#446F5D
(68,111,93)
#3D6353
(61,99,83)
#365749
(54,87,73)
#2F4B3F
(47,75,63)
#283F35
(40,63,53)
#21332B
(33,51,43)
#1A2721
(26,39,33)
#131B17
(19,27,23)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #528771

#528771
(82,135,113)
#61917D
(97,145,125)
#709B89
(112,155,137)
#7FA595
(127,165,149)
#8EAFA1
(142,175,161)
#9DB9AD
(157,185,173)
#ACC3B9
(172,195,185)
#BBCDC5
(187,205,197)
#CAD7D1
(202,215,209)
#D9E1DD
(217,225,221)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528771 color. Also use rgb(82,135,113) instead hex code.

Text Font Color

.myTextColor { color: #528771; }

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

This text font color is #528771.


Background Color

.myBgColor { background-color: #528771; }

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

This div background color is #528771.


Border color

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

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

This div border color is #528771.


Opacity

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

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

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

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

This text has shadow with #528771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528771 on black background.


Color preview on white background

This text has color #528771 on white background.



Black color preview on #528771 background

This text has black color on #528771 background.


White color preview on #528771 background

This text has white color on #528771 background.