COLOR #527680

HEX: #527680
RGB: (82,118,128)

Color info

#527680 contains red, green and blue colors in about the same proportion. Web safe color of #527680 is #666666 (or #666).

RGB color model

#527680 color RGB value is (82,118,128).

  • red value is 82;
  • green value is 118;
  • blue value is 128.
RGB:
(82,118,128)
(32%,46%,50%)

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 128 of 255 = 50%

82
118
128

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

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 128 = 328 (100%)
R 82 of 328 ~ 25%
G 118 of 328 ~ 35.98%
B 128 of 328 ~ 39.02%

%25
%35.98
%39.02

CMYK color model

#527680 color CMYK value is (36,8,0,50).

  • cyan value is 35.94%
  • magenta value is 7.81%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(36,8,0,50)
C36M8Y0K50 
(36%,8%,0%,50%)
(0.36/0.08/0.00/0.50)	

CMYK percentages

%35.94
%7.81
%0
%49.8

Codes

Color #527680 in popluar color models

527680
RGB82118128
HSL193°21.90%41.18%
HSB/HSV193°35.94%50.20%
CMYK35.94%7.81%0.00%
49.80%

Color #527680 in popluar number systems.

HEX527680
Decimal82118128
Binary1010010111011010000000
Octal122166200

Shades and tints

Shades of #527680

#527680
(82,118,128)
#4B6C75
(75,108,117)
#44626A
(68,98,106)
#3D585F
(61,88,95)
#364E54
(54,78,84)
#2F4449
(47,68,73)
#283A3E
(40,58,62)
#213033
(33,48,51)
#1A2628
(26,38,40)
#131C1D
(19,28,29)
#0C1212
(12,18,18)
#000000
(0,0,0)

Tints of #527680

#527680
(82,118,128)
#61828B
(97,130,139)
#708E96
(112,142,150)
#7F9AA1
(127,154,161)
#8EA6AC
(142,166,172)
#9DB2B7
(157,178,183)
#ACBEC2
(172,190,194)
#BBCACD
(187,202,205)
#CAD6D8
(202,214,216)
#D9E2E3
(217,226,227)
#E8EEEE
(232,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527680 color. Also use rgb(82,118,128) instead hex code.

Text Font Color

.myTextColor { color: #527680; }

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

This text font color is #527680.


Background Color

.myBgColor { background-color: #527680; }

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

This div background color is #527680.


Border color

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

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

This div border color is #527680.


Opacity

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

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

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

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

This text has shadow with #527680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527680 on black background.


Color preview on white background

This text has color #527680 on white background.



Black color preview on #527680 background

This text has black color on #527680 background.


White color preview on #527680 background

This text has white color on #527680 background.