COLOR #63655B

HEX: #63655B
RGB: (99,101,91)

Color info

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

RGB color model

#63655B color RGB value is (99,101,91).

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

RGB channels and saturation

R 99 of 255 = 39%
G 101 of 255 = 40%
B 91 of 255 = 36%

99
101
91

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

Portions of RGB colors in percentages

R + G + B =
99 + 101 + 91 = 291 (100%)
R 99 of 291 ~ 34.02%
G 101 of 291 ~ 34.71%
B 91 of 291 ~ 31.27%

%34.02
%34.71
%31.27

CMYK color model

#63655B color CMYK value is (2,0,10,60).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 60.39%
CMYK:
(2,0,10,60)
C2M0Y10K60 
(2%,0%,10%,60%)
(0.02/0.00/0.10/0.60)	

CMYK percentages

%1.98
%0
%9.9
%60.39

Codes

Color #63655B in popluar color models

63655B
RGB9910191
HSL72°5.21%37.65%
HSB/HSV72°9.90%39.61%
CMYK1.98%0.00%9.90%
60.39%

Color #63655B in popluar number systems.

HEX63655B
Decimal9910191
Binary110001111001011011011
Octal143145133

Shades and tints

Shades of #63655B

#63655B
(99,101,91)
#5A5C53
(90,92,83)
#51534B
(81,83,75)
#484A43
(72,74,67)
#3F413B
(63,65,59)
#363833
(54,56,51)
#2D2F2B
(45,47,43)
#242623
(36,38,35)
#1B1D1B
(27,29,27)
#121413
(18,20,19)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #63655B

#63655B
(99,101,91)
#717369
(113,115,105)
#7F8177
(127,129,119)
#8D8F85
(141,143,133)
#9B9D93
(155,157,147)
#A9ABA1
(169,171,161)
#B7B9AF
(183,185,175)
#C5C7BD
(197,199,189)
#D3D5CB
(211,213,203)
#E1E3D9
(225,227,217)
#EFF1E7
(239,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #63655B; }

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

This text font color is #63655B.


Background Color

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

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

This div background color is #63655B.


Border color

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

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

This div border color is #63655B.


Opacity

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

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

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

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

This text has shadow with #63655B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63655B on black background.


Color preview on white background

This text has color #63655B on white background.



Black color preview on #63655B background

This text has black color on #63655B background.


White color preview on #63655B background

This text has white color on #63655B background.