COLOR #528869

HEX: #528869
RGB: (82,136,105)

Color info

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

RGB color model

#528869 color RGB value is (82,136,105).

  • red value is 82;
  • green value is 136;
  • blue value is 105.
RGB:
(82,136,105)
(32%,53%,41%)

RGB channels and saturation

R 82 of 255 = 32%
G 136 of 255 = 53%
B 105 of 255 = 41%

82
136
105

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

Portions of RGB colors in percentages

R + G + B =
82 + 136 + 105 = 323 (100%)
R 82 of 323 ~ 25.39%
G 136 of 323 ~ 42.11%
B 105 of 323 ~ 32.51%

%25.39
%42.11
%32.51

CMYK color model

#528869 color CMYK value is (40,0,23,47).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 22.79%
  • key color value is 46.67%
CMYK:
(40,0,23,47)
C40M0Y23K47 
(40%,0%,23%,47%)
(0.40/0.00/0.23/0.47)	

CMYK percentages

%39.71
%0
%22.79
%46.67

Codes

Color #528869 in popluar color models

528869
RGB82136105
HSL146°24.77%42.75%
HSB/HSV146°39.71%53.33%
CMYK39.71%0.00%22.79%
46.67%

Color #528869 in popluar number systems.

HEX528869
Decimal82136105
Binary1010010100010001101001
Octal122210151

Shades and tints

Shades of #528869

#528869
(82,136,105)
#4B7C60
(75,124,96)
#447057
(68,112,87)
#3D644E
(61,100,78)
#365845
(54,88,69)
#2F4C3C
(47,76,60)
#284033
(40,64,51)
#21342A
(33,52,42)
#1A2821
(26,40,33)
#131C18
(19,28,24)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #528869

#528869
(82,136,105)
#619276
(97,146,118)
#709C83
(112,156,131)
#7FA690
(127,166,144)
#8EB09D
(142,176,157)
#9DBAAA
(157,186,170)
#ACC4B7
(172,196,183)
#BBCEC4
(187,206,196)
#CAD8D1
(202,216,209)
#D9E2DE
(217,226,222)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528869 color. Also use rgb(82,136,105) instead hex code.

Text Font Color

.myTextColor { color: #528869; }

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

This text font color is #528869.


Background Color

.myBgColor { background-color: #528869; }

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

This div background color is #528869.


Border color

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

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

This div border color is #528869.


Opacity

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

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

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

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

This text has shadow with #528869 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528869 on black background.


Color preview on white background

This text has color #528869 on white background.



Black color preview on #528869 background

This text has black color on #528869 background.


White color preview on #528869 background

This text has white color on #528869 background.