COLOR #528B64

HEX: #528B64
RGB: (82,139,100)

Color info

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

RGB color model

#528B64 color RGB value is (82,139,100).

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

RGB channels and saturation

R 82 of 255 = 32%
G 139 of 255 = 55%
B 100 of 255 = 39%

82
139
100

R + G + B ~ 42%. #528B64 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 139 + 100 = 321 (100%)
R 82 of 321 ~ 25.55%
G 139 of 321 ~ 43.3%
B 100 of 321 ~ 31.15%

%25.55
%43.3
%31.15

CMYK color model

#528B64 color CMYK value is (41,0,28,45).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 45.49%
CMYK:
(41,0,28,45)
C41M0Y28K45 
(41%,0%,28%,45%)
(0.41/0.00/0.28/0.45)	

CMYK percentages

%41.01
%0
%28.06
%45.49

Codes

Color #528B64 in popluar color models

528B64
RGB82139100
HSL139°25.79%43.33%
HSB/HSV139°41.01%54.51%
CMYK41.01%0.00%28.06%
45.49%

Color #528B64 in popluar number systems.

HEX528B64
Decimal82139100
Binary1010010100010111100100
Octal122213144

Shades and tints

Shades of #528B64

#528B64
(82,139,100)
#4B7F5B
(75,127,91)
#447352
(68,115,82)
#3D6749
(61,103,73)
#365B40
(54,91,64)
#2F4F37
(47,79,55)
#28432E
(40,67,46)
#213725
(33,55,37)
#1A2B1C
(26,43,28)
#131F13
(19,31,19)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #528B64

#528B64
(82,139,100)
#619572
(97,149,114)
#709F80
(112,159,128)
#7FA98E
(127,169,142)
#8EB39C
(142,179,156)
#9DBDAA
(157,189,170)
#ACC7B8
(172,199,184)
#BBD1C6
(187,209,198)
#CADBD4
(202,219,212)
#D9E5E2
(217,229,226)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528B64; }

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

This text font color is #528B64.


Background Color

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

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

This div background color is #528B64.


Border color

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

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

This div border color is #528B64.


Opacity

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

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

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

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

This text has shadow with #528B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528B64 on black background.


Color preview on white background

This text has color #528B64 on white background.



Black color preview on #528B64 background

This text has black color on #528B64 background.


White color preview on #528B64 background

This text has white color on #528B64 background.