COLOR #636C7F

HEX: #636C7F
RGB: (99,108,127)

Color info

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

RGB color model

#636C7F color RGB value is (99,108,127).

  • red value is 99;
  • green value is 108;
  • blue value is 127.
RGB:
(99,108,127)
(39%,42%,50%)

RGB channels and saturation

R 99 of 255 = 39%
G 108 of 255 = 42%
B 127 of 255 = 50%

99
108
127

R + G + B ~ 44%. #636C7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 108 + 127 = 334 (100%)
R 99 of 334 ~ 29.64%
G 108 of 334 ~ 32.34%
B 127 of 334 ~ 38.02%

%29.64
%32.34
%38.02

CMYK color model

#636C7F color CMYK value is (22,15,0,50).

  • cyan value is 22.05%
  • magenta value is 14.96%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(22,15,0,50)
C22M15Y0K50 
(22%,15%,0%,50%)
(0.22/0.15/0.00/0.50)	

CMYK percentages

%22.05
%14.96
%0
%50.2

Codes

Color #636C7F in popluar color models

636C7F
RGB99108127
HSL221°12.39%44.31%
HSB/HSV221°22.05%49.80%
CMYK22.05%14.96%0.00%
50.20%

Color #636C7F in popluar number systems.

HEX636C7F
Decimal99108127
Binary110001111011001111111
Octal143154177

Shades and tints

Shades of #636C7F

#636C7F
(99,108,127)
#5A6374
(90,99,116)
#515A69
(81,90,105)
#48515E
(72,81,94)
#3F4853
(63,72,83)
#363F48
(54,63,72)
#2D363D
(45,54,61)
#242D32
(36,45,50)
#1B2427
(27,36,39)
#121B1C
(18,27,28)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #636C7F

#636C7F
(99,108,127)
#71798A
(113,121,138)
#7F8695
(127,134,149)
#8D93A0
(141,147,160)
#9BA0AB
(155,160,171)
#A9ADB6
(169,173,182)
#B7BAC1
(183,186,193)
#C5C7CC
(197,199,204)
#D3D4D7
(211,212,215)
#E1E1E2
(225,225,226)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636C7F color. Also use rgb(99,108,127) instead hex code.

Text Font Color

.myTextColor { color: #636C7F; }

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

This text font color is #636C7F.


Background Color

.myBgColor { background-color: #636C7F; }

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

This div background color is #636C7F.


Border color

.myBorderColor { border: 1px solid #636C7F; }

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

This div border color is #636C7F.


Opacity

.myOpacity80 { color: #636C7F; opacity: 0.8; }

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

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

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

This text has shadow with #636C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636C7F on black background.


Color preview on white background

This text has color #636C7F on white background.



Black color preview on #636C7F background

This text has black color on #636C7F background.


White color preview on #636C7F background

This text has white color on #636C7F background.