COLOR #636D6B

HEX: #636D6B
RGB: (99,109,107)

Color info

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

RGB color model

#636D6B color RGB value is (99,109,107).

  • red value is 99;
  • green value is 109;
  • blue value is 107.
RGB:
(99,109,107)
(39%,43%,42%)

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 107 of 255 = 42%

99
109
107

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

Portions of RGB colors in percentages

R + G + B =
99 + 109 + 107 = 315 (100%)
R 99 of 315 ~ 31.43%
G 109 of 315 ~ 34.6%
B 107 of 315 ~ 33.97%

%31.43
%34.6
%33.97

CMYK color model

#636D6B color CMYK value is (9,0,2,57).

  • cyan value is 9.17%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(9,0,2,57)
C9M0Y2K57 
(9%,0%,2%,57%)
(0.09/0.00/0.02/0.57)	

CMYK percentages

%9.17
%0
%1.83
%57.25

Codes

Color #636D6B in popluar color models

636D6B
RGB99109107
HSL168°4.81%40.78%
HSB/HSV168°9.17%42.75%
CMYK9.17%0.00%1.83%
57.25%

Color #636D6B in popluar number systems.

HEX636D6B
Decimal99109107
Binary110001111011011101011
Octal143155153

Shades and tints

Shades of #636D6B

#636D6B
(99,109,107)
#5A6462
(90,100,98)
#515B59
(81,91,89)
#485250
(72,82,80)
#3F4947
(63,73,71)
#36403E
(54,64,62)
#2D3735
(45,55,53)
#242E2C
(36,46,44)
#1B2523
(27,37,35)
#121C1A
(18,28,26)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #636D6B

#636D6B
(99,109,107)
#717A78
(113,122,120)
#7F8785
(127,135,133)
#8D9492
(141,148,146)
#9BA19F
(155,161,159)
#A9AEAC
(169,174,172)
#B7BBB9
(183,187,185)
#C5C8C6
(197,200,198)
#D3D5D3
(211,213,211)
#E1E2E0
(225,226,224)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636D6B color. Also use rgb(99,109,107) instead hex code.

Text Font Color

.myTextColor { color: #636D6B; }

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

This text font color is #636D6B.


Background Color

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

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

This div background color is #636D6B.


Border color

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

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

This div border color is #636D6B.


Opacity

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

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

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

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

This text has shadow with #636D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636D6B on black background.


Color preview on white background

This text has color #636D6B on white background.



Black color preview on #636D6B background

This text has black color on #636D6B background.


White color preview on #636D6B background

This text has white color on #636D6B background.