COLOR #63515B

HEX: #63515B
RGB: (99,81,91)

Color info

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

RGB color model

#63515B color RGB value is (99,81,91).

  • red value is 99;
  • green value is 81;
  • blue value is 91.
RGB:
(99,81,91)
(39%,32%,36%)

RGB channels and saturation

R 99 of 255 = 39%
G 81 of 255 = 32%
B 91 of 255 = 36%

99
81
91

R + G + B ~ 36%. #63515B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 81 + 91 = 271 (100%)
R 99 of 271 ~ 36.53%
G 81 of 271 ~ 29.89%
B 91 of 271 ~ 33.58%

%36.53
%29.89
%33.58

CMYK color model

#63515B color CMYK value is (0,18,8,61).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 8.08%
  • key color value is 61.18%
CMYK:
(0,18,8,61)
C0M18Y8K61 
(0%,18%,8%,61%)
(0.00/0.18/0.08/0.61)	

CMYK percentages

%0
%18.18
%8.08
%61.18

Codes

Color #63515B in popluar color models

63515B
RGB998191
HSL327°10.00%35.29%
HSB/HSV327°18.18%38.82%
CMYK0.00%18.18%8.08%
61.18%

Color #63515B in popluar number systems.

HEX63515B
Decimal998191
Binary110001110100011011011
Octal143121133

Shades and tints

Shades of #63515B

#63515B
(99,81,91)
#5A4A53
(90,74,83)
#51434B
(81,67,75)
#483C43
(72,60,67)
#3F353B
(63,53,59)
#362E33
(54,46,51)
#2D272B
(45,39,43)
#242023
(36,32,35)
#1B191B
(27,25,27)
#121213
(18,18,19)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #63515B

#63515B
(99,81,91)
#716069
(113,96,105)
#7F6F77
(127,111,119)
#8D7E85
(141,126,133)
#9B8D93
(155,141,147)
#A99CA1
(169,156,161)
#B7ABAF
(183,171,175)
#C5BABD
(197,186,189)
#D3C9CB
(211,201,203)
#E1D8D9
(225,216,217)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63515B color. Also use rgb(99,81,91) instead hex code.

Text Font Color

.myTextColor { color: #63515B; }

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

This text font color is #63515B.


Background Color

.myBgColor { background-color: #63515B; }

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

This div background color is #63515B.


Border color

.myBorderColor { border: 1px solid #63515B; }

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

This div border color is #63515B.


Opacity

.myOpacity80 { color: #63515B; opacity: 0.8; }

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

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

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

This text has shadow with #63515B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63515B on black background.


Color preview on white background

This text has color #63515B on white background.



Black color preview on #63515B background

This text has black color on #63515B background.


White color preview on #63515B background

This text has white color on #63515B background.