COLOR #636F6D

HEX: #636F6D
RGB: (99,111,109)

Color info

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

RGB color model

#636F6D color RGB value is (99,111,109).

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

RGB channels and saturation

R 99 of 255 = 39%
G 111 of 255 = 44%
B 109 of 255 = 43%

99
111
109

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

Portions of RGB colors in percentages

R + G + B =
99 + 111 + 109 = 319 (100%)
R 99 of 319 ~ 31.03%
G 111 of 319 ~ 34.8%
B 109 of 319 ~ 34.17%

%31.03
%34.8
%34.17

CMYK color model

#636F6D color CMYK value is (11,0,2,56).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 56.47%
CMYK:
(11,0,2,56)
C11M0Y2K56 
(11%,0%,2%,56%)
(0.11/0.00/0.02/0.56)	

CMYK percentages

%10.81
%0
%1.8
%56.47

Codes

Color #636F6D in popluar color models

636F6D
RGB99111109
HSL170°5.71%41.18%
HSB/HSV170°10.81%43.53%
CMYK10.81%0.00%1.80%
56.47%

Color #636F6D in popluar number systems.

HEX636F6D
Decimal99111109
Binary110001111011111101101
Octal143157155

Shades and tints

Shades of #636F6D

#636F6D
(99,111,109)
#5A6564
(90,101,100)
#515B5B
(81,91,91)
#485152
(72,81,82)
#3F4749
(63,71,73)
#363D40
(54,61,64)
#2D3337
(45,51,55)
#24292E
(36,41,46)
#1B1F25
(27,31,37)
#12151C
(18,21,28)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #636F6D

#636F6D
(99,111,109)
#717C7A
(113,124,122)
#7F8987
(127,137,135)
#8D9694
(141,150,148)
#9BA3A1
(155,163,161)
#A9B0AE
(169,176,174)
#B7BDBB
(183,189,187)
#C5CAC8
(197,202,200)
#D3D7D5
(211,215,213)
#E1E4E2
(225,228,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636F6D; }

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

This text font color is #636F6D.


Background Color

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

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

This div background color is #636F6D.


Border color

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

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

This div border color is #636F6D.


Opacity

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

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

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

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

This text has shadow with #636F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636F6D on black background.


Color preview on white background

This text has color #636F6D on white background.



Black color preview on #636F6D background

This text has black color on #636F6D background.


White color preview on #636F6D background

This text has white color on #636F6D background.