COLOR #527F74

HEX: #527F74 RGB: (82,127,116)

Color info

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

RGB color model

#527F74 color RGB value is (82,127,116).

RGB: (82,127,116) (32%, 50%, 45%)

RGB channels and saturation

R 82 of 255 = 32%
G 127 of 255 = 50%
B 116 of 255 = 45%

82
127
116

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

Portions of RGB colors in percentages

R + G + B = 82 + 127 + 116 = 325 (100%)
R 82 of 325 ~ 25.23%
G 127 of 325 ~ 39.08%
B 116 of 325 ~ 35.69'%

%25.23
%39.08
%35.69

CMYK color model

#527F74 color CMYK value is (35,0,9,50).

  • cyan value is 35.43%
  • magenta value is 0.00%
  • yellow value is 8.66%
  • key color value is 50.20%

CMYK: (35,0,9,50)
C35M0Y9K50 (35%, 0%, 9%, 50%)
(0.35 / 0.00 / 0.09 / 0.50)

CMYK percentages

%35.43
%0
%8.66
%50.2

Codes

Color #527F74 in popluar color models

52 7F 74
RGB 82 127 116
HSL 165° 21.53% 40.98%
HSB/HSV 165° 35.43% 49.80%
CMYK 35.43% 0.00% 8.66%
50.20%

Color #527F74 in popluar number systems.

HEX 52 7F 74
Decimal 82 127 116
Binary 1010010 1111111 1110100
Octal 122 177 164

Shades and tints

Shades of #527F74

#527F74
(82,127,116)
#4B746A
(75,116,106)
#446960
(68,105,96)
#3D5E56
(61,94,86)
#36534C
(54,83,76)
#2F4842
(47,72,66)
#283D38
(40,61,56)
#21322E
(33,50,46)
#1A2724
(26,39,36)
#131C1A
(19,28,26)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #527F74

#527F74
(82,127,116)
#618A80
(97,138,128)
#70958C
(112,149,140)
#7FA098
(127,160,152)
#8EABA4
(142,171,164)
#9DB6B0
(157,182,176)
#ACC1BC
(172,193,188)
#BBCCC8
(187,204,200)
#CAD7D4
(202,215,212)
#D9E2E0
(217,226,224)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527F74 color. Also use rgb(82,127,116) instead hex code.

Text Font Color

.myTextColor { color: #527F74; }

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

This text font color is #527F74.

Background Color

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

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

This div background color is #527F74.

Border color

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

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

This div border color is #527F74.

Opacity

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

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

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

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

This text has shadow with #527F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527F74.

Preview

Color preview on black background

This text has color #527F74 on black background.


Color preview on white background

This text has color #527F74 on white background.


Black color preview on #527F74 background

This text has black color on #527F74 background.


White color preview on #527F74 background

This text has white color on #527F74 background.


Related colors

Complementary color

Complementary color for #hex is #AD808B.


I love getcolorcode.com

Triadic colors

1 #74527F and #7F7452 with #527F74 are triadic colors.

2 #747F52 and #7F5274 with #527F74 are triadic colors.