COLOR #528650

HEX: #528650
RGB: (82,134,80)

Color info

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

RGB color model

#528650 color RGB value is (82,134,80).

  • red value is 82;
  • green value is 134;
  • blue value is 80.
RGB:
(82,134,80)
(32%,53%,31%)

RGB channels and saturation

R 82 of 255 = 32%
G 134 of 255 = 53%
B 80 of 255 = 31%

82
134
80

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

Portions of RGB colors in percentages

R + G + B =
82 + 134 + 80 = 296 (100%)
R 82 of 296 ~ 27.7%
G 134 of 296 ~ 45.27%
B 80 of 296 ~ 27.03%

%27.7
%45.27
%27.03

CMYK color model

#528650 color CMYK value is (39,0,40,47).

  • cyan value is 38.81%
  • magenta value is 0.00%
  • yellow value is 40.30%
  • key color value is 47.45%
CMYK:
(39,0,40,47)
C39M0Y40K47 
(39%,0%,40%,47%)
(0.39/0.00/0.40/0.47)	

CMYK percentages

%38.81
%0
%40.3
%47.45

Codes

Color #528650 in popluar color models

528650
RGB8213480
HSL118°25.23%41.96%
HSB/HSV118°40.30%52.55%
CMYK38.81%0.00%40.30%
47.45%

Color #528650 in popluar number systems.

HEX528650
Decimal8213480
Binary1010010100001101010000
Octal122206120

Shades and tints

Shades of #528650

#528650
(82,134,80)
#4B7A49
(75,122,73)
#446E42
(68,110,66)
#3D623B
(61,98,59)
#365634
(54,86,52)
#2F4A2D
(47,74,45)
#283E26
(40,62,38)
#21321F
(33,50,31)
#1A2618
(26,38,24)
#131A11
(19,26,17)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #528650

#528650
(82,134,80)
#61915F
(97,145,95)
#709C6E
(112,156,110)
#7FA77D
(127,167,125)
#8EB28C
(142,178,140)
#9DBD9B
(157,189,155)
#ACC8AA
(172,200,170)
#BBD3B9
(187,211,185)
#CADEC8
(202,222,200)
#D9E9D7
(217,233,215)
#E8F4E6
(232,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528650 color. Also use rgb(82,134,80) instead hex code.

Text Font Color

.myTextColor { color: #528650; }

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

This text font color is #528650.


Background Color

.myBgColor { background-color: #528650; }

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

This div background color is #528650.


Border color

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

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

This div border color is #528650.


Opacity

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

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

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

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

This text has shadow with #528650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528650 on black background.


Color preview on white background

This text has color #528650 on white background.



Black color preview on #528650 background

This text has black color on #528650 background.


White color preview on #528650 background

This text has white color on #528650 background.