COLOR #636363

HEX: #636363
RGB: (99,99,99)

Color info

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

RGB color model

#636363 color RGB value is (99,99,99).

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

RGB channels and saturation

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

99
99
99

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

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 99 = 297 (100%)
R 99 of 297 ~ 33.33%
G 99 of 297 ~ 33.33%
B 99 of 297 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#636363 color CMYK value is (0,0,0,61).

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

CMYK percentages

%0
%0
%0
%61.18

Codes

Color #636363 in popluar color models

636363
RGB999999
HSL0.00%0.39%
HSB/HSV0.00%0.39%
CMYK0.00%0.00%0.00%
61.18%

Color #636363 in popluar number systems.

HEX636363
Decimal999999
Binary110001111000111100011
Octal143143143

Shades and tints

Shades of #636363

#636363
(99,99,99)
#5A5A5A
(90,90,90)
#515151
(81,81,81)
#484848
(72,72,72)
#3F3F3F
(63,63,63)
#363636
(54,54,54)
#2D2D2D
(45,45,45)
#242424
(36,36,36)
#1B1B1B
(27,27,27)
#121212
(18,18,18)
#090909
(9,9,9)
#000000
(0,0,0)

Tints of #636363

#636363
(99,99,99)
#717171
(113,113,113)
#7F7F7F
(127,127,127)
#8D8D8D
(141,141,141)
#9B9B9B
(155,155,155)
#A9A9A9
(169,169,169)
#B7B7B7
(183,183,183)
#C5C5C5
(197,197,197)
#D3D3D3
(211,211,211)
#E1E1E1
(225,225,225)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636363; }

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

This text font color is #636363.


Background Color

.myBgColor { background-color: #636363; }

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

This div background color is #636363.


Border color

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

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

This div border color is #636363.


Opacity

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

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

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

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

This text has shadow with #636363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636363 on black background.


Color preview on white background

This text has color #636363 on white background.



Black color preview on #636363 background

This text has black color on #636363 background.


White color preview on #636363 background

This text has white color on #636363 background.