COLOR #529D6A

HEX: #529D6A RGB: (82,157,106)

Color info

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

RGB color model

#529D6A color RGB value is (82,157,106).

RGB: (82,157,106) (32%, 62%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 157 of 255 = 62%
B 106 of 255 = 42%

82
157
106

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

Portions of RGB colors in percentages

R + G + B = 82 + 157 + 106 = 345 (100%)
R 82 of 345 ~ 23.77%
G 157 of 345 ~ 45.51%
B 106 of 345 ~ 30.72'%

%23.77
%45.51
%30.72

CMYK color model

#529D6A color CMYK value is (48,0,32,38).

  • cyan value is 47.77%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 38.43%
CMYK: (48,0,32,38) C48M0Y32K38 (48%,0%,32%,38%) (0.48/0.00/0.32/0.38) 

CMYK percentages

%47.77
%0
%32.48
%38.43

Codes

Color #529D6A in popluar color models

52 9D 6A
RGB 82 157 106
HSL 139° 31.38% 46.86%
HSB/HSV 139° 47.77% 61.57%
CMYK 47.77% 0.00% 32.48%
38.43%

Color #529D6A in popluar number systems.

HEX 52 9D 6A
Decimal 82 157 106
Binary 1010010 10011101 1101010
Octal 122 235 152

Shades and tints

Shades of #529D6A

#529D6A
(82,157,106)
#4B8F61
(75,143,97)
#448158
(68,129,88)
#3D734F
(61,115,79)
#366546
(54,101,70)
#2F573D
(47,87,61)
#284934
(40,73,52)
#213B2B
(33,59,43)
#1A2D22
(26,45,34)
#131F19
(19,31,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #529D6A

#529D6A
(82,157,106)
#61A577
(97,165,119)
#70AD84
(112,173,132)
#7FB591
(127,181,145)
#8EBD9E
(142,189,158)
#9DC5AB
(157,197,171)
#ACCDB8
(172,205,184)
#BBD5C5
(187,213,197)
#CADDD2
(202,221,210)
#D9E5DF
(217,229,223)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529D6A color. Also use rgb(82,157,106) instead hex code.

Text Font Color

.myTextColor { color: #529D6A; }

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

This text font color is #529D6A.

Background Color

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

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

This div background color is #529D6A.

Border color

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

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

This div border color is #529D6A.

Opacity

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

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

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

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

This text has shadow with #529D6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #529D6A.

Preview

Color preview on black background

This text has color #529D6A on black background.


Color preview on white background

This text has color #529D6A on white background.


Black color preview on #529D6A background

This text has black color on #529D6A background.


White color preview on #529D6A background

This text has white color on #529D6A background.


Related colors

Complementary color

Complementary color for #hex is #AD6295.


I love getcolorcode.com

Triadic colors

1 #6A529D and #9D6A52 with #529D6A are triadic colors.

2 #6A9D52 and #9D526A with #529D6A are triadic colors.