COLOR #63616A

HEX: #63616A
RGB: (99,97,106)

Color info

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

RGB color model

#63616A color RGB value is (99,97,106).

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

RGB channels and saturation

R 99 of 255 = 39%
G 97 of 255 = 38%
B 106 of 255 = 42%

99
97
106

R + G + B ~ 40%. #63616A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 97 + 106 = 302 (100%)
R 99 of 302 ~ 32.78%
G 97 of 302 ~ 32.12%
B 106 of 302 ~ 35.1%

%32.78
%32.12
%35.1

CMYK color model

#63616A color CMYK value is (7,8,0,58).

  • cyan value is 6.60%
  • magenta value is 8.49%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(7,8,0,58)
C7M8Y0K58 
(7%,8%,0%,58%)
(0.07/0.08/0.00/0.58)	

CMYK percentages

%6.6
%8.49
%0
%58.43

Codes

Color #63616A in popluar color models

63616A
RGB9997106
HSL253°4.43%39.80%
HSB/HSV253°8.49%41.57%
CMYK6.60%8.49%0.00%
58.43%

Color #63616A in popluar number systems.

HEX63616A
Decimal9997106
Binary110001111000011101010
Octal143141152

Shades and tints

Shades of #63616A

#63616A
(99,97,106)
#5A5961
(90,89,97)
#515158
(81,81,88)
#48494F
(72,73,79)
#3F4146
(63,65,70)
#36393D
(54,57,61)
#2D3134
(45,49,52)
#24292B
(36,41,43)
#1B2122
(27,33,34)
#121919
(18,25,25)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #63616A

#63616A
(99,97,106)
#716F77
(113,111,119)
#7F7D84
(127,125,132)
#8D8B91
(141,139,145)
#9B999E
(155,153,158)
#A9A7AB
(169,167,171)
#B7B5B8
(183,181,184)
#C5C3C5
(197,195,197)
#D3D1D2
(211,209,210)
#E1DFDF
(225,223,223)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63616A; }

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

This text font color is #63616A.


Background Color

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

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

This div background color is #63616A.


Border color

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

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

This div border color is #63616A.


Opacity

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

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

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

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

This text has shadow with #63616A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63616A on black background.


Color preview on white background

This text has color #63616A on white background.



Black color preview on #63616A background

This text has black color on #63616A background.


White color preview on #63616A background

This text has white color on #63616A background.