COLOR #636964

HEX: #636964
RGB: (99,105,100)

Color info

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

RGB color model

#636964 color RGB value is (99,105,100).

  • red value is 99;
  • green value is 105;
  • blue value is 100.
RGB:
(99,105,100)
(39%,41%,39%)

RGB channels and saturation

R 99 of 255 = 39%
G 105 of 255 = 41%
B 100 of 255 = 39%

99
105
100

R + G + B ~ 40%. #636964 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 105 + 100 = 304 (100%)
R 99 of 304 ~ 32.57%
G 105 of 304 ~ 34.54%
B 100 of 304 ~ 32.89%

%32.57
%34.54
%32.89

CMYK color model

#636964 color CMYK value is (6,0,5,59).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 58.82%
CMYK:
(6,0,5,59)
C6M0Y5K59 
(6%,0%,5%,59%)
(0.06/0.00/0.05/0.59)	

CMYK percentages

%5.71
%0
%4.76
%58.82

Codes

Color #636964 in popluar color models

636964
RGB99105100
HSL130°2.94%40.00%
HSB/HSV130°5.71%41.18%
CMYK5.71%0.00%4.76%
58.82%

Color #636964 in popluar number systems.

HEX636964
Decimal99105100
Binary110001111010011100100
Octal143151144

Shades and tints

Shades of #636964

#636964
(99,105,100)
#5A605B
(90,96,91)
#515752
(81,87,82)
#484E49
(72,78,73)
#3F4540
(63,69,64)
#363C37
(54,60,55)
#2D332E
(45,51,46)
#242A25
(36,42,37)
#1B211C
(27,33,28)
#121813
(18,24,19)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #636964

#636964
(99,105,100)
#717672
(113,118,114)
#7F8380
(127,131,128)
#8D908E
(141,144,142)
#9B9D9C
(155,157,156)
#A9AAAA
(169,170,170)
#B7B7B8
(183,183,184)
#C5C4C6
(197,196,198)
#D3D1D4
(211,209,212)
#E1DEE2
(225,222,226)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636964 color. Also use rgb(99,105,100) instead hex code.

Text Font Color

.myTextColor { color: #636964; }

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

This text font color is #636964.


Background Color

.myBgColor { background-color: #636964; }

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

This div background color is #636964.


Border color

.myBorderColor { border: 1px solid #636964; }

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

This div border color is #636964.


Opacity

.myOpacity80 { color: #636964; opacity: 0.8; }

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

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

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

This text has shadow with #636964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636964 on black background.


Color preview on white background

This text has color #636964 on white background.



Black color preview on #636964 background

This text has black color on #636964 background.


White color preview on #636964 background

This text has white color on #636964 background.