COLOR #529A96

HEX: #529A96
RGB: (82,154,150)

Color info

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

RGB color model

#529A96 color RGB value is (82,154,150).

  • red value is 82;
  • green value is 154;
  • blue value is 150.
RGB:
(82,154,150)
(32%,60%,59%)

RGB channels and saturation

R 82 of 255 = 32%
G 154 of 255 = 60%
B 150 of 255 = 59%

82
154
150

R + G + B ~ 50%. #529A96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 154 + 150 = 386 (100%)
R 82 of 386 ~ 21.24%
G 154 of 386 ~ 39.9%
B 150 of 386 ~ 38.86%

%21.24
%39.9
%38.86

CMYK color model

#529A96 color CMYK value is (47,0,3,40).

  • cyan value is 46.75%
  • magenta value is 0.00%
  • yellow value is 2.60%
  • key color value is 39.61%
CMYK:
(47,0,3,40)
C47M0Y3K40 
(47%,0%,3%,40%)
(0.47/0.00/0.03/0.40)	

CMYK percentages

%46.75
%0
%2.6
%39.61

Codes

Color #529A96 in popluar color models

529A96
RGB82154150
HSL177°30.51%46.27%
HSB/HSV177°46.75%60.39%
CMYK46.75%0.00%2.60%
39.61%

Color #529A96 in popluar number systems.

HEX529A96
Decimal82154150
Binary10100101001101010010110
Octal122232226

Shades and tints

Shades of #529A96

#529A96
(82,154,150)
#4B8C89
(75,140,137)
#447E7C
(68,126,124)
#3D706F
(61,112,111)
#366262
(54,98,98)
#2F5455
(47,84,85)
#284648
(40,70,72)
#21383B
(33,56,59)
#1A2A2E
(26,42,46)
#131C21
(19,28,33)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #529A96

#529A96
(82,154,150)
#61A39F
(97,163,159)
#70ACA8
(112,172,168)
#7FB5B1
(127,181,177)
#8EBEBA
(142,190,186)
#9DC7C3
(157,199,195)
#ACD0CC
(172,208,204)
#BBD9D5
(187,217,213)
#CAE2DE
(202,226,222)
#D9EBE7
(217,235,231)
#E8F4F0
(232,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529A96 color. Also use rgb(82,154,150) instead hex code.

Text Font Color

.myTextColor { color: #529A96; }

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

This text font color is #529A96.


Background Color

.myBgColor { background-color: #529A96; }

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

This div background color is #529A96.


Border color

.myBorderColor { border: 1px solid #529A96; }

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

This div border color is #529A96.


Opacity

.myOpacity80 { color: #529A96; opacity: 0.8; }

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

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

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

This text has shadow with #529A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529A96 on black background.


Color preview on white background

This text has color #529A96 on white background.



Black color preview on #529A96 background

This text has black color on #529A96 background.


White color preview on #529A96 background

This text has white color on #529A96 background.