COLOR #527276

HEX: #527276
RGB: (82,114,118)

Color info

#527276 contains red, green and blue colors in about the same proportion. Web safe color of #527276 is #666666 (or #666).

RGB color model

#527276 color RGB value is (82,114,118).

  • red value is 82;
  • green value is 114;
  • blue value is 118.
RGB:
(82,114,118)
(32%,45%,46%)

RGB channels and saturation

R 82 of 255 = 32%
G 114 of 255 = 45%
B 118 of 255 = 46%

82
114
118

R + G + B ~ 41%. #527276 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 114 + 118 = 314 (100%)
R 82 of 314 ~ 26.11%
G 114 of 314 ~ 36.31%
B 118 of 314 ~ 37.58%

%26.11
%36.31
%37.58

CMYK color model

#527276 color CMYK value is (31,3,0,54).

  • cyan value is 30.51%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(31,3,0,54)
C31M3Y0K54 
(31%,3%,0%,54%)
(0.31/0.03/0.00/0.54)	

CMYK percentages

%30.51
%3.39
%0
%53.73

Codes

Color #527276 in popluar color models

527276
RGB82114118
HSL187°18.00%39.22%
HSB/HSV187°30.51%46.27%
CMYK30.51%3.39%0.00%
53.73%

Color #527276 in popluar number systems.

HEX527276
Decimal82114118
Binary101001011100101110110
Octal122162166

Shades and tints

Shades of #527276

#527276
(82,114,118)
#4B686C
(75,104,108)
#445E62
(68,94,98)
#3D5458
(61,84,88)
#364A4E
(54,74,78)
#2F4044
(47,64,68)
#28363A
(40,54,58)
#212C30
(33,44,48)
#1A2226
(26,34,38)
#13181C
(19,24,28)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #527276

#527276
(82,114,118)
#617E82
(97,126,130)
#708A8E
(112,138,142)
#7F969A
(127,150,154)
#8EA2A6
(142,162,166)
#9DAEB2
(157,174,178)
#ACBABE
(172,186,190)
#BBC6CA
(187,198,202)
#CAD2D6
(202,210,214)
#D9DEE2
(217,222,226)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527276 color. Also use rgb(82,114,118) instead hex code.

Text Font Color

.myTextColor { color: #527276; }

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

This text font color is #527276.


Background Color

.myBgColor { background-color: #527276; }

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

This div background color is #527276.


Border color

.myBorderColor { border: 1px solid #527276; }

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

This div border color is #527276.


Opacity

.myOpacity80 { color: #527276; opacity: 0.8; }

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

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

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

This text has shadow with #527276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527276 on black background.


Color preview on white background

This text has color #527276 on white background.



Black color preview on #527276 background

This text has black color on #527276 background.


White color preview on #527276 background

This text has white color on #527276 background.