COLOR #527B6F

HEX: #527B6F RGB: (82,123,111)

Color info

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

RGB color model

#527B6F color RGB value is (82,123,111).

RGB: (82,123,111) (32%, 48%, 44%)

RGB channels and saturation

R 82 of 255 = 32%
G 123 of 255 = 48%
B 111 of 255 = 44%

82
123
111

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

Portions of RGB colors in percentages

R + G + B = 82 + 123 + 111 = 316 (100%)
R 82 of 316 ~ 25.95%
G 123 of 316 ~ 38.92%
B 111 of 316 ~ 35.13'%

%25.95
%38.92
%35.13

CMYK color model

#527B6F color CMYK value is (33,0,10,52).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 51.76%

CMYK: (33,0,10,52)
C33M0Y10K52 (33%, 0%, 10%, 52%)
(0.33 / 0.00 / 0.10 / 0.52)

CMYK percentages

%33.33
%0
%9.76
%51.76

Codes

Color #527B6F in popluar color models

52 7B 6F
RGB 82 123 111
HSL 162° 20.00% 40.20%
HSB/HSV 162° 33.33% 48.24%
CMYK 33.33% 0.00% 9.76%
51.76%

Color #527B6F in popluar number systems.

HEX 52 7B 6F
Decimal 82 123 111
Binary 1010010 1111011 1101111
Octal 122 173 157

Shades and tints

Shades of #527B6F

#527B6F
(82,123,111)
#4B7065
(75,112,101)
#44655B
(68,101,91)
#3D5A51
(61,90,81)
#364F47
(54,79,71)
#2F443D
(47,68,61)
#283933
(40,57,51)
#212E29
(33,46,41)
#1A231F
(26,35,31)
#131815
(19,24,21)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #527B6F

#527B6F
(82,123,111)
#61877C
(97,135,124)
#709389
(112,147,137)
#7F9F96
(127,159,150)
#8EABA3
(142,171,163)
#9DB7B0
(157,183,176)
#ACC3BD
(172,195,189)
#BBCFCA
(187,207,202)
#CADBD7
(202,219,215)
#D9E7E4
(217,231,228)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527B6F color. Also use rgb(82,123,111) instead hex code.

Text Font Color

.myTextColor { color: #527B6F; }

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

This text font color is #527B6F.

Background Color

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

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

This div background color is #527B6F.

Border color

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

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

This div border color is #527B6F.

Opacity

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

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

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

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

This text has shadow with #527B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527B6F.

Preview

Color preview on black background

This text has color #527B6F on black background.


Color preview on white background

This text has color #527B6F on white background.


Black color preview on #527B6F background

This text has black color on #527B6F background.


White color preview on #527B6F background

This text has white color on #527B6F background.


Related colors

Complementary color

Complementary color for #hex is #AD8490.


I love getcolorcode.com

Triadic colors

1 #6F527B and #7B6F52 with #527B6F are triadic colors.

2 #6F7B52 and #7B526F with #527B6F are triadic colors.