COLOR #529D6B

HEX: #529D6B RGB: (82,157,107)

Color info

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

RGB color model

#529D6B color RGB value is (82,157,107).

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

RGB channels and saturation

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

82
157
107

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

Portions of RGB colors in percentages

R + G + B = 82 + 157 + 107 = 346 (100%)
R 82 of 346 ~ 23.7%
G 157 of 346 ~ 45.38%
B 107 of 346 ~ 30.92'%

%23.7
%45.38
%30.92

CMYK color model

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

  • cyan value is 47.77%
  • magenta value is 0.00%
  • yellow value is 31.85%
  • 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
%31.85
%38.43

Codes

Color #529D6B in popluar color models

52 9D 6B
RGB 82 157 107
HSL 140° 31.38% 46.86%
HSB/HSV 140° 47.77% 61.57%
CMYK 47.77% 0.00% 31.85%
38.43%

Color #529D6B in popluar number systems.

HEX 52 9D 6B
Decimal 82 157 107
Binary 1010010 10011101 1101011
Octal 122 235 153

Shades and tints

Shades of #529D6B

#529D6B
(82,157,107)
#4B8F62
(75,143,98)
#448159
(68,129,89)
#3D7350
(61,115,80)
#366547
(54,101,71)
#2F573E
(47,87,62)
#284935
(40,73,53)
#213B2C
(33,59,44)
#1A2D23
(26,45,35)
#131F1A
(19,31,26)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #529D6B

#529D6B
(82,157,107)
#61A578
(97,165,120)
#70AD85
(112,173,133)
#7FB592
(127,181,146)
#8EBD9F
(142,189,159)
#9DC5AC
(157,197,172)
#ACCDB9
(172,205,185)
#BBD5C6
(187,213,198)
#CADDD3
(202,221,211)
#D9E5E0
(217,229,224)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #529D6B; }

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

This text font color is #529D6B.

Background Color

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

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

This div background color is #529D6B.

Border color

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

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

This div border color is #529D6B.

Opacity

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

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

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

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

This text has shadow with #529D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #529D6B.

Preview

Color preview on black background

This text has color #529D6B on black background.


Color preview on white background

This text has color #529D6B on white background.


Black color preview on #529D6B background

This text has black color on #529D6B background.


White color preview on #529D6B background

This text has white color on #529D6B background.


Related colors

Complementary color

Complementary color for #hex is #AD6294.


I love getcolorcode.com

Triadic colors

1 #6B529D and #9D6B52 with #529D6B are triadic colors.

2 #6B9D52 and #9D526B with #529D6B are triadic colors.