COLOR #527271

HEX: #527271
RGB: (82,114,113)

Color info

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

RGB color model

#527271 color RGB value is (82,114,113).

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

RGB channels and saturation

R 82 of 255 = 32%
G 114 of 255 = 45%
B 113 of 255 = 44%

82
114
113

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

Portions of RGB colors in percentages

R + G + B =
82 + 114 + 113 = 309 (100%)
R 82 of 309 ~ 26.54%
G 114 of 309 ~ 36.89%
B 113 of 309 ~ 36.57%

%26.54
%36.89
%36.57

CMYK color model

#527271 color CMYK value is (28,0,1,55).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 55.29%
CMYK:
(28,0,1,55)
C28M0Y1K55 
(28%,0%,1%,55%)
(0.28/0.00/0.01/0.55)	

CMYK percentages

%28.07
%0
%0.88
%55.29

Codes

Color #527271 in popluar color models

527271
RGB82114113
HSL178°16.33%38.43%
HSB/HSV178°28.07%44.71%
CMYK28.07%0.00%0.88%
55.29%

Color #527271 in popluar number systems.

HEX527271
Decimal82114113
Binary101001011100101110001
Octal122162161

Shades and tints

Shades of #527271

#527271
(82,114,113)
#4B6867
(75,104,103)
#445E5D
(68,94,93)
#3D5453
(61,84,83)
#364A49
(54,74,73)
#2F403F
(47,64,63)
#283635
(40,54,53)
#212C2B
(33,44,43)
#1A2221
(26,34,33)
#131817
(19,24,23)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #527271

#527271
(82,114,113)
#617E7D
(97,126,125)
#708A89
(112,138,137)
#7F9695
(127,150,149)
#8EA2A1
(142,162,161)
#9DAEAD
(157,174,173)
#ACBAB9
(172,186,185)
#BBC6C5
(187,198,197)
#CAD2D1
(202,210,209)
#D9DEDD
(217,222,221)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527271; }

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

This text font color is #527271.


Background Color

.myBgColor { background-color: #527271; }

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

This div background color is #527271.


Border color

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

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

This div border color is #527271.


Opacity

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

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

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

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

This text has shadow with #527271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527271 on black background.


Color preview on white background

This text has color #527271 on white background.



Black color preview on #527271 background

This text has black color on #527271 background.


White color preview on #527271 background

This text has white color on #527271 background.