COLOR #636660

HEX: #636660
RGB: (99,102,96)

Color info

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

RGB color model

#636660 color RGB value is (99,102,96).

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

RGB channels and saturation

R 99 of 255 = 39%
G 102 of 255 = 40%
B 96 of 255 = 38%

99
102
96

R + G + B ~ 39%. #636660 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 102 + 96 = 297 (100%)
R 99 of 297 ~ 33.33%
G 102 of 297 ~ 34.34%
B 96 of 297 ~ 32.32%

%33.33
%34.34
%32.32

CMYK color model

#636660 color CMYK value is (3,0,6,60).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 60.00%
CMYK:
(3,0,6,60)
C3M0Y6K60 
(3%,0%,6%,60%)
(0.03/0.00/0.06/0.60)	

CMYK percentages

%2.94
%0
%5.88
%60

Codes

Color #636660 in popluar color models

636660
RGB9910296
HSL90°3.03%38.82%
HSB/HSV90°5.88%40.00%
CMYK2.94%0.00%5.88%
60.00%

Color #636660 in popluar number systems.

HEX636660
Decimal9910296
Binary110001111001101100000
Octal143146140

Shades and tints

Shades of #636660

#636660
(99,102,96)
#5A5D58
(90,93,88)
#515450
(81,84,80)
#484B48
(72,75,72)
#3F4240
(63,66,64)
#363938
(54,57,56)
#2D3030
(45,48,48)
#242728
(36,39,40)
#1B1E20
(27,30,32)
#121518
(18,21,24)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #636660

#636660
(99,102,96)
#71736E
(113,115,110)
#7F807C
(127,128,124)
#8D8D8A
(141,141,138)
#9B9A98
(155,154,152)
#A9A7A6
(169,167,166)
#B7B4B4
(183,180,180)
#C5C1C2
(197,193,194)
#D3CED0
(211,206,208)
#E1DBDE
(225,219,222)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636660; }

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

This text font color is #636660.


Background Color

.myBgColor { background-color: #636660; }

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

This div background color is #636660.


Border color

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

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

This div border color is #636660.


Opacity

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

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

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

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

This text has shadow with #636660 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636660 on black background.


Color preview on white background

This text has color #636660 on white background.



Black color preview on #636660 background

This text has black color on #636660 background.


White color preview on #636660 background

This text has white color on #636660 background.