COLOR #528C4D

HEX: #528C4D
RGB: (82,140,77)

Color info

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

RGB color model

#528C4D color RGB value is (82,140,77).

  • red value is 82;
  • green value is 140;
  • blue value is 77.
RGB:
(82,140,77)
(32%,55%,30%)

RGB channels and saturation

R 82 of 255 = 32%
G 140 of 255 = 55%
B 77 of 255 = 30%

82
140
77

R + G + B ~ 39%. #528C4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 140 + 77 = 299 (100%)
R 82 of 299 ~ 27.42%
G 140 of 299 ~ 46.82%
B 77 of 299 ~ 25.75%

%27.42
%46.82
%25.75

CMYK color model

#528C4D color CMYK value is (41,0,45,45).

  • cyan value is 41.43%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 45.10%
CMYK:
(41,0,45,45)
C41M0Y45K45 
(41%,0%,45%,45%)
(0.41/0.00/0.45/0.45)	

CMYK percentages

%41.43
%0
%45
%45.1

Codes

Color #528C4D in popluar color models

528C4D
RGB8214077
HSL115°29.03%42.55%
HSB/HSV115°45.00%54.90%
CMYK41.43%0.00%45.00%
45.10%

Color #528C4D in popluar number systems.

HEX528C4D
Decimal8214077
Binary1010010100011001001101
Octal122214115

Shades and tints

Shades of #528C4D

#528C4D
(82,140,77)
#4B8046
(75,128,70)
#44743F
(68,116,63)
#3D6838
(61,104,56)
#365C31
(54,92,49)
#2F502A
(47,80,42)
#284423
(40,68,35)
#21381C
(33,56,28)
#1A2C15
(26,44,21)
#13200E
(19,32,14)
#0C1407
(12,20,7)
#000000
(0,0,0)

Tints of #528C4D

#528C4D
(82,140,77)
#61965D
(97,150,93)
#70A06D
(112,160,109)
#7FAA7D
(127,170,125)
#8EB48D
(142,180,141)
#9DBE9D
(157,190,157)
#ACC8AD
(172,200,173)
#BBD2BD
(187,210,189)
#CADCCD
(202,220,205)
#D9E6DD
(217,230,221)
#E8F0ED
(232,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528C4D color. Also use rgb(82,140,77) instead hex code.

Text Font Color

.myTextColor { color: #528C4D; }

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

This text font color is #528C4D.


Background Color

.myBgColor { background-color: #528C4D; }

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

This div background color is #528C4D.


Border color

.myBorderColor { border: 1px solid #528C4D; }

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

This div border color is #528C4D.


Opacity

.myOpacity80 { color: #528C4D; opacity: 0.8; }

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

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

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

This text has shadow with #528C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528C4D on black background.


Color preview on white background

This text has color #528C4D on white background.



Black color preview on #528C4D background

This text has black color on #528C4D background.


White color preview on #528C4D background

This text has white color on #528C4D background.