COLOR #527AA4

HEX: #527AA4
RGB: (82,122,164)

Color info

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

RGB color model

#527AA4 color RGB value is (82,122,164).

  • red value is 82;
  • green value is 122;
  • blue value is 164.
RGB:
(82,122,164)
(32%,48%,64%)

RGB channels and saturation

R 82 of 255 = 32%
G 122 of 255 = 48%
B 164 of 255 = 64%

82
122
164

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

Portions of RGB colors in percentages

R + G + B =
82 + 122 + 164 = 368 (100%)
R 82 of 368 ~ 22.28%
G 122 of 368 ~ 33.15%
B 164 of 368 ~ 44.57%

%22.28
%33.15
%44.57

CMYK color model

#527AA4 color CMYK value is (50,26,0,36).

  • cyan value is 50.00%
  • magenta value is 25.61%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(50,26,0,36)
C50M26Y0K36 
(50%,26%,0%,36%)
(0.50/0.26/0.00/0.36)	

CMYK percentages

%50
%25.61
%0
%35.69

Codes

Color #527AA4 in popluar color models

527AA4
RGB82122164
HSL211°33.33%48.24%
HSB/HSV211°50.00%64.31%
CMYK50.00%25.61%0.00%
35.69%

Color #527AA4 in popluar number systems.

HEX527AA4
Decimal82122164
Binary1010010111101010100100
Octal122172244

Shades and tints

Shades of #527AA4

#527AA4
(82,122,164)
#4B6F96
(75,111,150)
#446488
(68,100,136)
#3D597A
(61,89,122)
#364E6C
(54,78,108)
#2F435E
(47,67,94)
#283850
(40,56,80)
#212D42
(33,45,66)
#1A2234
(26,34,52)
#131726
(19,23,38)
#0C0C18
(12,12,24)
#000000
(0,0,0)

Tints of #527AA4

#527AA4
(82,122,164)
#6186AC
(97,134,172)
#7092B4
(112,146,180)
#7F9EBC
(127,158,188)
#8EAAC4
(142,170,196)
#9DB6CC
(157,182,204)
#ACC2D4
(172,194,212)
#BBCEDC
(187,206,220)
#CADAE4
(202,218,228)
#D9E6EC
(217,230,236)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527AA4 color. Also use rgb(82,122,164) instead hex code.

Text Font Color

.myTextColor { color: #527AA4; }

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

This text font color is #527AA4.


Background Color

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

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

This div background color is #527AA4.


Border color

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

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

This div border color is #527AA4.


Opacity

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

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

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

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

This text has shadow with #527AA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527AA4 on black background.


Color preview on white background

This text has color #527AA4 on white background.



Black color preview on #527AA4 background

This text has black color on #527AA4 background.


White color preview on #527AA4 background

This text has white color on #527AA4 background.