COLOR #527CA0

HEX: #527CA0
RGB: (82,124,160)

Color info

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

RGB color model

#527CA0 color RGB value is (82,124,160).

  • red value is 82;
  • green value is 124;
  • blue value is 160.
RGB:
(82,124,160)
(32%,49%,63%)

RGB channels and saturation

R 82 of 255 = 32%
G 124 of 255 = 49%
B 160 of 255 = 63%

82
124
160

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

Portions of RGB colors in percentages

R + G + B =
82 + 124 + 160 = 366 (100%)
R 82 of 366 ~ 22.4%
G 124 of 366 ~ 33.88%
B 160 of 366 ~ 43.72%

%22.4
%33.88
%43.72

CMYK color model

#527CA0 color CMYK value is (49,23,0,37).

  • cyan value is 48.75%
  • magenta value is 22.50%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(49,23,0,37)
C49M23Y0K37 
(49%,23%,0%,37%)
(0.49/0.23/0.00/0.37)	

CMYK percentages

%48.75
%22.5
%0
%37.25

Codes

Color #527CA0 in popluar color models

527CA0
RGB82124160
HSL208°32.23%47.45%
HSB/HSV208°48.75%62.75%
CMYK48.75%22.50%0.00%
37.25%

Color #527CA0 in popluar number systems.

HEX527CA0
Decimal82124160
Binary1010010111110010100000
Octal122174240

Shades and tints

Shades of #527CA0

#527CA0
(82,124,160)
#4B7192
(75,113,146)
#446684
(68,102,132)
#3D5B76
(61,91,118)
#365068
(54,80,104)
#2F455A
(47,69,90)
#283A4C
(40,58,76)
#212F3E
(33,47,62)
#1A2430
(26,36,48)
#131922
(19,25,34)
#0C0E14
(12,14,20)
#000000
(0,0,0)

Tints of #527CA0

#527CA0
(82,124,160)
#6187A8
(97,135,168)
#7092B0
(112,146,176)
#7F9DB8
(127,157,184)
#8EA8C0
(142,168,192)
#9DB3C8
(157,179,200)
#ACBED0
(172,190,208)
#BBC9D8
(187,201,216)
#CAD4E0
(202,212,224)
#D9DFE8
(217,223,232)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527CA0 color. Also use rgb(82,124,160) instead hex code.

Text Font Color

.myTextColor { color: #527CA0; }

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

This text font color is #527CA0.


Background Color

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

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

This div background color is #527CA0.


Border color

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

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

This div border color is #527CA0.


Opacity

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

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

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

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

This text has shadow with #527CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527CA0 on black background.


Color preview on white background

This text has color #527CA0 on white background.



Black color preview on #527CA0 background

This text has black color on #527CA0 background.


White color preview on #527CA0 background

This text has white color on #527CA0 background.