COLOR #528182

HEX: #528182
RGB: (82,129,130)

Color info

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

RGB color model

#528182 color RGB value is (82,129,130).

  • red value is 82;
  • green value is 129;
  • blue value is 130.
RGB:
(82,129,130)
(32%,51%,51%)

RGB channels and saturation

R 82 of 255 = 32%
G 129 of 255 = 51%
B 130 of 255 = 51%

82
129
130

R + G + B ~ 45%. #528182 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 129 + 130 = 341 (100%)
R 82 of 341 ~ 24.05%
G 129 of 341 ~ 37.83%
B 130 of 341 ~ 38.12%

%24.05
%37.83
%38.12

CMYK color model

#528182 color CMYK value is (37,1,0,49).

  • cyan value is 36.92%
  • magenta value is 0.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(37,1,0,49)
C37M1Y0K49 
(37%,1%,0%,49%)
(0.37/0.01/0.00/0.49)	

CMYK percentages

%36.92
%0.77
%0
%49.02

Codes

Color #528182 in popluar color models

528182
RGB82129130
HSL181°22.64%41.57%
HSB/HSV181°36.92%50.98%
CMYK36.92%0.77%0.00%
49.02%

Color #528182 in popluar number systems.

HEX528182
Decimal82129130
Binary10100101000000110000010
Octal122201202

Shades and tints

Shades of #528182

#528182
(82,129,130)
#4B7677
(75,118,119)
#446B6C
(68,107,108)
#3D6061
(61,96,97)
#365556
(54,85,86)
#2F4A4B
(47,74,75)
#283F40
(40,63,64)
#213435
(33,52,53)
#1A292A
(26,41,42)
#131E1F
(19,30,31)
#0C1314
(12,19,20)
#000000
(0,0,0)

Tints of #528182

#528182
(82,129,130)
#618C8D
(97,140,141)
#709798
(112,151,152)
#7FA2A3
(127,162,163)
#8EADAE
(142,173,174)
#9DB8B9
(157,184,185)
#ACC3C4
(172,195,196)
#BBCECF
(187,206,207)
#CAD9DA
(202,217,218)
#D9E4E5
(217,228,229)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528182 color. Also use rgb(82,129,130) instead hex code.

Text Font Color

.myTextColor { color: #528182; }

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

This text font color is #528182.


Background Color

.myBgColor { background-color: #528182; }

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

This div background color is #528182.


Border color

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

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

This div border color is #528182.


Opacity

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

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

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

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

This text has shadow with #528182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528182 on black background.


Color preview on white background

This text has color #528182 on white background.



Black color preview on #528182 background

This text has black color on #528182 background.


White color preview on #528182 background

This text has white color on #528182 background.