COLOR #63635F

HEX: #63635F
RGB: (99,99,95)

Color info

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

RGB color model

#63635F color RGB value is (99,99,95).

  • red value is 99;
  • green value is 99;
  • blue value is 95.
RGB:
(99,99,95)
(39%,39%,37%)

RGB channels and saturation

R 99 of 255 = 39%
G 99 of 255 = 39%
B 95 of 255 = 37%

99
99
95

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 95 = 293 (100%)
R 99 of 293 ~ 33.79%
G 99 of 293 ~ 33.79%
B 95 of 293 ~ 32.42%

%33.79
%33.79
%32.42

CMYK color model

#63635F color CMYK value is (0,0,4,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 61.18%
CMYK:
(0,0,4,61)
C0M0Y4K61 
(0%,0%,4%,61%)
(0.00/0.00/0.04/0.61)	

CMYK percentages

%0
%0
%4.04
%61.18

Codes

Color #63635F in popluar color models

63635F
RGB999995
HSL60°2.06%38.04%
HSB/HSV60°4.04%38.82%
CMYK0.00%0.00%4.04%
61.18%

Color #63635F in popluar number systems.

HEX63635F
Decimal999995
Binary110001111000111011111
Octal143143137

Shades and tints

Shades of #63635F

#63635F
(99,99,95)
#5A5A57
(90,90,87)
#51514F
(81,81,79)
#484847
(72,72,71)
#3F3F3F
(63,63,63)
#363637
(54,54,55)
#2D2D2F
(45,45,47)
#242427
(36,36,39)
#1B1B1F
(27,27,31)
#121217
(18,18,23)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #63635F

#63635F
(99,99,95)
#71716D
(113,113,109)
#7F7F7B
(127,127,123)
#8D8D89
(141,141,137)
#9B9B97
(155,155,151)
#A9A9A5
(169,169,165)
#B7B7B3
(183,183,179)
#C5C5C1
(197,197,193)
#D3D3CF
(211,211,207)
#E1E1DD
(225,225,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63635F color. Also use rgb(99,99,95) instead hex code.

Text Font Color

.myTextColor { color: #63635F; }

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

This text font color is #63635F.


Background Color

.myBgColor { background-color: #63635F; }

<div style="background-color:#63635F">Inner text</div>

This div background color is #63635F.


Border color

.myBorderColor { border: 1px solid #63635F; }

<div style="border:3px solid #63635F">Div</div>

This div border color is #63635F.


Opacity

.myOpacity80 { color: #63635F; opacity: 0.8; }

<p style="color:#63635F;opacity:0.8;">80%</p>

Text with #63635F 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 #63635F;}

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

This text has shadow with #63635F color.

.textShadow {text-shadow: 3px 3px 1px #63635F, 3px 3px 1px red;}

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

This text has shadow with #63635F primary color and red secondary color.


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

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

This text has shadow with #63635F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63635F on black background.


Color preview on white background

This text has color #63635F on white background.



Black color preview on #63635F background

This text has black color on #63635F background.


White color preview on #63635F background

This text has white color on #63635F background.