COLOR #528356

HEX: #528356
RGB: (82,131,86)

Color info

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

RGB color model

#528356 color RGB value is (82,131,86).

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

RGB channels and saturation

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

82
131
86

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

Portions of RGB colors in percentages

R + G + B =
82 + 131 + 86 = 299 (100%)
R 82 of 299 ~ 27.42%
G 131 of 299 ~ 43.81%
B 86 of 299 ~ 28.76%

%27.42
%43.81
%28.76

CMYK color model

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

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

CMYK percentages

%37.4
%0
%34.35
%48.63

Codes

Color #528356 in popluar color models

528356
RGB8213186
HSL125°23.00%41.76%
HSB/HSV125°37.40%51.37%
CMYK37.40%0.00%34.35%
48.63%

Color #528356 in popluar number systems.

HEX528356
Decimal8213186
Binary1010010100000111010110
Octal122203126

Shades and tints

Shades of #528356

#528356
(82,131,86)
#4B784F
(75,120,79)
#446D48
(68,109,72)
#3D6241
(61,98,65)
#36573A
(54,87,58)
#2F4C33
(47,76,51)
#28412C
(40,65,44)
#213625
(33,54,37)
#1A2B1E
(26,43,30)
#132017
(19,32,23)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #528356

#528356
(82,131,86)
#618E65
(97,142,101)
#709974
(112,153,116)
#7FA483
(127,164,131)
#8EAF92
(142,175,146)
#9DBAA1
(157,186,161)
#ACC5B0
(172,197,176)
#BBD0BF
(187,208,191)
#CADBCE
(202,219,206)
#D9E6DD
(217,230,221)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528356; }

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

This text font color is #528356.


Background Color

.myBgColor { background-color: #528356; }

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

This div background color is #528356.


Border color

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

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

This div border color is #528356.


Opacity

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

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

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

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

This text has shadow with #528356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528356 on black background.


Color preview on white background

This text has color #528356 on white background.



Black color preview on #528356 background

This text has black color on #528356 background.


White color preview on #528356 background

This text has white color on #528356 background.