COLOR #527679

HEX: #527679
RGB: (82,118,121)

Color info

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

RGB color model

#527679 color RGB value is (82,118,121).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 121 of 255 = 47%

82
118
121

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

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 121 = 321 (100%)
R 82 of 321 ~ 25.55%
G 118 of 321 ~ 36.76%
B 121 of 321 ~ 37.69%

%25.55
%36.76
%37.69

CMYK color model

#527679 color CMYK value is (32,2,0,53).

  • cyan value is 32.23%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(32,2,0,53)
C32M2Y0K53 
(32%,2%,0%,53%)
(0.32/0.02/0.00/0.53)	

CMYK percentages

%32.23
%2.48
%0
%52.55

Codes

Color #527679 in popluar color models

527679
RGB82118121
HSL185°19.21%39.80%
HSB/HSV185°32.23%47.45%
CMYK32.23%2.48%0.00%
52.55%

Color #527679 in popluar number systems.

HEX527679
Decimal82118121
Binary101001011101101111001
Octal122166171

Shades and tints

Shades of #527679

#527679
(82,118,121)
#4B6C6E
(75,108,110)
#446263
(68,98,99)
#3D5858
(61,88,88)
#364E4D
(54,78,77)
#2F4442
(47,68,66)
#283A37
(40,58,55)
#21302C
(33,48,44)
#1A2621
(26,38,33)
#131C16
(19,28,22)
#0C120B
(12,18,11)
#000000
(0,0,0)

Tints of #527679

#527679
(82,118,121)
#618285
(97,130,133)
#708E91
(112,142,145)
#7F9A9D
(127,154,157)
#8EA6A9
(142,166,169)
#9DB2B5
(157,178,181)
#ACBEC1
(172,190,193)
#BBCACD
(187,202,205)
#CAD6D9
(202,214,217)
#D9E2E5
(217,226,229)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527679; }

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

This text font color is #527679.


Background Color

.myBgColor { background-color: #527679; }

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

This div background color is #527679.


Border color

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

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

This div border color is #527679.


Opacity

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

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

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

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

This text has shadow with #527679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527679 on black background.


Color preview on white background

This text has color #527679 on white background.



Black color preview on #527679 background

This text has black color on #527679 background.


White color preview on #527679 background

This text has white color on #527679 background.