COLOR #529A85

HEX: #529A85
RGB: (82,154,133)

Color info

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

RGB color model

#529A85 color RGB value is (82,154,133).

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

RGB channels and saturation

R 82 of 255 = 32%
G 154 of 255 = 60%
B 133 of 255 = 52%

82
154
133

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

Portions of RGB colors in percentages

R + G + B =
82 + 154 + 133 = 369 (100%)
R 82 of 369 ~ 22.22%
G 154 of 369 ~ 41.73%
B 133 of 369 ~ 36.04%

%22.22
%41.73
%36.04

CMYK color model

#529A85 color CMYK value is (47,0,14,40).

  • cyan value is 46.75%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 39.61%
CMYK:
(47,0,14,40)
C47M0Y14K40 
(47%,0%,14%,40%)
(0.47/0.00/0.14/0.40)	

CMYK percentages

%46.75
%0
%13.64
%39.61

Codes

Color #529A85 in popluar color models

529A85
RGB82154133
HSL163°30.51%46.27%
HSB/HSV163°46.75%60.39%
CMYK46.75%0.00%13.64%
39.61%

Color #529A85 in popluar number systems.

HEX529A85
Decimal82154133
Binary10100101001101010000101
Octal122232205

Shades and tints

Shades of #529A85

#529A85
(82,154,133)
#4B8C79
(75,140,121)
#447E6D
(68,126,109)
#3D7061
(61,112,97)
#366255
(54,98,85)
#2F5449
(47,84,73)
#28463D
(40,70,61)
#213831
(33,56,49)
#1A2A25
(26,42,37)
#131C19
(19,28,25)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #529A85

#529A85
(82,154,133)
#61A390
(97,163,144)
#70AC9B
(112,172,155)
#7FB5A6
(127,181,166)
#8EBEB1
(142,190,177)
#9DC7BC
(157,199,188)
#ACD0C7
(172,208,199)
#BBD9D2
(187,217,210)
#CAE2DD
(202,226,221)
#D9EBE8
(217,235,232)
#E8F4F3
(232,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #529A85; }

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

This text font color is #529A85.


Background Color

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

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

This div background color is #529A85.


Border color

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

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

This div border color is #529A85.


Opacity

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

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

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

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

This text has shadow with #529A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529A85 on black background.


Color preview on white background

This text has color #529A85 on white background.



Black color preview on #529A85 background

This text has black color on #529A85 background.


White color preview on #529A85 background

This text has white color on #529A85 background.