COLOR #636763

HEX: #636763
RGB: (99,103,99)

Color info

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

RGB color model

#636763 color RGB value is (99,103,99).

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

RGB channels and saturation

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

99
103
99

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

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 99 = 301 (100%)
R 99 of 301 ~ 32.89%
G 103 of 301 ~ 34.22%
B 99 of 301 ~ 32.89%

%32.89
%34.22
%32.89

CMYK color model

#636763 color CMYK value is (4,0,4,60).

  • cyan value is 3.88%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 59.61%
CMYK:
(4,0,4,60)
C4M0Y4K60 
(4%,0%,4%,60%)
(0.04/0.00/0.04/0.60)	

CMYK percentages

%3.88
%0
%3.88
%59.61

Codes

Color #636763 in popluar color models

636763
RGB9910399
HSL120°1.98%39.61%
HSB/HSV120°3.88%40.39%
CMYK3.88%0.00%3.88%
59.61%

Color #636763 in popluar number systems.

HEX636763
Decimal9910399
Binary110001111001111100011
Octal143147143

Shades and tints

Shades of #636763

#636763
(99,103,99)
#5A5E5A
(90,94,90)
#515551
(81,85,81)
#484C48
(72,76,72)
#3F433F
(63,67,63)
#363A36
(54,58,54)
#2D312D
(45,49,45)
#242824
(36,40,36)
#1B1F1B
(27,31,27)
#121612
(18,22,18)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #636763

#636763
(99,103,99)
#717471
(113,116,113)
#7F817F
(127,129,127)
#8D8E8D
(141,142,141)
#9B9B9B
(155,155,155)
#A9A8A9
(169,168,169)
#B7B5B7
(183,181,183)
#C5C2C5
(197,194,197)
#D3CFD3
(211,207,211)
#E1DCE1
(225,220,225)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636763; }

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

This text font color is #636763.


Background Color

.myBgColor { background-color: #636763; }

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

This div background color is #636763.


Border color

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

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

This div border color is #636763.


Opacity

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

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

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

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

This text has shadow with #636763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636763 on black background.


Color preview on white background

This text has color #636763 on white background.



Black color preview on #636763 background

This text has black color on #636763 background.


White color preview on #636763 background

This text has white color on #636763 background.