COLOR #528256

HEX: #528256
RGB: (82,130,86)

Color info

#528256 contains red, green and blue colors in about the same proportion. Web safe color of #528256 is #669966 (or #696).

RGB color model

#528256 color RGB value is (82,130,86).

  • red value is 82;
  • green value is 130;
  • blue value is 86.
RGB:
(82,130,86)
(32%,51%,34%)

RGB channels and saturation

R 82 of 255 = 32%
G 130 of 255 = 51%
B 86 of 255 = 34%

82
130
86

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

Portions of RGB colors in percentages

R + G + B =
82 + 130 + 86 = 298 (100%)
R 82 of 298 ~ 27.52%
G 130 of 298 ~ 43.62%
B 86 of 298 ~ 28.86%

%27.52
%43.62
%28.86

CMYK color model

#528256 color CMYK value is (37,0,34,49).

  • cyan value is 36.92%
  • magenta value is 0.00%
  • yellow value is 33.85%
  • key color value is 49.02%
CMYK:
(37,0,34,49)
C37M0Y34K49 
(37%,0%,34%,49%)
(0.37/0.00/0.34/0.49)	

CMYK percentages

%36.92
%0
%33.85
%49.02

Codes

Color #528256 in popluar color models

528256
RGB8213086
HSL125°22.64%41.57%
HSB/HSV125°36.92%50.98%
CMYK36.92%0.00%33.85%
49.02%

Color #528256 in popluar number systems.

HEX528256
Decimal8213086
Binary1010010100000101010110
Octal122202126

Shades and tints

Shades of #528256

#528256
(82,130,86)
#4B774F
(75,119,79)
#446C48
(68,108,72)
#3D6141
(61,97,65)
#36563A
(54,86,58)
#2F4B33
(47,75,51)
#28402C
(40,64,44)
#213525
(33,53,37)
#1A2A1E
(26,42,30)
#131F17
(19,31,23)
#0C1410
(12,20,16)
#000000
(0,0,0)

Tints of #528256

#528256
(82,130,86)
#618D65
(97,141,101)
#709874
(112,152,116)
#7FA383
(127,163,131)
#8EAE92
(142,174,146)
#9DB9A1
(157,185,161)
#ACC4B0
(172,196,176)
#BBCFBF
(187,207,191)
#CADACE
(202,218,206)
#D9E5DD
(217,229,221)
#E8F0EC
(232,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528256 color. Also use rgb(82,130,86) instead hex code.

Text Font Color

.myTextColor { color: #528256; }

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

This text font color is #528256.


Background Color

.myBgColor { background-color: #528256; }

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

This div background color is #528256.


Border color

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

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

This div border color is #528256.


Opacity

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

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

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

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

This text has shadow with #528256 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528256 on black background.


Color preview on white background

This text has color #528256 on white background.



Black color preview on #528256 background

This text has black color on #528256 background.


White color preview on #528256 background

This text has white color on #528256 background.