COLOR #527186

HEX: #527186
RGB: (82,113,134)

Color info

#527186 contains red, green and blue colors in about the same proportion. Web safe color of #527186 is #666699 (or #669).

RGB color model

#527186 color RGB value is (82,113,134).

  • red value is 82;
  • green value is 113;
  • blue value is 134.
RGB:
(82,113,134)
(32%,44%,53%)

RGB channels and saturation

R 82 of 255 = 32%
G 113 of 255 = 44%
B 134 of 255 = 53%

82
113
134

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

Portions of RGB colors in percentages

R + G + B =
82 + 113 + 134 = 329 (100%)
R 82 of 329 ~ 24.92%
G 113 of 329 ~ 34.35%
B 134 of 329 ~ 40.73%

%24.92
%34.35
%40.73

CMYK color model

#527186 color CMYK value is (39,16,0,47).

  • cyan value is 38.81%
  • magenta value is 15.67%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(39,16,0,47)
C39M16Y0K47 
(39%,16%,0%,47%)
(0.39/0.16/0.00/0.47)	

CMYK percentages

%38.81
%15.67
%0
%47.45

Codes

Color #527186 in popluar color models

527186
RGB82113134
HSL204°24.07%42.35%
HSB/HSV204°38.81%52.55%
CMYK38.81%15.67%0.00%
47.45%

Color #527186 in popluar number systems.

HEX527186
Decimal82113134
Binary1010010111000110000110
Octal122161206

Shades and tints

Shades of #527186

#527186
(82,113,134)
#4B677A
(75,103,122)
#445D6E
(68,93,110)
#3D5362
(61,83,98)
#364956
(54,73,86)
#2F3F4A
(47,63,74)
#28353E
(40,53,62)
#212B32
(33,43,50)
#1A2126
(26,33,38)
#13171A
(19,23,26)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #527186

#527186
(82,113,134)
#617D91
(97,125,145)
#70899C
(112,137,156)
#7F95A7
(127,149,167)
#8EA1B2
(142,161,178)
#9DADBD
(157,173,189)
#ACB9C8
(172,185,200)
#BBC5D3
(187,197,211)
#CAD1DE
(202,209,222)
#D9DDE9
(217,221,233)
#E8E9F4
(232,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527186 color. Also use rgb(82,113,134) instead hex code.

Text Font Color

.myTextColor { color: #527186; }

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

This text font color is #527186.


Background Color

.myBgColor { background-color: #527186; }

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

This div background color is #527186.


Border color

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

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

This div border color is #527186.


Opacity

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

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

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

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

This text has shadow with #527186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527186 on black background.


Color preview on white background

This text has color #527186 on white background.



Black color preview on #527186 background

This text has black color on #527186 background.


White color preview on #527186 background

This text has white color on #527186 background.