COLOR #525A63

HEX: #525A63
RGB: (82,90,99)

Color info

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

RGB color model

#525A63 color RGB value is (82,90,99).

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

RGB channels and saturation

R 82 of 255 = 32%
G 90 of 255 = 35%
B 99 of 255 = 39%

82
90
99

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

Portions of RGB colors in percentages

R + G + B =
82 + 90 + 99 = 271 (100%)
R 82 of 271 ~ 30.26%
G 90 of 271 ~ 33.21%
B 99 of 271 ~ 36.53%

%30.26
%33.21
%36.53

CMYK color model

#525A63 color CMYK value is (17,9,0,61).

  • cyan value is 17.17%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(17,9,0,61)
C17M9Y0K61 
(17%,9%,0%,61%)
(0.17/0.09/0.00/0.61)	

CMYK percentages

%17.17
%9.09
%0
%61.18

Codes

Color #525A63 in popluar color models

525A63
RGB829099
HSL212°9.39%35.49%
HSB/HSV212°17.17%38.82%
CMYK17.17%9.09%0.00%
61.18%

Color #525A63 in popluar number systems.

HEX525A63
Decimal829099
Binary101001010110101100011
Octal122132143

Shades and tints

Shades of #525A63

#525A63
(82,90,99)
#4B525A
(75,82,90)
#444A51
(68,74,81)
#3D4248
(61,66,72)
#363A3F
(54,58,63)
#2F3236
(47,50,54)
#282A2D
(40,42,45)
#212224
(33,34,36)
#1A1A1B
(26,26,27)
#131212
(19,18,18)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #525A63

#525A63
(82,90,99)
#616971
(97,105,113)
#70787F
(112,120,127)
#7F878D
(127,135,141)
#8E969B
(142,150,155)
#9DA5A9
(157,165,169)
#ACB4B7
(172,180,183)
#BBC3C5
(187,195,197)
#CAD2D3
(202,210,211)
#D9E1E1
(217,225,225)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525A63; }

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

This text font color is #525A63.


Background Color

.myBgColor { background-color: #525A63; }

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

This div background color is #525A63.


Border color

.myBorderColor { border: 1px solid #525A63; }

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

This div border color is #525A63.


Opacity

.myOpacity80 { color: #525A63; opacity: 0.8; }

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

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

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

This text has shadow with #525A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525A63 on black background.


Color preview on white background

This text has color #525A63 on white background.



Black color preview on #525A63 background

This text has black color on #525A63 background.


White color preview on #525A63 background

This text has white color on #525A63 background.