COLOR #63526E

HEX: #63526E
RGB: (99,82,110)

Color info

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

RGB color model

#63526E color RGB value is (99,82,110).

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

RGB channels and saturation

R 99 of 255 = 39%
G 82 of 255 = 32%
B 110 of 255 = 43%

99
82
110

R + G + B ~ 38%. #63526E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 82 + 110 = 291 (100%)
R 99 of 291 ~ 34.02%
G 82 of 291 ~ 28.18%
B 110 of 291 ~ 37.8%

%34.02
%28.18
%37.8

CMYK color model

#63526E color CMYK value is (10,25,0,57).

  • cyan value is 10.00%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(10,25,0,57)
C10M25Y0K57 
(10%,25%,0%,57%)
(0.10/0.25/0.00/0.57)	

CMYK percentages

%10
%25.45
%0
%56.86

Codes

Color #63526E in popluar color models

63526E
RGB9982110
HSL276°14.58%37.65%
HSB/HSV276°25.45%43.14%
CMYK10.00%25.45%0.00%
56.86%

Color #63526E in popluar number systems.

HEX63526E
Decimal9982110
Binary110001110100101101110
Octal143122156

Shades and tints

Shades of #63526E

#63526E
(99,82,110)
#5A4B64
(90,75,100)
#51445A
(81,68,90)
#483D50
(72,61,80)
#3F3646
(63,54,70)
#362F3C
(54,47,60)
#2D2832
(45,40,50)
#242128
(36,33,40)
#1B1A1E
(27,26,30)
#121314
(18,19,20)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #63526E

#63526E
(99,82,110)
#71617B
(113,97,123)
#7F7088
(127,112,136)
#8D7F95
(141,127,149)
#9B8EA2
(155,142,162)
#A99DAF
(169,157,175)
#B7ACBC
(183,172,188)
#C5BBC9
(197,187,201)
#D3CAD6
(211,202,214)
#E1D9E3
(225,217,227)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63526E; }

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

This text font color is #63526E.


Background Color

.myBgColor { background-color: #63526E; }

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

This div background color is #63526E.


Border color

.myBorderColor { border: 1px solid #63526E; }

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

This div border color is #63526E.


Opacity

.myOpacity80 { color: #63526E; opacity: 0.8; }

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

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

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

This text has shadow with #63526E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63526E on black background.


Color preview on white background

This text has color #63526E on white background.



Black color preview on #63526E background

This text has black color on #63526E background.


White color preview on #63526E background

This text has white color on #63526E background.