COLOR #636665

HEX: #636665
RGB: (99,102,101)

Color info

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

RGB color model

#636665 color RGB value is (99,102,101).

  • red value is 99;
  • green value is 102;
  • blue value is 101.
RGB:
(99,102,101)
(39%,40%,40%)

RGB channels and saturation

R 99 of 255 = 39%
G 102 of 255 = 40%
B 101 of 255 = 40%

99
102
101

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

Portions of RGB colors in percentages

R + G + B =
99 + 102 + 101 = 302 (100%)
R 99 of 302 ~ 32.78%
G 102 of 302 ~ 33.77%
B 101 of 302 ~ 33.44%

%32.78
%33.77
%33.44

CMYK color model

#636665 color CMYK value is (3,0,1,60).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 60.00%
CMYK:
(3,0,1,60)
C3M0Y1K60 
(3%,0%,1%,60%)
(0.03/0.00/0.01/0.60)	

CMYK percentages

%2.94
%0
%0.98
%60

Codes

Color #636665 in popluar color models

636665
RGB99102101
HSL160°1.49%39.41%
HSB/HSV160°2.94%40.00%
CMYK2.94%0.00%0.98%
60.00%

Color #636665 in popluar number systems.

HEX636665
Decimal99102101
Binary110001111001101100101
Octal143146145

Shades and tints

Shades of #636665

#636665
(99,102,101)
#5A5D5C
(90,93,92)
#515453
(81,84,83)
#484B4A
(72,75,74)
#3F4241
(63,66,65)
#363938
(54,57,56)
#2D302F
(45,48,47)
#242726
(36,39,38)
#1B1E1D
(27,30,29)
#121514
(18,21,20)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #636665

#636665
(99,102,101)
#717373
(113,115,115)
#7F8081
(127,128,129)
#8D8D8F
(141,141,143)
#9B9A9D
(155,154,157)
#A9A7AB
(169,167,171)
#B7B4B9
(183,180,185)
#C5C1C7
(197,193,199)
#D3CED5
(211,206,213)
#E1DBE3
(225,219,227)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636665 color. Also use rgb(99,102,101) instead hex code.

Text Font Color

.myTextColor { color: #636665; }

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

This text font color is #636665.


Background Color

.myBgColor { background-color: #636665; }

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

This div background color is #636665.


Border color

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

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

This div border color is #636665.


Opacity

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

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

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

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

This text has shadow with #636665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636665 on black background.


Color preview on white background

This text has color #636665 on white background.



Black color preview on #636665 background

This text has black color on #636665 background.


White color preview on #636665 background

This text has white color on #636665 background.