COLOR #528C8A

HEX: #528C8A
RGB: (82,140,138)

Color info

#528C8A contains red, green and blue colors in about the same proportion. Web safe color of #528C8A is #669999 (or #699).

RGB color model

#528C8A color RGB value is (82,140,138).

  • red value is 82;
  • green value is 140;
  • blue value is 138.
RGB:
(82,140,138)
(32%,55%,54%)

RGB channels and saturation

R 82 of 255 = 32%
G 140 of 255 = 55%
B 138 of 255 = 54%

82
140
138

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

Portions of RGB colors in percentages

R + G + B =
82 + 140 + 138 = 360 (100%)
R 82 of 360 ~ 22.78%
G 140 of 360 ~ 38.89%
B 138 of 360 ~ 38.33%

%22.78
%38.89
%38.33

CMYK color model

#528C8A color CMYK value is (41,0,1,45).

  • cyan value is 41.43%
  • magenta value is 0.00%
  • yellow value is 1.43%
  • key color value is 45.10%
CMYK:
(41,0,1,45)
C41M0Y1K45 
(41%,0%,1%,45%)
(0.41/0.00/0.01/0.45)	

CMYK percentages

%41.43
%0
%1.43
%45.1

Codes

Color #528C8A in popluar color models

528C8A
RGB82140138
HSL178°26.13%43.53%
HSB/HSV178°41.43%54.90%
CMYK41.43%0.00%1.43%
45.10%

Color #528C8A in popluar number systems.

HEX528C8A
Decimal82140138
Binary10100101000110010001010
Octal122214212

Shades and tints

Shades of #528C8A

#528C8A
(82,140,138)
#4B807E
(75,128,126)
#447472
(68,116,114)
#3D6866
(61,104,102)
#365C5A
(54,92,90)
#2F504E
(47,80,78)
#284442
(40,68,66)
#213836
(33,56,54)
#1A2C2A
(26,44,42)
#13201E
(19,32,30)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #528C8A

#528C8A
(82,140,138)
#619694
(97,150,148)
#70A09E
(112,160,158)
#7FAAA8
(127,170,168)
#8EB4B2
(142,180,178)
#9DBEBC
(157,190,188)
#ACC8C6
(172,200,198)
#BBD2D0
(187,210,208)
#CADCDA
(202,220,218)
#D9E6E4
(217,230,228)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528C8A color. Also use rgb(82,140,138) instead hex code.

Text Font Color

.myTextColor { color: #528C8A; }

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

This text font color is #528C8A.


Background Color

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

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

This div background color is #528C8A.


Border color

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

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

This div border color is #528C8A.


Opacity

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

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

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

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

This text has shadow with #528C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528C8A on black background.


Color preview on white background

This text has color #528C8A on white background.



Black color preview on #528C8A background

This text has black color on #528C8A background.


White color preview on #528C8A background

This text has white color on #528C8A background.