COLOR #527495

HEX: #527495
RGB: (82,116,149)

Color info

#527495 contains mainly green and blue colors. Web safe color of #527495 is #666699 (or #669).

RGB color model

#527495 color RGB value is (82,116,149).

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

RGB channels and saturation

R 82 of 255 = 32%
G 116 of 255 = 45%
B 149 of 255 = 58%

82
116
149

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

Portions of RGB colors in percentages

R + G + B =
82 + 116 + 149 = 347 (100%)
R 82 of 347 ~ 23.63%
G 116 of 347 ~ 33.43%
B 149 of 347 ~ 42.94%

%23.63
%33.43
%42.94

CMYK color model

#527495 color CMYK value is (45,22,0,42).

  • cyan value is 44.97%
  • magenta value is 22.15%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(45,22,0,42)
C45M22Y0K42 
(45%,22%,0%,42%)
(0.45/0.22/0.00/0.42)	

CMYK percentages

%44.97
%22.15
%0
%41.57

Codes

Color #527495 in popluar color models

527495
RGB82116149
HSL210°29.00%45.29%
HSB/HSV210°44.97%58.43%
CMYK44.97%22.15%0.00%
41.57%

Color #527495 in popluar number systems.

HEX527495
Decimal82116149
Binary1010010111010010010101
Octal122164225

Shades and tints

Shades of #527495

#527495
(82,116,149)
#4B6A88
(75,106,136)
#44607B
(68,96,123)
#3D566E
(61,86,110)
#364C61
(54,76,97)
#2F4254
(47,66,84)
#283847
(40,56,71)
#212E3A
(33,46,58)
#1A242D
(26,36,45)
#131A20
(19,26,32)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #527495

#527495
(82,116,149)
#61809E
(97,128,158)
#708CA7
(112,140,167)
#7F98B0
(127,152,176)
#8EA4B9
(142,164,185)
#9DB0C2
(157,176,194)
#ACBCCB
(172,188,203)
#BBC8D4
(187,200,212)
#CAD4DD
(202,212,221)
#D9E0E6
(217,224,230)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527495; }

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

This text font color is #527495.


Background Color

.myBgColor { background-color: #527495; }

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

This div background color is #527495.


Border color

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

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

This div border color is #527495.


Opacity

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

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

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

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

This text has shadow with #527495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527495 on black background.


Color preview on white background

This text has color #527495 on white background.



Black color preview on #527495 background

This text has black color on #527495 background.


White color preview on #527495 background

This text has white color on #527495 background.