COLOR #527EA2

HEX: #527EA2
RGB: (82,126,162)

Color info

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

RGB color model

#527EA2 color RGB value is (82,126,162).

  • red value is 82;
  • green value is 126;
  • blue value is 162.
RGB:
(82,126,162)
(32%,49%,64%)

RGB channels and saturation

R 82 of 255 = 32%
G 126 of 255 = 49%
B 162 of 255 = 64%

82
126
162

R + G + B ~ 48%. #527EA2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 126 + 162 = 370 (100%)
R 82 of 370 ~ 22.16%
G 126 of 370 ~ 34.05%
B 162 of 370 ~ 43.78%

%22.16
%34.05
%43.78

CMYK color model

#527EA2 color CMYK value is (49,22,0,36).

  • cyan value is 49.38%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(49,22,0,36)
C49M22Y0K36 
(49%,22%,0%,36%)
(0.49/0.22/0.00/0.36)	

CMYK percentages

%49.38
%22.22
%0
%36.47

Codes

Color #527EA2 in popluar color models

527EA2
RGB82126162
HSL207°32.79%47.84%
HSB/HSV207°49.38%63.53%
CMYK49.38%22.22%0.00%
36.47%

Color #527EA2 in popluar number systems.

HEX527EA2
Decimal82126162
Binary1010010111111010100010
Octal122176242

Shades and tints

Shades of #527EA2

#527EA2
(82,126,162)
#4B7394
(75,115,148)
#446886
(68,104,134)
#3D5D78
(61,93,120)
#36526A
(54,82,106)
#2F475C
(47,71,92)
#283C4E
(40,60,78)
#213140
(33,49,64)
#1A2632
(26,38,50)
#131B24
(19,27,36)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #527EA2

#527EA2
(82,126,162)
#6189AA
(97,137,170)
#7094B2
(112,148,178)
#7F9FBA
(127,159,186)
#8EAAC2
(142,170,194)
#9DB5CA
(157,181,202)
#ACC0D2
(172,192,210)
#BBCBDA
(187,203,218)
#CAD6E2
(202,214,226)
#D9E1EA
(217,225,234)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527EA2 color. Also use rgb(82,126,162) instead hex code.

Text Font Color

.myTextColor { color: #527EA2; }

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

This text font color is #527EA2.


Background Color

.myBgColor { background-color: #527EA2; }

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

This div background color is #527EA2.


Border color

.myBorderColor { border: 1px solid #527EA2; }

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

This div border color is #527EA2.


Opacity

.myOpacity80 { color: #527EA2; opacity: 0.8; }

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

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

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

This text has shadow with #527EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527EA2 on black background.


Color preview on white background

This text has color #527EA2 on white background.



Black color preview on #527EA2 background

This text has black color on #527EA2 background.


White color preview on #527EA2 background

This text has white color on #527EA2 background.