COLOR #527BC3

HEX: #527BC3
RGB: (82,123,195)

Color info

#527BC3 contains mainly blue color. Web safe color of #527BC3 is #6666CC (or #66C).

RGB color model

#527BC3 color RGB value is (82,123,195).

  • red value is 82;
  • green value is 123;
  • blue value is 195.
RGB:
(82,123,195)
(32%,48%,76%)

RGB channels and saturation

R 82 of 255 = 32%
G 123 of 255 = 48%
B 195 of 255 = 76%

82
123
195

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

Portions of RGB colors in percentages

R + G + B =
82 + 123 + 195 = 400 (100%)
R 82 of 400 ~ 20.5%
G 123 of 400 ~ 30.75%
B 195 of 400 ~ 48.75%

%20.5
%30.75
%48.75

CMYK color model

#527BC3 color CMYK value is (58,37,0,24).

  • cyan value is 57.95%
  • magenta value is 36.92%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(58,37,0,24)
C58M37Y0K24 
(58%,37%,0%,24%)
(0.58/0.37/0.00/0.24)	

CMYK percentages

%57.95
%36.92
%0
%23.53

Codes

Color #527BC3 in popluar color models

527BC3
RGB82123195
HSL218°48.50%54.31%
HSB/HSV218°57.95%76.47%
CMYK57.95%36.92%0.00%
23.53%

Color #527BC3 in popluar number systems.

HEX527BC3
Decimal82123195
Binary1010010111101111000011
Octal122173303

Shades and tints

Shades of #527BC3

#527BC3
(82,123,195)
#4B70B2
(75,112,178)
#4465A1
(68,101,161)
#3D5A90
(61,90,144)
#364F7F
(54,79,127)
#2F446E
(47,68,110)
#28395D
(40,57,93)
#212E4C
(33,46,76)
#1A233B
(26,35,59)
#13182A
(19,24,42)
#0C0D19
(12,13,25)
#000000
(0,0,0)

Tints of #527BC3

#527BC3
(82,123,195)
#6187C8
(97,135,200)
#7093CD
(112,147,205)
#7F9FD2
(127,159,210)
#8EABD7
(142,171,215)
#9DB7DC
(157,183,220)
#ACC3E1
(172,195,225)
#BBCFE6
(187,207,230)
#CADBEB
(202,219,235)
#D9E7F0
(217,231,240)
#E8F3F5
(232,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527BC3 color. Also use rgb(82,123,195) instead hex code.

Text Font Color

.myTextColor { color: #527BC3; }

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

This text font color is #527BC3.


Background Color

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

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

This div background color is #527BC3.


Border color

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

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

This div border color is #527BC3.


Opacity

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

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

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

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

This text has shadow with #527BC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527BC3 on black background.


Color preview on white background

This text has color #527BC3 on white background.



Black color preview on #527BC3 background

This text has black color on #527BC3 background.


White color preview on #527BC3 background

This text has white color on #527BC3 background.