COLOR #527478

HEX: #527478
RGB: (82,116,120)

Color info

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

RGB color model

#527478 color RGB value is (82,116,120).

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

RGB channels and saturation

R 82 of 255 = 32%
G 116 of 255 = 45%
B 120 of 255 = 47%

82
116
120

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

Portions of RGB colors in percentages

R + G + B =
82 + 116 + 120 = 318 (100%)
R 82 of 318 ~ 25.79%
G 116 of 318 ~ 36.48%
B 120 of 318 ~ 37.74%

%25.79
%36.48
%37.74

CMYK color model

#527478 color CMYK value is (32,3,0,53).

  • cyan value is 31.67%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(32,3,0,53)
C32M3Y0K53 
(32%,3%,0%,53%)
(0.32/0.03/0.00/0.53)	

CMYK percentages

%31.67
%3.33
%0
%52.94

Codes

Color #527478 in popluar color models

527478
RGB82116120
HSL186°18.81%39.61%
HSB/HSV186°31.67%47.06%
CMYK31.67%3.33%0.00%
52.94%

Color #527478 in popluar number systems.

HEX527478
Decimal82116120
Binary101001011101001111000
Octal122164170

Shades and tints

Shades of #527478

#527478
(82,116,120)
#4B6A6E
(75,106,110)
#446064
(68,96,100)
#3D565A
(61,86,90)
#364C50
(54,76,80)
#2F4246
(47,66,70)
#28383C
(40,56,60)
#212E32
(33,46,50)
#1A2428
(26,36,40)
#131A1E
(19,26,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #527478

#527478
(82,116,120)
#618084
(97,128,132)
#708C90
(112,140,144)
#7F989C
(127,152,156)
#8EA4A8
(142,164,168)
#9DB0B4
(157,176,180)
#ACBCC0
(172,188,192)
#BBC8CC
(187,200,204)
#CAD4D8
(202,212,216)
#D9E0E4
(217,224,228)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527478; }

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

This text font color is #527478.


Background Color

.myBgColor { background-color: #527478; }

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

This div background color is #527478.


Border color

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

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

This div border color is #527478.


Opacity

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

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

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

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

This text has shadow with #527478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527478 on black background.


Color preview on white background

This text has color #527478 on white background.



Black color preview on #527478 background

This text has black color on #527478 background.


White color preview on #527478 background

This text has white color on #527478 background.