COLOR #527D6F

HEX: #527D6F
RGB: (82,125,111)

Color info

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

RGB color model

#527D6F color RGB value is (82,125,111).

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

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 111 of 255 = 44%

82
125
111

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

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 111 = 318 (100%)
R 82 of 318 ~ 25.79%
G 125 of 318 ~ 39.31%
B 111 of 318 ~ 34.91%

%25.79
%39.31
%34.91

CMYK color model

#527D6F color CMYK value is (34,0,11,51).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 11.20%
  • key color value is 50.98%
CMYK:
(34,0,11,51)
C34M0Y11K51 
(34%,0%,11%,51%)
(0.34/0.00/0.11/0.51)	

CMYK percentages

%34.4
%0
%11.2
%50.98

Codes

Color #527D6F in popluar color models

527D6F
RGB82125111
HSL160°20.77%40.59%
HSB/HSV160°34.40%49.02%
CMYK34.40%0.00%11.20%
50.98%

Color #527D6F in popluar number systems.

HEX527D6F
Decimal82125111
Binary101001011111011101111
Octal122175157

Shades and tints

Shades of #527D6F

#527D6F
(82,125,111)
#4B7265
(75,114,101)
#44675B
(68,103,91)
#3D5C51
(61,92,81)
#365147
(54,81,71)
#2F463D
(47,70,61)
#283B33
(40,59,51)
#213029
(33,48,41)
#1A251F
(26,37,31)
#131A15
(19,26,21)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #527D6F

#527D6F
(82,125,111)
#61887C
(97,136,124)
#709389
(112,147,137)
#7F9E96
(127,158,150)
#8EA9A3
(142,169,163)
#9DB4B0
(157,180,176)
#ACBFBD
(172,191,189)
#BBCACA
(187,202,202)
#CAD5D7
(202,213,215)
#D9E0E4
(217,224,228)
#E8EBF1
(232,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527D6F; }

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

This text font color is #527D6F.


Background Color

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

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

This div background color is #527D6F.


Border color

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

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

This div border color is #527D6F.


Opacity

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

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

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

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

This text has shadow with #527D6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D6F on black background.


Color preview on white background

This text has color #527D6F on white background.



Black color preview on #527D6F background

This text has black color on #527D6F background.


White color preview on #527D6F background

This text has white color on #527D6F background.