COLOR #528671

HEX: #528671
RGB: (82,134,113)

Color info

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

RGB color model

#528671 color RGB value is (82,134,113).

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

RGB channels and saturation

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

82
134
113

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

Portions of RGB colors in percentages

R + G + B =
82 + 134 + 113 = 329 (100%)
R 82 of 329 ~ 24.92%
G 134 of 329 ~ 40.73%
B 113 of 329 ~ 34.35%

%24.92
%40.73
%34.35

CMYK color model

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

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

CMYK percentages

%38.81
%0
%15.67
%47.45

Codes

Color #528671 in popluar color models

528671
RGB82134113
HSL156°24.07%42.35%
HSB/HSV156°38.81%52.55%
CMYK38.81%0.00%15.67%
47.45%

Color #528671 in popluar number systems.

HEX528671
Decimal82134113
Binary1010010100001101110001
Octal122206161

Shades and tints

Shades of #528671

#528671
(82,134,113)
#4B7A67
(75,122,103)
#446E5D
(68,110,93)
#3D6253
(61,98,83)
#365649
(54,86,73)
#2F4A3F
(47,74,63)
#283E35
(40,62,53)
#21322B
(33,50,43)
#1A2621
(26,38,33)
#131A17
(19,26,23)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #528671

#528671
(82,134,113)
#61917D
(97,145,125)
#709C89
(112,156,137)
#7FA795
(127,167,149)
#8EB2A1
(142,178,161)
#9DBDAD
(157,189,173)
#ACC8B9
(172,200,185)
#BBD3C5
(187,211,197)
#CADED1
(202,222,209)
#D9E9DD
(217,233,221)
#E8F4E9
(232,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528671; }

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

This text font color is #528671.


Background Color

.myBgColor { background-color: #528671; }

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

This div background color is #528671.


Border color

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

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

This div border color is #528671.


Opacity

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

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

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

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

This text has shadow with #528671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528671 on black background.


Color preview on white background

This text has color #528671 on white background.



Black color preview on #528671 background

This text has black color on #528671 background.


White color preview on #528671 background

This text has white color on #528671 background.