COLOR #636263

HEX: #636263
RGB: (99,98,99)

Color info

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

RGB color model

#636263 color RGB value is (99,98,99).

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

RGB channels and saturation

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

99
98
99

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

Portions of RGB colors in percentages

R + G + B =
99 + 98 + 99 = 296 (100%)
R 99 of 296 ~ 33.45%
G 98 of 296 ~ 33.11%
B 99 of 296 ~ 33.45%

%33.45
%33.11
%33.45

CMYK color model

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

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

CMYK percentages

%0
%1.01
%0
%61.18

Codes

Color #636263 in popluar color models

636263
RGB999899
HSL300°0.51%38.63%
HSB/HSV300°1.01%38.82%
CMYK0.00%1.01%0.00%
61.18%

Color #636263 in popluar number systems.

HEX636263
Decimal999899
Binary110001111000101100011
Octal143142143

Shades and tints

Shades of #636263

#636263
(99,98,99)
#5A5A5A
(90,90,90)
#515251
(81,82,81)
#484A48
(72,74,72)
#3F423F
(63,66,63)
#363A36
(54,58,54)
#2D322D
(45,50,45)
#242A24
(36,42,36)
#1B221B
(27,34,27)
#121A12
(18,26,18)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #636263

#636263
(99,98,99)
#717071
(113,112,113)
#7F7E7F
(127,126,127)
#8D8C8D
(141,140,141)
#9B9A9B
(155,154,155)
#A9A8A9
(169,168,169)
#B7B6B7
(183,182,183)
#C5C4C5
(197,196,197)
#D3D2D3
(211,210,211)
#E1E0E1
(225,224,225)
#EFEEEF
(239,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636263; }

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

This text font color is #636263.


Background Color

.myBgColor { background-color: #636263; }

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

This div background color is #636263.


Border color

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

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

This div border color is #636263.


Opacity

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

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

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

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

This text has shadow with #636263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636263 on black background.


Color preview on white background

This text has color #636263 on white background.



Black color preview on #636263 background

This text has black color on #636263 background.


White color preview on #636263 background

This text has white color on #636263 background.