COLOR #525664

HEX: #525664
RGB: (82,86,100)

Color info

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

RGB color model

#525664 color RGB value is (82,86,100).

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

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 100 of 255 = 39%

82
86
100

R + G + B ~ 35%. #525664 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 100 = 268 (100%)
R 82 of 268 ~ 30.6%
G 86 of 268 ~ 32.09%
B 100 of 268 ~ 37.31%

%30.6
%32.09
%37.31

CMYK color model

#525664 color CMYK value is (18,14,0,61).

  • cyan value is 18.00%
  • magenta value is 14.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(18,14,0,61)
C18M14Y0K61 
(18%,14%,0%,61%)
(0.18/0.14/0.00/0.61)	

CMYK percentages

%18
%14
%0
%60.78

Codes

Color #525664 in popluar color models

525664
RGB8286100
HSL227°9.89%35.69%
HSB/HSV227°18.00%39.22%
CMYK18.00%14.00%0.00%
60.78%

Color #525664 in popluar number systems.

HEX525664
Decimal8286100
Binary101001010101101100100
Octal122126144

Shades and tints

Shades of #525664

#525664
(82,86,100)
#4B4F5B
(75,79,91)
#444852
(68,72,82)
#3D4149
(61,65,73)
#363A40
(54,58,64)
#2F3337
(47,51,55)
#282C2E
(40,44,46)
#212525
(33,37,37)
#1A1E1C
(26,30,28)
#131713
(19,23,19)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #525664

#525664
(82,86,100)
#616572
(97,101,114)
#707480
(112,116,128)
#7F838E
(127,131,142)
#8E929C
(142,146,156)
#9DA1AA
(157,161,170)
#ACB0B8
(172,176,184)
#BBBFC6
(187,191,198)
#CACED4
(202,206,212)
#D9DDE2
(217,221,226)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525664; }

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

This text font color is #525664.


Background Color

.myBgColor { background-color: #525664; }

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

This div background color is #525664.


Border color

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

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

This div border color is #525664.


Opacity

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

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

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

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

This text has shadow with #525664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525664 on black background.


Color preview on white background

This text has color #525664 on white background.



Black color preview on #525664 background

This text has black color on #525664 background.


White color preview on #525664 background

This text has white color on #525664 background.