COLOR #525466

HEX: #525466
RGB: (82,84,102)

Color info

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

RGB color model

#525466 color RGB value is (82,84,102).

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

RGB channels and saturation

R 82 of 255 = 32%
G 84 of 255 = 33%
B 102 of 255 = 40%

82
84
102

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

Portions of RGB colors in percentages

R + G + B =
82 + 84 + 102 = 268 (100%)
R 82 of 268 ~ 30.6%
G 84 of 268 ~ 31.34%
B 102 of 268 ~ 38.06%

%30.6
%31.34
%38.06

CMYK color model

#525466 color CMYK value is (20,18,0,60).

  • cyan value is 19.61%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(20,18,0,60)
C20M18Y0K60 
(20%,18%,0%,60%)
(0.20/0.18/0.00/0.60)	

CMYK percentages

%19.61
%17.65
%0
%60

Codes

Color #525466 in popluar color models

525466
RGB8284102
HSL234°10.87%36.08%
HSB/HSV234°19.61%40.00%
CMYK19.61%17.65%0.00%
60.00%

Color #525466 in popluar number systems.

HEX525466
Decimal8284102
Binary101001010101001100110
Octal122124146

Shades and tints

Shades of #525466

#525466
(82,84,102)
#4B4D5D
(75,77,93)
#444654
(68,70,84)
#3D3F4B
(61,63,75)
#363842
(54,56,66)
#2F3139
(47,49,57)
#282A30
(40,42,48)
#212327
(33,35,39)
#1A1C1E
(26,28,30)
#131515
(19,21,21)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #525466

#525466
(82,84,102)
#616373
(97,99,115)
#707280
(112,114,128)
#7F818D
(127,129,141)
#8E909A
(142,144,154)
#9D9FA7
(157,159,167)
#ACAEB4
(172,174,180)
#BBBDC1
(187,189,193)
#CACCCE
(202,204,206)
#D9DBDB
(217,219,219)
#E8EAE8
(232,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525466; }

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

This text font color is #525466.


Background Color

.myBgColor { background-color: #525466; }

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

This div background color is #525466.


Border color

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

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

This div border color is #525466.


Opacity

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

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

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

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

This text has shadow with #525466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525466 on black background.


Color preview on white background

This text has color #525466 on white background.



Black color preview on #525466 background

This text has black color on #525466 background.


White color preview on #525466 background

This text has white color on #525466 background.