COLOR #528B2D

HEX: #528B2D
RGB: (82,139,45)

Color info

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

RGB color model

#528B2D color RGB value is (82,139,45).

  • red value is 82;
  • green value is 139;
  • blue value is 45.
RGB:
(82,139,45)
(32%,55%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 139 of 255 = 55%
B 45 of 255 = 18%

82
139
45

R + G + B ~ 35%. #528B2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 139 + 45 = 266 (100%)
R 82 of 266 ~ 30.83%
G 139 of 266 ~ 52.26%
B 45 of 266 ~ 16.92%

%30.83
%52.26
%16.92

CMYK color model

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

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 67.63%
  • key color value is 45.49%
CMYK:
(41,0,68,45)
C41M0Y68K45 
(41%,0%,68%,45%)
(0.41/0.00/0.68/0.45)	

CMYK percentages

%41.01
%0
%67.63
%45.49

Codes

Color #528B2D in popluar color models

528B2D
RGB8213945
HSL96°51.09%36.08%
HSB/HSV96°67.63%54.51%
CMYK41.01%0.00%67.63%
45.49%

Color #528B2D in popluar number systems.

HEX528B2D
Decimal8213945
Binary101001010001011101101
Octal12221355

Shades and tints

Shades of #528B2D

#528B2D
(82,139,45)
#4B7F29
(75,127,41)
#447325
(68,115,37)
#3D6721
(61,103,33)
#365B1D
(54,91,29)
#2F4F19
(47,79,25)
#284315
(40,67,21)
#213711
(33,55,17)
#1A2B0D
(26,43,13)
#131F09
(19,31,9)
#0C1305
(12,19,5)
#000000
(0,0,0)

Tints of #528B2D

#528B2D
(82,139,45)
#619540
(97,149,64)
#709F53
(112,159,83)
#7FA966
(127,169,102)
#8EB379
(142,179,121)
#9DBD8C
(157,189,140)
#ACC79F
(172,199,159)
#BBD1B2
(187,209,178)
#CADBC5
(202,219,197)
#D9E5D8
(217,229,216)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528B2D color. Also use rgb(82,139,45) instead hex code.

Text Font Color

.myTextColor { color: #528B2D; }

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

This text font color is #528B2D.


Background Color

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

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

This div background color is #528B2D.


Border color

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

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

This div border color is #528B2D.


Opacity

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

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

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

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

This text has shadow with #528B2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528B2D on black background.


Color preview on white background

This text has color #528B2D on white background.



Black color preview on #528B2D background

This text has black color on #528B2D background.


White color preview on #528B2D background

This text has white color on #528B2D background.