COLOR #529F84

HEX: #529F84
RGB: (82,159,132)

Color info

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

RGB color model

#529F84 color RGB value is (82,159,132).

  • red value is 82;
  • green value is 159;
  • blue value is 132.
RGB:
(82,159,132)
(32%,62%,52%)

RGB channels and saturation

R 82 of 255 = 32%
G 159 of 255 = 62%
B 132 of 255 = 52%

82
159
132

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

Portions of RGB colors in percentages

R + G + B =
82 + 159 + 132 = 373 (100%)
R 82 of 373 ~ 21.98%
G 159 of 373 ~ 42.63%
B 132 of 373 ~ 35.39%

%21.98
%42.63
%35.39

CMYK color model

#529F84 color CMYK value is (48,0,17,38).

  • cyan value is 48.43%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 37.65%
CMYK:
(48,0,17,38)
C48M0Y17K38 
(48%,0%,17%,38%)
(0.48/0.00/0.17/0.38)	

CMYK percentages

%48.43
%0
%16.98
%37.65

Codes

Color #529F84 in popluar color models

529F84
RGB82159132
HSL159°31.95%47.25%
HSB/HSV159°48.43%62.35%
CMYK48.43%0.00%16.98%
37.65%

Color #529F84 in popluar number systems.

HEX529F84
Decimal82159132
Binary10100101001111110000100
Octal122237204

Shades and tints

Shades of #529F84

#529F84
(82,159,132)
#4B9178
(75,145,120)
#44836C
(68,131,108)
#3D7560
(61,117,96)
#366754
(54,103,84)
#2F5948
(47,89,72)
#284B3C
(40,75,60)
#213D30
(33,61,48)
#1A2F24
(26,47,36)
#132118
(19,33,24)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #529F84

#529F84
(82,159,132)
#61A78F
(97,167,143)
#70AF9A
(112,175,154)
#7FB7A5
(127,183,165)
#8EBFB0
(142,191,176)
#9DC7BB
(157,199,187)
#ACCFC6
(172,207,198)
#BBD7D1
(187,215,209)
#CADFDC
(202,223,220)
#D9E7E7
(217,231,231)
#E8EFF2
(232,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529F84 color. Also use rgb(82,159,132) instead hex code.

Text Font Color

.myTextColor { color: #529F84; }

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

This text font color is #529F84.


Background Color

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

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

This div background color is #529F84.


Border color

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

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

This div border color is #529F84.


Opacity

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

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

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

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

This text has shadow with #529F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529F84 on black background.


Color preview on white background

This text has color #529F84 on white background.



Black color preview on #529F84 background

This text has black color on #529F84 background.


White color preview on #529F84 background

This text has white color on #529F84 background.