COLOR #527088

HEX: #527088
RGB: (82,112,136)

Color info

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

RGB color model

#527088 color RGB value is (82,112,136).

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

RGB channels and saturation

R 82 of 255 = 32%
G 112 of 255 = 44%
B 136 of 255 = 53%

82
112
136

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

Portions of RGB colors in percentages

R + G + B =
82 + 112 + 136 = 330 (100%)
R 82 of 330 ~ 24.85%
G 112 of 330 ~ 33.94%
B 136 of 330 ~ 41.21%

%24.85
%33.94
%41.21

CMYK color model

#527088 color CMYK value is (40,18,0,47).

  • cyan value is 39.71%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(40,18,0,47)
C40M18Y0K47 
(40%,18%,0%,47%)
(0.40/0.18/0.00/0.47)	

CMYK percentages

%39.71
%17.65
%0
%46.67

Codes

Color #527088 in popluar color models

527088
RGB82112136
HSL207°24.77%42.75%
HSB/HSV207°39.71%53.33%
CMYK39.71%17.65%0.00%
46.67%

Color #527088 in popluar number systems.

HEX527088
Decimal82112136
Binary1010010111000010001000
Octal122160210

Shades and tints

Shades of #527088

#527088
(82,112,136)
#4B667C
(75,102,124)
#445C70
(68,92,112)
#3D5264
(61,82,100)
#364858
(54,72,88)
#2F3E4C
(47,62,76)
#283440
(40,52,64)
#212A34
(33,42,52)
#1A2028
(26,32,40)
#13161C
(19,22,28)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #527088

#527088
(82,112,136)
#617D92
(97,125,146)
#708A9C
(112,138,156)
#7F97A6
(127,151,166)
#8EA4B0
(142,164,176)
#9DB1BA
(157,177,186)
#ACBEC4
(172,190,196)
#BBCBCE
(187,203,206)
#CAD8D8
(202,216,216)
#D9E5E2
(217,229,226)
#E8F2EC
(232,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527088 color. Also use rgb(82,112,136) instead hex code.

Text Font Color

.myTextColor { color: #527088; }

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

This text font color is #527088.


Background Color

.myBgColor { background-color: #527088; }

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

This div background color is #527088.


Border color

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

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

This div border color is #527088.


Opacity

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

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

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

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

This text has shadow with #527088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527088 on black background.


Color preview on white background

This text has color #527088 on white background.



Black color preview on #527088 background

This text has black color on #527088 background.


White color preview on #527088 background

This text has white color on #527088 background.