COLOR #528429

HEX: #528429
RGB: (82,132,41)

Color info

#528429 contains mainly red and green colors. Web safe color of #528429 is #669933 (or #693).

RGB color model

#528429 color RGB value is (82,132,41).

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

RGB channels and saturation

R 82 of 255 = 32%
G 132 of 255 = 52%
B 41 of 255 = 16%

82
132
41

R + G + B ~ 33%. #528429 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 132 + 41 = 255 (100%)
R 82 of 255 ~ 32.16%
G 132 of 255 ~ 51.76%
B 41 of 255 ~ 16.08%

%32.16
%51.76
%16.08

CMYK color model

#528429 color CMYK value is (38,0,69,48).

  • cyan value is 37.88%
  • magenta value is 0.00%
  • yellow value is 68.94%
  • key color value is 48.24%
CMYK:
(38,0,69,48)
C38M0Y69K48 
(38%,0%,69%,48%)
(0.38/0.00/0.69/0.48)	

CMYK percentages

%37.88
%0
%68.94
%48.24

Codes

Color #528429 in popluar color models

528429
RGB8213241
HSL93°52.60%33.92%
HSB/HSV93°68.94%51.76%
CMYK37.88%0.00%68.94%
48.24%

Color #528429 in popluar number systems.

HEX528429
Decimal8213241
Binary101001010000100101001
Octal12220451

Shades and tints

Shades of #528429

#528429
(82,132,41)
#4B7826
(75,120,38)
#446C23
(68,108,35)
#3D6020
(61,96,32)
#36541D
(54,84,29)
#2F481A
(47,72,26)
#283C17
(40,60,23)
#213014
(33,48,20)
#1A2411
(26,36,17)
#13180E
(19,24,14)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #528429

#528429
(82,132,41)
#618F3C
(97,143,60)
#709A4F
(112,154,79)
#7FA562
(127,165,98)
#8EB075
(142,176,117)
#9DBB88
(157,187,136)
#ACC69B
(172,198,155)
#BBD1AE
(187,209,174)
#CADCC1
(202,220,193)
#D9E7D4
(217,231,212)
#E8F2E7
(232,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528429; }

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

This text font color is #528429.


Background Color

.myBgColor { background-color: #528429; }

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

This div background color is #528429.


Border color

.myBorderColor { border: 1px solid #528429; }

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

This div border color is #528429.


Opacity

.myOpacity80 { color: #528429; opacity: 0.8; }

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

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

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

This text has shadow with #528429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528429 on black background.


Color preview on white background

This text has color #528429 on white background.



Black color preview on #528429 background

This text has black color on #528429 background.


White color preview on #528429 background

This text has white color on #528429 background.