COLOR #529D2D

HEX: #529D2D RGB: (82,157,45)

Color info

#529D2D contains mainly green color. Web safe color of #529D2D is #669933 (or #693).

RGB color model

#529D2D color RGB value is (82,157,45).

RGB: (82,157,45) (32%, 62%, 18%)

RGB channels and saturation

R 82 of 255 = 32%
G 157 of 255 = 62%
B 45 of 255 = 18%

82
157
45

R + G + B ~ 37%. #529D2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 157 + 45 = 284 (100%)
R 82 of 284 ~ 28.87%
G 157 of 284 ~ 55.28%
B 45 of 284 ~ 15.85'%

%28.87
%55.28
%15.85

CMYK color model

#529D2D color CMYK value is (48,0,71,38).

  • cyan value is 47.77%
  • magenta value is 0.00%
  • yellow value is 71.34%
  • key color value is 38.43%

CMYK: (48,0,71,38)
C48M0Y71K38 (48%, 0%, 71%, 38%)
(0.48 / 0.00 / 0.71 / 0.38)

CMYK percentages

%47.77
%0
%71.34
%38.43

Codes

Color #529D2D in popluar color models

52 9D 2D
RGB 82 157 45
HSL 100° 55.45% 39.61%
HSB/HSV 100° 71.34% 61.57%
CMYK 47.77% 0.00% 71.34%
38.43%

Color #529D2D in popluar number systems.

HEX 52 9D 2D
Decimal 82 157 45
Binary 1010010 10011101 101101
Octal 122 235 55

Shades and tints

Shades of #529D2D

#529D2D
(82,157,45)
#4B8F29
(75,143,41)
#448125
(68,129,37)
#3D7321
(61,115,33)
#36651D
(54,101,29)
#2F5719
(47,87,25)
#284915
(40,73,21)
#213B11
(33,59,17)
#1A2D0D
(26,45,13)
#131F09
(19,31,9)
#0C1105
(12,17,5)
#000000
(0,0,0)

Tints of #529D2D

#529D2D
(82,157,45)
#61A540
(97,165,64)
#70AD53
(112,173,83)
#7FB566
(127,181,102)
#8EBD79
(142,189,121)
#9DC58C
(157,197,140)
#ACCD9F
(172,205,159)
#BBD5B2
(187,213,178)
#CADDC5
(202,221,197)
#D9E5D8
(217,229,216)
#E8EDEB
(232,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #529D2D; }

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

This text font color is #529D2D.

Background Color

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

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

This div background color is #529D2D.

Border color

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

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

This div border color is #529D2D.

Opacity

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

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

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

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

This text has shadow with #529D2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #529D2D.

Preview

Color preview on black background

This text has color #529D2D on black background.


Color preview on white background

This text has color #529D2D on white background.


Black color preview on #529D2D background

This text has black color on #529D2D background.


White color preview on #529D2D background

This text has white color on #529D2D background.


Related colors

Complementary color

Complementary color for #hex is #AD62D2.


I love getcolorcode.com

Triadic colors

1 #2D529D and #9D2D52 with #529D2D are triadic colors.

2 #2D9D52 and #9D522D with #529D2D are triadic colors.