COLOR #525668

HEX: #525668
RGB: (82,86,104)

Color info

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

RGB color model

#525668 color RGB value is (82,86,104).

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

RGB channels and saturation

R 82 of 255 = 32%
G 86 of 255 = 34%
B 104 of 255 = 41%

82
86
104

R + G + B ~ 36%. #525668 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 86 + 104 = 272 (100%)
R 82 of 272 ~ 30.15%
G 86 of 272 ~ 31.62%
B 104 of 272 ~ 38.24%

%30.15
%31.62
%38.24

CMYK color model

#525668 color CMYK value is (21,17,0,59).

  • cyan value is 21.15%
  • magenta value is 17.31%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(21,17,0,59)
C21M17Y0K59 
(21%,17%,0%,59%)
(0.21/0.17/0.00/0.59)	

CMYK percentages

%21.15
%17.31
%0
%59.22

Codes

Color #525668 in popluar color models

525668
RGB8286104
HSL229°11.83%36.47%
HSB/HSV229°21.15%40.78%
CMYK21.15%17.31%0.00%
59.22%

Color #525668 in popluar number systems.

HEX525668
Decimal8286104
Binary101001010101101101000
Octal122126150

Shades and tints

Shades of #525668

#525668
(82,86,104)
#4B4F5F
(75,79,95)
#444856
(68,72,86)
#3D414D
(61,65,77)
#363A44
(54,58,68)
#2F333B
(47,51,59)
#282C32
(40,44,50)
#212529
(33,37,41)
#1A1E20
(26,30,32)
#131717
(19,23,23)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #525668

#525668
(82,86,104)
#616575
(97,101,117)
#707482
(112,116,130)
#7F838F
(127,131,143)
#8E929C
(142,146,156)
#9DA1A9
(157,161,169)
#ACB0B6
(172,176,182)
#BBBFC3
(187,191,195)
#CACED0
(202,206,208)
#D9DDDD
(217,221,221)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525668; }

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

This text font color is #525668.


Background Color

.myBgColor { background-color: #525668; }

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

This div background color is #525668.


Border color

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

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

This div border color is #525668.


Opacity

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

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

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

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

This text has shadow with #525668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525668 on black background.


Color preview on white background

This text has color #525668 on white background.



Black color preview on #525668 background

This text has black color on #525668 background.


White color preview on #525668 background

This text has white color on #525668 background.