COLOR #63536A

HEX: #63536A
RGB: (99,83,106)

Color info

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

RGB color model

#63536A color RGB value is (99,83,106).

  • red value is 99;
  • green value is 83;
  • blue value is 106.
RGB:
(99,83,106)
(39%,33%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 83 of 255 = 33%
B 106 of 255 = 42%

99
83
106

R + G + B ~ 38%. #63536A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 83 + 106 = 288 (100%)
R 99 of 288 ~ 34.38%
G 83 of 288 ~ 28.82%
B 106 of 288 ~ 36.81%

%34.38
%28.82
%36.81

CMYK color model

#63536A color CMYK value is (7,22,0,58).

  • cyan value is 6.60%
  • magenta value is 21.70%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(7,22,0,58)
C7M22Y0K58 
(7%,22%,0%,58%)
(0.07/0.22/0.00/0.58)	

CMYK percentages

%6.6
%21.7
%0
%58.43

Codes

Color #63536A in popluar color models

63536A
RGB9983106
HSL282°12.17%37.06%
HSB/HSV282°21.70%41.57%
CMYK6.60%21.70%0.00%
58.43%

Color #63536A in popluar number systems.

HEX63536A
Decimal9983106
Binary110001110100111101010
Octal143123152

Shades and tints

Shades of #63536A

#63536A
(99,83,106)
#5A4C61
(90,76,97)
#514558
(81,69,88)
#483E4F
(72,62,79)
#3F3746
(63,55,70)
#36303D
(54,48,61)
#2D2934
(45,41,52)
#24222B
(36,34,43)
#1B1B22
(27,27,34)
#121419
(18,20,25)
#090D10
(9,13,16)
#000000
(0,0,0)

Tints of #63536A

#63536A
(99,83,106)
#716277
(113,98,119)
#7F7184
(127,113,132)
#8D8091
(141,128,145)
#9B8F9E
(155,143,158)
#A99EAB
(169,158,171)
#B7ADB8
(183,173,184)
#C5BCC5
(197,188,197)
#D3CBD2
(211,203,210)
#E1DADF
(225,218,223)
#EFE9EC
(239,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63536A color. Also use rgb(99,83,106) instead hex code.

Text Font Color

.myTextColor { color: #63536A; }

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

This text font color is #63536A.


Background Color

.myBgColor { background-color: #63536A; }

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

This div background color is #63536A.


Border color

.myBorderColor { border: 1px solid #63536A; }

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

This div border color is #63536A.


Opacity

.myOpacity80 { color: #63536A; opacity: 0.8; }

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

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

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

This text has shadow with #63536A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63536A on black background.


Color preview on white background

This text has color #63536A on white background.



Black color preview on #63536A background

This text has black color on #63536A background.


White color preview on #63536A background

This text has white color on #63536A background.