COLOR #528C46

HEX: #528C46
RGB: (82,140,70)

Color info

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

RGB color model

#528C46 color RGB value is (82,140,70).

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

RGB channels and saturation

R 82 of 255 = 32%
G 140 of 255 = 55%
B 70 of 255 = 27%

82
140
70

R + G + B ~ 38%. #528C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 140 + 70 = 292 (100%)
R 82 of 292 ~ 28.08%
G 140 of 292 ~ 47.95%
B 70 of 292 ~ 23.97%

%28.08
%47.95
%23.97

CMYK color model

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

  • cyan value is 41.43%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 45.10%
CMYK:
(41,0,50,45)
C41M0Y50K45 
(41%,0%,50%,45%)
(0.41/0.00/0.50/0.45)	

CMYK percentages

%41.43
%0
%50
%45.1

Codes

Color #528C46 in popluar color models

528C46
RGB8214070
HSL110°33.33%41.18%
HSB/HSV110°50.00%54.90%
CMYK41.43%0.00%50.00%
45.10%

Color #528C46 in popluar number systems.

HEX528C46
Decimal8214070
Binary1010010100011001000110
Octal122214106

Shades and tints

Shades of #528C46

#528C46
(82,140,70)
#4B8040
(75,128,64)
#44743A
(68,116,58)
#3D6834
(61,104,52)
#365C2E
(54,92,46)
#2F5028
(47,80,40)
#284422
(40,68,34)
#21381C
(33,56,28)
#1A2C16
(26,44,22)
#132010
(19,32,16)
#0C140A
(12,20,10)
#000000
(0,0,0)

Tints of #528C46

#528C46
(82,140,70)
#619656
(97,150,86)
#70A066
(112,160,102)
#7FAA76
(127,170,118)
#8EB486
(142,180,134)
#9DBE96
(157,190,150)
#ACC8A6
(172,200,166)
#BBD2B6
(187,210,182)
#CADCC6
(202,220,198)
#D9E6D6
(217,230,214)
#E8F0E6
(232,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528C46; }

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

This text font color is #528C46.


Background Color

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

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

This div background color is #528C46.


Border color

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

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

This div border color is #528C46.


Opacity

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

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

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

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

This text has shadow with #528C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528C46 on black background.


Color preview on white background

This text has color #528C46 on white background.



Black color preview on #528C46 background

This text has black color on #528C46 background.


White color preview on #528C46 background

This text has white color on #528C46 background.