COLOR #527B85

HEX: #527B85
RGB: (82,123,133)

Color info

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

RGB color model

#527B85 color RGB value is (82,123,133).

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

RGB channels and saturation

R 82 of 255 = 32%
G 123 of 255 = 48%
B 133 of 255 = 52%

82
123
133

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

Portions of RGB colors in percentages

R + G + B =
82 + 123 + 133 = 338 (100%)
R 82 of 338 ~ 24.26%
G 123 of 338 ~ 36.39%
B 133 of 338 ~ 39.35%

%24.26
%36.39
%39.35

CMYK color model

#527B85 color CMYK value is (38,8,0,48).

  • cyan value is 38.35%
  • magenta value is 7.52%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(38,8,0,48)
C38M8Y0K48 
(38%,8%,0%,48%)
(0.38/0.08/0.00/0.48)	

CMYK percentages

%38.35
%7.52
%0
%47.84

Codes

Color #527B85 in popluar color models

527B85
RGB82123133
HSL192°23.72%42.16%
HSB/HSV192°38.35%52.16%
CMYK38.35%7.52%0.00%
47.84%

Color #527B85 in popluar number systems.

HEX527B85
Decimal82123133
Binary1010010111101110000101
Octal122173205

Shades and tints

Shades of #527B85

#527B85
(82,123,133)
#4B7079
(75,112,121)
#44656D
(68,101,109)
#3D5A61
(61,90,97)
#364F55
(54,79,85)
#2F4449
(47,68,73)
#28393D
(40,57,61)
#212E31
(33,46,49)
#1A2325
(26,35,37)
#131819
(19,24,25)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #527B85

#527B85
(82,123,133)
#618790
(97,135,144)
#70939B
(112,147,155)
#7F9FA6
(127,159,166)
#8EABB1
(142,171,177)
#9DB7BC
(157,183,188)
#ACC3C7
(172,195,199)
#BBCFD2
(187,207,210)
#CADBDD
(202,219,221)
#D9E7E8
(217,231,232)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527B85; }

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

This text font color is #527B85.


Background Color

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

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

This div background color is #527B85.


Border color

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

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

This div border color is #527B85.


Opacity

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

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

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

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

This text has shadow with #527B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527B85 on black background.


Color preview on white background

This text has color #527B85 on white background.



Black color preview on #527B85 background

This text has black color on #527B85 background.


White color preview on #527B85 background

This text has white color on #527B85 background.