COLOR #528B66

HEX: #528B66
RGB: (82,139,102)

Color info

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

RGB color model

#528B66 color RGB value is (82,139,102).

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

RGB channels and saturation

R 82 of 255 = 32%
G 139 of 255 = 55%
B 102 of 255 = 40%

82
139
102

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

Portions of RGB colors in percentages

R + G + B =
82 + 139 + 102 = 323 (100%)
R 82 of 323 ~ 25.39%
G 139 of 323 ~ 43.03%
B 102 of 323 ~ 31.58%

%25.39
%43.03
%31.58

CMYK color model

#528B66 color CMYK value is (41,0,27,45).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 26.62%
  • key color value is 45.49%
CMYK:
(41,0,27,45)
C41M0Y27K45 
(41%,0%,27%,45%)
(0.41/0.00/0.27/0.45)	

CMYK percentages

%41.01
%0
%26.62
%45.49

Codes

Color #528B66 in popluar color models

528B66
RGB82139102
HSL141°25.79%43.33%
HSB/HSV141°41.01%54.51%
CMYK41.01%0.00%26.62%
45.49%

Color #528B66 in popluar number systems.

HEX528B66
Decimal82139102
Binary1010010100010111100110
Octal122213146

Shades and tints

Shades of #528B66

#528B66
(82,139,102)
#4B7F5D
(75,127,93)
#447354
(68,115,84)
#3D674B
(61,103,75)
#365B42
(54,91,66)
#2F4F39
(47,79,57)
#284330
(40,67,48)
#213727
(33,55,39)
#1A2B1E
(26,43,30)
#131F15
(19,31,21)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #528B66

#528B66
(82,139,102)
#619573
(97,149,115)
#709F80
(112,159,128)
#7FA98D
(127,169,141)
#8EB39A
(142,179,154)
#9DBDA7
(157,189,167)
#ACC7B4
(172,199,180)
#BBD1C1
(187,209,193)
#CADBCE
(202,219,206)
#D9E5DB
(217,229,219)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528B66; }

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

This text font color is #528B66.


Background Color

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

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

This div background color is #528B66.


Border color

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

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

This div border color is #528B66.


Opacity

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

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

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

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

This text has shadow with #528B66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528B66 on black background.


Color preview on white background

This text has color #528B66 on white background.



Black color preview on #528B66 background

This text has black color on #528B66 background.


White color preview on #528B66 background

This text has white color on #528B66 background.