COLOR #527664

HEX: #527664
RGB: (82,118,100)

Color info

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

RGB color model

#527664 color RGB value is (82,118,100).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 100 of 255 = 39%

82
118
100

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

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 100 = 300 (100%)
R 82 of 300 ~ 27.33%
G 118 of 300 ~ 39.33%
B 100 of 300 ~ 33.33%

%27.33
%39.33
%33.33

CMYK color model

#527664 color CMYK value is (31,0,15,54).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(31,0,15,54)
C31M0Y15K54 
(31%,0%,15%,54%)
(0.31/0.00/0.15/0.54)	

CMYK percentages

%30.51
%0
%15.25
%53.73

Codes

Color #527664 in popluar color models

527664
RGB82118100
HSL150°18.00%39.22%
HSB/HSV150°30.51%46.27%
CMYK30.51%0.00%15.25%
53.73%

Color #527664 in popluar number systems.

HEX527664
Decimal82118100
Binary101001011101101100100
Octal122166144

Shades and tints

Shades of #527664

#527664
(82,118,100)
#4B6C5B
(75,108,91)
#446252
(68,98,82)
#3D5849
(61,88,73)
#364E40
(54,78,64)
#2F4437
(47,68,55)
#283A2E
(40,58,46)
#213025
(33,48,37)
#1A261C
(26,38,28)
#131C13
(19,28,19)
#0C120A
(12,18,10)
#000000
(0,0,0)

Tints of #527664

#527664
(82,118,100)
#618272
(97,130,114)
#708E80
(112,142,128)
#7F9A8E
(127,154,142)
#8EA69C
(142,166,156)
#9DB2AA
(157,178,170)
#ACBEB8
(172,190,184)
#BBCAC6
(187,202,198)
#CAD6D4
(202,214,212)
#D9E2E2
(217,226,226)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527664; }

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

This text font color is #527664.


Background Color

.myBgColor { background-color: #527664; }

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

This div background color is #527664.


Border color

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

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

This div border color is #527664.


Opacity

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

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

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

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

This text has shadow with #527664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527664 on black background.


Color preview on white background

This text has color #527664 on white background.



Black color preview on #527664 background

This text has black color on #527664 background.


White color preview on #527664 background

This text has white color on #527664 background.