COLOR #527D8A

HEX: #527D8A
RGB: (82,125,138)

Color info

#527D8A contains red, green and blue colors in about the same proportion. Web safe color of #527D8A is #666699 (or #669).

RGB color model

#527D8A color RGB value is (82,125,138).

  • red value is 82;
  • green value is 125;
  • blue value is 138.
RGB:
(82,125,138)
(32%,49%,54%)

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 138 of 255 = 54%

82
125
138

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

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 138 = 345 (100%)
R 82 of 345 ~ 23.77%
G 125 of 345 ~ 36.23%
B 138 of 345 ~ 40%

%23.77
%36.23
%40

CMYK color model

#527D8A color CMYK value is (41,9,0,46).

  • cyan value is 40.58%
  • magenta value is 9.42%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(41,9,0,46)
C41M9Y0K46 
(41%,9%,0%,46%)
(0.41/0.09/0.00/0.46)	

CMYK percentages

%40.58
%9.42
%0
%45.88

Codes

Color #527D8A in popluar color models

527D8A
RGB82125138
HSL194°25.45%43.14%
HSB/HSV194°40.58%54.12%
CMYK40.58%9.42%0.00%
45.88%

Color #527D8A in popluar number systems.

HEX527D8A
Decimal82125138
Binary1010010111110110001010
Octal122175212

Shades and tints

Shades of #527D8A

#527D8A
(82,125,138)
#4B727E
(75,114,126)
#446772
(68,103,114)
#3D5C66
(61,92,102)
#36515A
(54,81,90)
#2F464E
(47,70,78)
#283B42
(40,59,66)
#213036
(33,48,54)
#1A252A
(26,37,42)
#131A1E
(19,26,30)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #527D8A

#527D8A
(82,125,138)
#618894
(97,136,148)
#70939E
(112,147,158)
#7F9EA8
(127,158,168)
#8EA9B2
(142,169,178)
#9DB4BC
(157,180,188)
#ACBFC6
(172,191,198)
#BBCAD0
(187,202,208)
#CAD5DA
(202,213,218)
#D9E0E4
(217,224,228)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527D8A color. Also use rgb(82,125,138) instead hex code.

Text Font Color

.myTextColor { color: #527D8A; }

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

This text font color is #527D8A.


Background Color

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

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

This div background color is #527D8A.


Border color

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

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

This div border color is #527D8A.


Opacity

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

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

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

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

This text has shadow with #527D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D8A on black background.


Color preview on white background

This text has color #527D8A on white background.



Black color preview on #527D8A background

This text has black color on #527D8A background.


White color preview on #527D8A background

This text has white color on #527D8A background.