COLOR #527D81

HEX: #527D81
RGB: (82,125,129)

Color info

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

RGB color model

#527D81 color RGB value is (82,125,129).

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

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 129 of 255 = 51%

82
125
129

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

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 129 = 336 (100%)
R 82 of 336 ~ 24.4%
G 125 of 336 ~ 37.2%
B 129 of 336 ~ 38.39%

%24.4
%37.2
%38.39

CMYK color model

#527D81 color CMYK value is (36,3,0,49).

  • cyan value is 36.43%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(36,3,0,49)
C36M3Y0K49 
(36%,3%,0%,49%)
(0.36/0.03/0.00/0.49)	

CMYK percentages

%36.43
%3.1
%0
%49.41

Codes

Color #527D81 in popluar color models

527D81
RGB82125129
HSL185°22.27%41.37%
HSB/HSV185°36.43%50.59%
CMYK36.43%3.10%0.00%
49.41%

Color #527D81 in popluar number systems.

HEX527D81
Decimal82125129
Binary1010010111110110000001
Octal122175201

Shades and tints

Shades of #527D81

#527D81
(82,125,129)
#4B7276
(75,114,118)
#44676B
(68,103,107)
#3D5C60
(61,92,96)
#365155
(54,81,85)
#2F464A
(47,70,74)
#283B3F
(40,59,63)
#213034
(33,48,52)
#1A2529
(26,37,41)
#131A1E
(19,26,30)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #527D81

#527D81
(82,125,129)
#61888C
(97,136,140)
#709397
(112,147,151)
#7F9EA2
(127,158,162)
#8EA9AD
(142,169,173)
#9DB4B8
(157,180,184)
#ACBFC3
(172,191,195)
#BBCACE
(187,202,206)
#CAD5D9
(202,213,217)
#D9E0E4
(217,224,228)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527D81; }

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

This text font color is #527D81.


Background Color

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

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

This div background color is #527D81.


Border color

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

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

This div border color is #527D81.


Opacity

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

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

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

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

This text has shadow with #527D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D81 on black background.


Color preview on white background

This text has color #527D81 on white background.



Black color preview on #527D81 background

This text has black color on #527D81 background.


White color preview on #527D81 background

This text has white color on #527D81 background.