COLOR #636260

HEX: #636260
RGB: (99,98,96)

Color info

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

RGB color model

#636260 color RGB value is (99,98,96).

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

RGB channels and saturation

R 99 of 255 = 39%
G 98 of 255 = 38%
B 96 of 255 = 38%

99
98
96

R + G + B ~ 38%. #636260 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 96 = 293 (100%)
R 99 of 293 ~ 33.79%
G 98 of 293 ~ 33.45%
B 96 of 293 ~ 32.76%

%33.79
%33.45
%32.76

CMYK color model

#636260 color CMYK value is (0,1,3,61).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 3.03%
  • key color value is 61.18%
CMYK:
(0,1,3,61)
C0M1Y3K61 
(0%,1%,3%,61%)
(0.00/0.01/0.03/0.61)	

CMYK percentages

%0
%1.01
%3.03
%61.18

Codes

Color #636260 in popluar color models

636260
RGB999896
HSL40°1.54%38.24%
HSB/HSV40°3.03%38.82%
CMYK0.00%1.01%3.03%
61.18%

Color #636260 in popluar number systems.

HEX636260
Decimal999896
Binary110001111000101100000
Octal143142140

Shades and tints

Shades of #636260

#636260
(99,98,96)
#5A5A58
(90,90,88)
#515250
(81,82,80)
#484A48
(72,74,72)
#3F4240
(63,66,64)
#363A38
(54,58,56)
#2D3230
(45,50,48)
#242A28
(36,42,40)
#1B2220
(27,34,32)
#121A18
(18,26,24)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #636260

#636260
(99,98,96)
#71706E
(113,112,110)
#7F7E7C
(127,126,124)
#8D8C8A
(141,140,138)
#9B9A98
(155,154,152)
#A9A8A6
(169,168,166)
#B7B6B4
(183,182,180)
#C5C4C2
(197,196,194)
#D3D2D0
(211,210,208)
#E1E0DE
(225,224,222)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636260; }

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

This text font color is #636260.


Background Color

.myBgColor { background-color: #636260; }

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

This div background color is #636260.


Border color

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

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

This div border color is #636260.


Opacity

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

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

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

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

This text has shadow with #636260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636260 on black background.


Color preview on white background

This text has color #636260 on white background.



Black color preview on #636260 background

This text has black color on #636260 background.


White color preview on #636260 background

This text has white color on #636260 background.