COLOR #529B6D

HEX: #529B6D
RGB: (82,155,109)

Color info

#529B6D contains mainly green and blue colors. Web safe color of #529B6D is #669966 (or #696).

RGB color model

#529B6D color RGB value is (82,155,109).

  • red value is 82;
  • green value is 155;
  • blue value is 109.
RGB:
(82,155,109)
(32%,61%,43%)

RGB channels and saturation

R 82 of 255 = 32%
G 155 of 255 = 61%
B 109 of 255 = 43%

82
155
109

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

Portions of RGB colors in percentages

R + G + B =
82 + 155 + 109 = 346 (100%)
R 82 of 346 ~ 23.7%
G 155 of 346 ~ 44.8%
B 109 of 346 ~ 31.5%

%23.7
%44.8
%31.5

CMYK color model

#529B6D color CMYK value is (47,0,30,39).

  • cyan value is 47.10%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 39.22%
CMYK:
(47,0,30,39)
C47M0Y30K39 
(47%,0%,30%,39%)
(0.47/0.00/0.30/0.39)	

CMYK percentages

%47.1
%0
%29.68
%39.22

Codes

Color #529B6D in popluar color models

529B6D
RGB82155109
HSL142°30.80%46.47%
HSB/HSV142°47.10%60.78%
CMYK47.10%0.00%29.68%
39.22%

Color #529B6D in popluar number systems.

HEX529B6D
Decimal82155109
Binary1010010100110111101101
Octal122233155

Shades and tints

Shades of #529B6D

#529B6D
(82,155,109)
#4B8D64
(75,141,100)
#447F5B
(68,127,91)
#3D7152
(61,113,82)
#366349
(54,99,73)
#2F5540
(47,85,64)
#284737
(40,71,55)
#21392E
(33,57,46)
#1A2B25
(26,43,37)
#131D1C
(19,29,28)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #529B6D

#529B6D
(82,155,109)
#61A47A
(97,164,122)
#70AD87
(112,173,135)
#7FB694
(127,182,148)
#8EBFA1
(142,191,161)
#9DC8AE
(157,200,174)
#ACD1BB
(172,209,187)
#BBDAC8
(187,218,200)
#CAE3D5
(202,227,213)
#D9ECE2
(217,236,226)
#E8F5EF
(232,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529B6D color. Also use rgb(82,155,109) instead hex code.

Text Font Color

.myTextColor { color: #529B6D; }

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

This text font color is #529B6D.


Background Color

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

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

This div background color is #529B6D.


Border color

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

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

This div border color is #529B6D.


Opacity

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

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

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

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

This text has shadow with #529B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529B6D on black background.


Color preview on white background

This text has color #529B6D on white background.



Black color preview on #529B6D background

This text has black color on #529B6D background.


White color preview on #529B6D background

This text has white color on #529B6D background.