COLOR #637664

HEX: #637664
RGB: (99,118,100)

Color info

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

RGB color model

#637664 color RGB value is (99,118,100).

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

RGB channels and saturation

R 99 of 255 = 39%
G 118 of 255 = 46%
B 100 of 255 = 39%

99
118
100

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

Portions of RGB colors in percentages

R + G + B =
99 + 118 + 100 = 317 (100%)
R 99 of 317 ~ 31.23%
G 118 of 317 ~ 37.22%
B 100 of 317 ~ 31.55%

%31.23
%37.22
%31.55

CMYK color model

#637664 color CMYK value is (16,0,15,54).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 53.73%
CMYK:
(16,0,15,54)
C16M0Y15K54 
(16%,0%,15%,54%)
(0.16/0.00/0.15/0.54)	

CMYK percentages

%16.1
%0
%15.25
%53.73

Codes

Color #637664 in popluar color models

637664
RGB99118100
HSL123°8.76%42.55%
HSB/HSV123°16.10%46.27%
CMYK16.10%0.00%15.25%
53.73%

Color #637664 in popluar number systems.

HEX637664
Decimal99118100
Binary110001111101101100100
Octal143166144

Shades and tints

Shades of #637664

#637664
(99,118,100)
#5A6C5B
(90,108,91)
#516252
(81,98,82)
#485849
(72,88,73)
#3F4E40
(63,78,64)
#364437
(54,68,55)
#2D3A2E
(45,58,46)
#243025
(36,48,37)
#1B261C
(27,38,28)
#121C13
(18,28,19)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #637664

#637664
(99,118,100)
#718272
(113,130,114)
#7F8E80
(127,142,128)
#8D9A8E
(141,154,142)
#9BA69C
(155,166,156)
#A9B2AA
(169,178,170)
#B7BEB8
(183,190,184)
#C5CAC6
(197,202,198)
#D3D6D4
(211,214,212)
#E1E2E2
(225,226,226)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637664; }

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

This text font color is #637664.


Background Color

.myBgColor { background-color: #637664; }

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

This div background color is #637664.


Border color

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

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

This div border color is #637664.


Opacity

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

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

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

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

This text has shadow with #637664 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637664 on black background.


Color preview on white background

This text has color #637664 on white background.



Black color preview on #637664 background

This text has black color on #637664 background.


White color preview on #637664 background

This text has white color on #637664 background.