COLOR #63617A

HEX: #63617A
RGB: (99,97,122)

Color info

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

RGB color model

#63617A color RGB value is (99,97,122).

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

RGB channels and saturation

R 99 of 255 = 39%
G 97 of 255 = 38%
B 122 of 255 = 48%

99
97
122

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

Portions of RGB colors in percentages

R + G + B =
99 + 97 + 122 = 318 (100%)
R 99 of 318 ~ 31.13%
G 97 of 318 ~ 30.5%
B 122 of 318 ~ 38.36%

%31.13
%30.5
%38.36

CMYK color model

#63617A color CMYK value is (19,20,0,52).

  • cyan value is 18.85%
  • magenta value is 20.49%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (19,20,0,52) C19M20Y0K52 (19%,20%,0%,52%) (0.19/0.20/0.00/0.52)

CMYK percentages

%18.85
%20.49
%0
%52.16

Codes

Color #63617A in popluar color models

63617A
RGB9997122
HSL245°11.42%42.94%
HSB/HSV245°20.49%47.84%
CMYK18.85%20.49%0.00%
52.16%

Color #63617A in popluar number systems.

HEX63617A
Decimal9997122
Binary110001111000011111010
Octal143141172

Shades and tints

Shades of #63617A

#63617A
(99,97,122)
#5A596F
(90,89,111)
#515164
(81,81,100)
#484959
(72,73,89)
#3F414E
(63,65,78)
#363943
(54,57,67)
#2D3138
(45,49,56)
#24292D
(36,41,45)
#1B2122
(27,33,34)
#121917
(18,25,23)
#09110C
(9,17,12)
#000000
(0,0,0)

Tints of #63617A

#63617A
(99,97,122)
#716F86
(113,111,134)
#7F7D92
(127,125,146)
#8D8B9E
(141,139,158)
#9B99AA
(155,153,170)
#A9A7B6
(169,167,182)
#B7B5C2
(183,181,194)
#C5C3CE
(197,195,206)
#D3D1DA
(211,209,218)
#E1DFE6
(225,223,230)
#EFEDF2
(239,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63617A; }

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

This text font color is #63617A.


Background Color

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

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

This div background color is #63617A.


Border color

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

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

This div border color is #63617A.


Opacity

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

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

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

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

This text has shadow with #63617A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #63617A on black background.


Color preview on white background

This text has color #63617A on white background.



Black color preview on #63617A background

This text has black color on #63617A background.


White color preview on #63617A background

This text has white color on #63617A background.