COLOR #525863

HEX: #525863
RGB: (82,88,99)

Color info

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

RGB color model

#525863 color RGB value is (82,88,99).

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

RGB channels and saturation

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

82
88
99

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

Portions of RGB colors in percentages

R + G + B =
82 + 88 + 99 = 269 (100%)
R 82 of 269 ~ 30.48%
G 88 of 269 ~ 32.71%
B 99 of 269 ~ 36.8%

%30.48
%32.71
%36.8

CMYK color model

#525863 color CMYK value is (17,11,0,61).

  • cyan value is 17.17%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(17,11,0,61)
C17M11Y0K61 
(17%,11%,0%,61%)
(0.17/0.11/0.00/0.61)	

CMYK percentages

%17.17
%11.11
%0
%61.18

Codes

Color #525863 in popluar color models

525863
RGB828899
HSL219°9.39%35.49%
HSB/HSV219°17.17%38.82%
CMYK17.17%11.11%0.00%
61.18%

Color #525863 in popluar number systems.

HEX525863
Decimal828899
Binary101001010110001100011
Octal122130143

Shades and tints

Shades of #525863

#525863
(82,88,99)
#4B505A
(75,80,90)
#444851
(68,72,81)
#3D4048
(61,64,72)
#36383F
(54,56,63)
#2F3036
(47,48,54)
#28282D
(40,40,45)
#212024
(33,32,36)
#1A181B
(26,24,27)
#131012
(19,16,18)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #525863

#525863
(82,88,99)
#616771
(97,103,113)
#70767F
(112,118,127)
#7F858D
(127,133,141)
#8E949B
(142,148,155)
#9DA3A9
(157,163,169)
#ACB2B7
(172,178,183)
#BBC1C5
(187,193,197)
#CAD0D3
(202,208,211)
#D9DFE1
(217,223,225)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525863; }

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

This text font color is #525863.


Background Color

.myBgColor { background-color: #525863; }

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

This div background color is #525863.


Border color

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

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

This div border color is #525863.


Opacity

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

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

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

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

This text has shadow with #525863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #525863 on black background.


Color preview on white background

This text has color #525863 on white background.



Black color preview on #525863 background

This text has black color on #525863 background.


White color preview on #525863 background

This text has white color on #525863 background.