COLOR #529886

HEX: #529886
RGB: (82,152,134)

Color info

#529886 contains mainly green and blue colors. Web safe color of #529886 is #669999 (or #699).

RGB color model

#529886 color RGB value is (82,152,134).

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

RGB channels and saturation

R 82 of 255 = 32%
G 152 of 255 = 60%
B 134 of 255 = 53%

82
152
134

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

Portions of RGB colors in percentages

R + G + B =
82 + 152 + 134 = 368 (100%)
R 82 of 368 ~ 22.28%
G 152 of 368 ~ 41.3%
B 134 of 368 ~ 36.41%

%22.28
%41.3
%36.41

CMYK color model

#529886 color CMYK value is (46,0,12,40).

  • cyan value is 46.05%
  • magenta value is 0.00%
  • yellow value is 11.84%
  • key color value is 40.39%
CMYK:
(46,0,12,40)
C46M0Y12K40 
(46%,0%,12%,40%)
(0.46/0.00/0.12/0.40)	

CMYK percentages

%46.05
%0
%11.84
%40.39

Codes

Color #529886 in popluar color models

529886
RGB82152134
HSL165°29.91%45.88%
HSB/HSV165°46.05%59.61%
CMYK46.05%0.00%11.84%
40.39%

Color #529886 in popluar number systems.

HEX529886
Decimal82152134
Binary10100101001100010000110
Octal122230206

Shades and tints

Shades of #529886

#529886
(82,152,134)
#4B8B7A
(75,139,122)
#447E6E
(68,126,110)
#3D7162
(61,113,98)
#366456
(54,100,86)
#2F574A
(47,87,74)
#284A3E
(40,74,62)
#213D32
(33,61,50)
#1A3026
(26,48,38)
#13231A
(19,35,26)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #529886

#529886
(82,152,134)
#61A191
(97,161,145)
#70AA9C
(112,170,156)
#7FB3A7
(127,179,167)
#8EBCB2
(142,188,178)
#9DC5BD
(157,197,189)
#ACCEC8
(172,206,200)
#BBD7D3
(187,215,211)
#CAE0DE
(202,224,222)
#D9E9E9
(217,233,233)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #529886; }

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

This text font color is #529886.


Background Color

.myBgColor { background-color: #529886; }

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

This div background color is #529886.


Border color

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

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

This div border color is #529886.


Opacity

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

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

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

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

This text has shadow with #529886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529886 on black background.


Color preview on white background

This text has color #529886 on white background.



Black color preview on #529886 background

This text has black color on #529886 background.


White color preview on #529886 background

This text has white color on #529886 background.