COLOR #63605B

HEX: #63605B
RGB: (99,96,91)

Color info

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

RGB color model

#63605B color RGB value is (99,96,91).

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

RGB channels and saturation

R 99 of 255 = 39%
G 96 of 255 = 38%
B 91 of 255 = 36%

99
96
91

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

Portions of RGB colors in percentages

R + G + B =
99 + 96 + 91 = 286 (100%)
R 99 of 286 ~ 34.62%
G 96 of 286 ~ 33.57%
B 91 of 286 ~ 31.82%

%34.62
%33.57
%31.82

CMYK color model

#63605B color CMYK value is (0,3,8,61).

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 8.08%
  • key color value is 61.18%
CMYK:
(0,3,8,61)
C0M3Y8K61 
(0%,3%,8%,61%)
(0.00/0.03/0.08/0.61)	

CMYK percentages

%0
%3.03
%8.08
%61.18

Codes

Color #63605B in popluar color models

63605B
RGB999691
HSL38°4.21%37.25%
HSB/HSV38°8.08%38.82%
CMYK0.00%3.03%8.08%
61.18%

Color #63605B in popluar number systems.

HEX63605B
Decimal999691
Binary110001111000001011011
Octal143140133

Shades and tints

Shades of #63605B

#63605B
(99,96,91)
#5A5853
(90,88,83)
#51504B
(81,80,75)
#484843
(72,72,67)
#3F403B
(63,64,59)
#363833
(54,56,51)
#2D302B
(45,48,43)
#242823
(36,40,35)
#1B201B
(27,32,27)
#121813
(18,24,19)
#09100B
(9,16,11)
#000000
(0,0,0)

Tints of #63605B

#63605B
(99,96,91)
#716E69
(113,110,105)
#7F7C77
(127,124,119)
#8D8A85
(141,138,133)
#9B9893
(155,152,147)
#A9A6A1
(169,166,161)
#B7B4AF
(183,180,175)
#C5C2BD
(197,194,189)
#D3D0CB
(211,208,203)
#E1DED9
(225,222,217)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63605B; }

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

This text font color is #63605B.


Background Color

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

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

This div background color is #63605B.


Border color

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

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

This div border color is #63605B.


Opacity

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

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

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

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

This text has shadow with #63605B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63605B on black background.


Color preview on white background

This text has color #63605B on white background.



Black color preview on #63605B background

This text has black color on #63605B background.


White color preview on #63605B background

This text has white color on #63605B background.