COLOR #527666

HEX: #527666
RGB: (82,118,102)

Color info

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

RGB color model

#527666 color RGB value is (82,118,102).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 102 of 255 = 40%

82
118
102

R + G + B ~ 39%. #527666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 102 = 302 (100%)
R 82 of 302 ~ 27.15%
G 118 of 302 ~ 39.07%
B 102 of 302 ~ 33.77%

%27.15
%39.07
%33.77

CMYK color model

#527666 color CMYK value is (31,0,14,54).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 53.73%
CMYK:
(31,0,14,54)
C31M0Y14K54 
(31%,0%,14%,54%)
(0.31/0.00/0.14/0.54)	

CMYK percentages

%30.51
%0
%13.56
%53.73

Codes

Color #527666 in popluar color models

527666
RGB82118102
HSL153°18.00%39.22%
HSB/HSV153°30.51%46.27%
CMYK30.51%0.00%13.56%
53.73%

Color #527666 in popluar number systems.

HEX527666
Decimal82118102
Binary101001011101101100110
Octal122166146

Shades and tints

Shades of #527666

#527666
(82,118,102)
#4B6C5D
(75,108,93)
#446254
(68,98,84)
#3D584B
(61,88,75)
#364E42
(54,78,66)
#2F4439
(47,68,57)
#283A30
(40,58,48)
#213027
(33,48,39)
#1A261E
(26,38,30)
#131C15
(19,28,21)
#0C120C
(12,18,12)
#000000
(0,0,0)

Tints of #527666

#527666
(82,118,102)
#618273
(97,130,115)
#708E80
(112,142,128)
#7F9A8D
(127,154,141)
#8EA69A
(142,166,154)
#9DB2A7
(157,178,167)
#ACBEB4
(172,190,180)
#BBCAC1
(187,202,193)
#CAD6CE
(202,214,206)
#D9E2DB
(217,226,219)
#E8EEE8
(232,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527666; }

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

This text font color is #527666.


Background Color

.myBgColor { background-color: #527666; }

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

This div background color is #527666.


Border color

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

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

This div border color is #527666.


Opacity

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

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

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

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

This text has shadow with #527666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527666 on black background.


Color preview on white background

This text has color #527666 on white background.



Black color preview on #527666 background

This text has black color on #527666 background.


White color preview on #527666 background

This text has white color on #527666 background.