COLOR #528572

HEX: #528572
RGB: (82,133,114)

Color info

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

RGB color model

#528572 color RGB value is (82,133,114).

  • red value is 82;
  • green value is 133;
  • blue value is 114.
RGB:
(82,133,114)
(32%,52%,45%)

RGB channels and saturation

R 82 of 255 = 32%
G 133 of 255 = 52%
B 114 of 255 = 45%

82
133
114

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

Portions of RGB colors in percentages

R + G + B =
82 + 133 + 114 = 329 (100%)
R 82 of 329 ~ 24.92%
G 133 of 329 ~ 40.43%
B 114 of 329 ~ 34.65%

%24.92
%40.43
%34.65

CMYK color model

#528572 color CMYK value is (38,0,14,48).

  • cyan value is 38.35%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 47.84%
CMYK:
(38,0,14,48)
C38M0Y14K48 
(38%,0%,14%,48%)
(0.38/0.00/0.14/0.48)	

CMYK percentages

%38.35
%0
%14.29
%47.84

Codes

Color #528572 in popluar color models

528572
RGB82133114
HSL158°23.72%42.16%
HSB/HSV158°38.35%52.16%
CMYK38.35%0.00%14.29%
47.84%

Color #528572 in popluar number systems.

HEX528572
Decimal82133114
Binary1010010100001011110010
Octal122205162

Shades and tints

Shades of #528572

#528572
(82,133,114)
#4B7968
(75,121,104)
#446D5E
(68,109,94)
#3D6154
(61,97,84)
#36554A
(54,85,74)
#2F4940
(47,73,64)
#283D36
(40,61,54)
#21312C
(33,49,44)
#1A2522
(26,37,34)
#131918
(19,25,24)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #528572

#528572
(82,133,114)
#61907E
(97,144,126)
#709B8A
(112,155,138)
#7FA696
(127,166,150)
#8EB1A2
(142,177,162)
#9DBCAE
(157,188,174)
#ACC7BA
(172,199,186)
#BBD2C6
(187,210,198)
#CADDD2
(202,221,210)
#D9E8DE
(217,232,222)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528572 color. Also use rgb(82,133,114) instead hex code.

Text Font Color

.myTextColor { color: #528572; }

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

This text font color is #528572.


Background Color

.myBgColor { background-color: #528572; }

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

This div background color is #528572.


Border color

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

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

This div border color is #528572.


Opacity

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

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

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

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

This text has shadow with #528572 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528572 on black background.


Color preview on white background

This text has color #528572 on white background.



Black color preview on #528572 background

This text has black color on #528572 background.


White color preview on #528572 background

This text has white color on #528572 background.