COLOR #528D8A

HEX: #528D8A
RGB: (82,141,138)

Color info

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

RGB color model

#528D8A color RGB value is (82,141,138).

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

RGB channels and saturation

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

82
141
138

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

Portions of RGB colors in percentages

R + G + B =
82 + 141 + 138 = 361 (100%)
R 82 of 361 ~ 22.71%
G 141 of 361 ~ 39.06%
B 138 of 361 ~ 38.23%

%22.71
%39.06
%38.23

CMYK color model

#528D8A color CMYK value is (42,0,2,45).

  • cyan value is 41.84%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 44.71%
CMYK:
(42,0,2,45)
C42M0Y2K45 
(42%,0%,2%,45%)
(0.42/0.00/0.02/0.45)	

CMYK percentages

%41.84
%0
%2.13
%44.71

Codes

Color #528D8A in popluar color models

528D8A
RGB82141138
HSL177°26.46%43.73%
HSB/HSV177°41.84%55.29%
CMYK41.84%0.00%2.13%
44.71%

Color #528D8A in popluar number systems.

HEX528D8A
Decimal82141138
Binary10100101000110110001010
Octal122215212

Shades and tints

Shades of #528D8A

#528D8A
(82,141,138)
#4B817E
(75,129,126)
#447572
(68,117,114)
#3D6966
(61,105,102)
#365D5A
(54,93,90)
#2F514E
(47,81,78)
#284542
(40,69,66)
#213936
(33,57,54)
#1A2D2A
(26,45,42)
#13211E
(19,33,30)
#0C1512
(12,21,18)
#000000
(0,0,0)

Tints of #528D8A

#528D8A
(82,141,138)
#619794
(97,151,148)
#70A19E
(112,161,158)
#7FABA8
(127,171,168)
#8EB5B2
(142,181,178)
#9DBFBC
(157,191,188)
#ACC9C6
(172,201,198)
#BBD3D0
(187,211,208)
#CADDDA
(202,221,218)
#D9E7E4
(217,231,228)
#E8F1EE
(232,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528D8A; }

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

This text font color is #528D8A.


Background Color

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

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

This div background color is #528D8A.


Border color

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

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

This div border color is #528D8A.


Opacity

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

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

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

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

This text has shadow with #528D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528D8A on black background.


Color preview on white background

This text has color #528D8A on white background.



Black color preview on #528D8A background

This text has black color on #528D8A background.


White color preview on #528D8A background

This text has white color on #528D8A background.