COLOR #528D3F

HEX: #528D3F
RGB: (82,141,63)

Color info

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

RGB color model

#528D3F color RGB value is (82,141,63).

  • red value is 82;
  • green value is 141;
  • blue value is 63.
RGB:
(82,141,63)
(32%,55%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 141 of 255 = 55%
B 63 of 255 = 25%

82
141
63

R + G + B ~ 37%. #528D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 141 + 63 = 286 (100%)
R 82 of 286 ~ 28.67%
G 141 of 286 ~ 49.3%
B 63 of 286 ~ 22.03%

%28.67
%49.3
%22.03

CMYK color model

#528D3F color CMYK value is (42,0,55,45).

  • cyan value is 41.84%
  • magenta value is 0.00%
  • yellow value is 55.32%
  • key color value is 44.71%
CMYK:
(42,0,55,45)
C42M0Y55K45 
(42%,0%,55%,45%)
(0.42/0.00/0.55/0.45)	

CMYK percentages

%41.84
%0
%55.32
%44.71

Codes

Color #528D3F in popluar color models

528D3F
RGB8214163
HSL105°38.24%40.00%
HSB/HSV105°55.32%55.29%
CMYK41.84%0.00%55.32%
44.71%

Color #528D3F in popluar number systems.

HEX528D3F
Decimal8214163
Binary101001010001101111111
Octal12221577

Shades and tints

Shades of #528D3F

#528D3F
(82,141,63)
#4B813A
(75,129,58)
#447535
(68,117,53)
#3D6930
(61,105,48)
#365D2B
(54,93,43)
#2F5126
(47,81,38)
#284521
(40,69,33)
#21391C
(33,57,28)
#1A2D17
(26,45,23)
#132112
(19,33,18)
#0C150D
(12,21,13)
#000000
(0,0,0)

Tints of #528D3F

#528D3F
(82,141,63)
#619750
(97,151,80)
#70A161
(112,161,97)
#7FAB72
(127,171,114)
#8EB583
(142,181,131)
#9DBF94
(157,191,148)
#ACC9A5
(172,201,165)
#BBD3B6
(187,211,182)
#CADDC7
(202,221,199)
#D9E7D8
(217,231,216)
#E8F1E9
(232,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528D3F color. Also use rgb(82,141,63) instead hex code.

Text Font Color

.myTextColor { color: #528D3F; }

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

This text font color is #528D3F.


Background Color

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

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

This div background color is #528D3F.


Border color

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

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

This div border color is #528D3F.


Opacity

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

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

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

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

This text has shadow with #528D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528D3F on black background.


Color preview on white background

This text has color #528D3F on white background.



Black color preview on #528D3F background

This text has black color on #528D3F background.


White color preview on #528D3F background

This text has white color on #528D3F background.