COLOR #525063

HEX: #525063
RGB: (82,80,99)

Color info

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

RGB color model

#525063 color RGB value is (82,80,99).

  • red value is 82;
  • green value is 80;
  • blue value is 99.
RGB:
(82,80,99)
(32%,31%,39%)

RGB channels and saturation

R 82 of 255 = 32%
G 80 of 255 = 31%
B 99 of 255 = 39%

82
80
99

R + G + B ~ 34%. #525063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 80 + 99 = 261 (100%)
R 82 of 261 ~ 31.42%
G 80 of 261 ~ 30.65%
B 99 of 261 ~ 37.93%

%31.42
%30.65
%37.93

CMYK color model

#525063 color CMYK value is (17,19,0,61).

  • cyan value is 17.17%
  • magenta value is 19.19%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(17,19,0,61)
C17M19Y0K61 
(17%,19%,0%,61%)
(0.17/0.19/0.00/0.61)	

CMYK percentages

%17.17
%19.19
%0
%61.18

Codes

Color #525063 in popluar color models

525063
RGB828099
HSL246°10.61%35.10%
HSB/HSV246°19.19%38.82%
CMYK17.17%19.19%0.00%
61.18%

Color #525063 in popluar number systems.

HEX525063
Decimal828099
Binary101001010100001100011
Octal122120143

Shades and tints

Shades of #525063

#525063
(82,80,99)
#4B495A
(75,73,90)
#444251
(68,66,81)
#3D3B48
(61,59,72)
#36343F
(54,52,63)
#2F2D36
(47,45,54)
#28262D
(40,38,45)
#211F24
(33,31,36)
#1A181B
(26,24,27)
#131112
(19,17,18)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #525063

#525063
(82,80,99)
#615F71
(97,95,113)
#706E7F
(112,110,127)
#7F7D8D
(127,125,141)
#8E8C9B
(142,140,155)
#9D9BA9
(157,155,169)
#ACAAB7
(172,170,183)
#BBB9C5
(187,185,197)
#CAC8D3
(202,200,211)
#D9D7E1
(217,215,225)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #525063 color. Also use rgb(82,80,99) instead hex code.

Text Font Color

.myTextColor { color: #525063; }

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

This text font color is #525063.


Background Color

.myBgColor { background-color: #525063; }

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

This div background color is #525063.


Border color

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

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

This div border color is #525063.


Opacity

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

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

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

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

This text has shadow with #525063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525063 on black background.


Color preview on white background

This text has color #525063 on white background.



Black color preview on #525063 background

This text has black color on #525063 background.


White color preview on #525063 background

This text has white color on #525063 background.