COLOR #527D93

HEX: #527D93
RGB: (82,125,147)

Color info

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

RGB color model

#527D93 color RGB value is (82,125,147).

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

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 147 of 255 = 58%

82
125
147

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

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 147 = 354 (100%)
R 82 of 354 ~ 23.16%
G 125 of 354 ~ 35.31%
B 147 of 354 ~ 41.53%

%23.16
%35.31
%41.53

CMYK color model

#527D93 color CMYK value is (44,15,0,42).

  • cyan value is 44.22%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(44,15,0,42)
C44M15Y0K42 
(44%,15%,0%,42%)
(0.44/0.15/0.00/0.42)	

CMYK percentages

%44.22
%14.97
%0
%42.35

Codes

Color #527D93 in popluar color models

527D93
RGB82125147
HSL200°28.38%44.90%
HSB/HSV200°44.22%57.65%
CMYK44.22%14.97%0.00%
42.35%

Color #527D93 in popluar number systems.

HEX527D93
Decimal82125147
Binary1010010111110110010011
Octal122175223

Shades and tints

Shades of #527D93

#527D93
(82,125,147)
#4B7286
(75,114,134)
#446779
(68,103,121)
#3D5C6C
(61,92,108)
#36515F
(54,81,95)
#2F4652
(47,70,82)
#283B45
(40,59,69)
#213038
(33,48,56)
#1A252B
(26,37,43)
#131A1E
(19,26,30)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #527D93

#527D93
(82,125,147)
#61889C
(97,136,156)
#7093A5
(112,147,165)
#7F9EAE
(127,158,174)
#8EA9B7
(142,169,183)
#9DB4C0
(157,180,192)
#ACBFC9
(172,191,201)
#BBCAD2
(187,202,210)
#CAD5DB
(202,213,219)
#D9E0E4
(217,224,228)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527D93; }

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

This text font color is #527D93.


Background Color

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

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

This div background color is #527D93.


Border color

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

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

This div border color is #527D93.


Opacity

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

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

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

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

This text has shadow with #527D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D93 on black background.


Color preview on white background

This text has color #527D93 on white background.



Black color preview on #527D93 background

This text has black color on #527D93 background.


White color preview on #527D93 background

This text has white color on #527D93 background.