COLOR #527678

HEX: #527678
RGB: (82,118,120)

Color info

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

RGB color model

#527678 color RGB value is (82,118,120).

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

RGB channels and saturation

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

82
118
120

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

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 120 = 320 (100%)
R 82 of 320 ~ 25.63%
G 118 of 320 ~ 36.88%
B 120 of 320 ~ 37.5%

%25.63
%36.88
%37.5

CMYK color model

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

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

CMYK percentages

%31.67
%1.67
%0
%52.94

Codes

Color #527678 in popluar color models

527678
RGB82118120
HSL183°18.81%39.61%
HSB/HSV183°31.67%47.06%
CMYK31.67%1.67%0.00%
52.94%

Color #527678 in popluar number systems.

HEX527678
Decimal82118120
Binary101001011101101111000
Octal122166170

Shades and tints

Shades of #527678

#527678
(82,118,120)
#4B6C6E
(75,108,110)
#446264
(68,98,100)
#3D585A
(61,88,90)
#364E50
(54,78,80)
#2F4446
(47,68,70)
#283A3C
(40,58,60)
#213032
(33,48,50)
#1A2628
(26,38,40)
#131C1E
(19,28,30)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #527678

#527678
(82,118,120)
#618284
(97,130,132)
#708E90
(112,142,144)
#7F9A9C
(127,154,156)
#8EA6A8
(142,166,168)
#9DB2B4
(157,178,180)
#ACBEC0
(172,190,192)
#BBCACC
(187,202,204)
#CAD6D8
(202,214,216)
#D9E2E4
(217,226,228)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527678; }

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

This text font color is #527678.


Background Color

.myBgColor { background-color: #527678; }

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

This div background color is #527678.


Border color

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

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

This div border color is #527678.


Opacity

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

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

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

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

This text has shadow with #527678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527678 on black background.


Color preview on white background

This text has color #527678 on white background.



Black color preview on #527678 background

This text has black color on #527678 background.


White color preview on #527678 background

This text has white color on #527678 background.