COLOR #636361

HEX: #636361 RGB: (99,99,97)

Color info

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

RGB color model

#636361 color RGB value is (99,99,97).

RGB: (99,99,97) (39%, 39%, 38%)

RGB channels and saturation

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

99
99
97

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

Portions of RGB colors in percentages

R + G + B = 99 + 99 + 97 = 295 (100%)
R 99 of 295 ~ 33.56%
G 99 of 295 ~ 33.56%
B 97 of 295 ~ 32.88'%

%33.56
%33.56
%32.88

CMYK color model

#636361 color CMYK value is (0,0,2,61).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.02%
  • key color value is 61.18%

CMYK: (0,0,2,61)
C0M0Y2K61 (0%, 0%, 2%, 61%)
(0.00 / 0.00 / 0.02 / 0.61)

CMYK percentages

%0
%0
%2.02
%61.18

Codes

Color #636361 in popluar color models

63 63 61
RGB 99 99 97
HSL 60° 1.02% 38.43%
HSB/HSV 60° 2.02% 38.82%
CMYK 0.00% 0.00% 2.02%
61.18%

Color #636361 in popluar number systems.

HEX 63 63 61
Decimal 99 99 97
Binary 1100011 1100011 1100001
Octal 143 143 141

Shades and tints

Shades of #636361

#636361
(99,99,97)
#5A5A59
(90,90,89)
#515151
(81,81,81)
#484849
(72,72,73)
#3F3F41
(63,63,65)
#363639
(54,54,57)
#2D2D31
(45,45,49)
#242429
(36,36,41)
#1B1B21
(27,27,33)
#121219
(18,18,25)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #636361

#636361
(99,99,97)
#71716F
(113,113,111)
#7F7F7D
(127,127,125)
#8D8D8B
(141,141,139)
#9B9B99
(155,155,153)
#A9A9A7
(169,169,167)
#B7B7B5
(183,183,181)
#C5C5C3
(197,197,195)
#D3D3D1
(211,211,209)
#E1E1DF
(225,225,223)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636361; }

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

This text font color is #636361.

Background Color

.myBgColor { background-color: #636361; }

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

This div background color is #636361.

Border color

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

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

This div border color is #636361.

Opacity

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

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

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

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

This text has shadow with #636361 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #636361.

Preview

Color preview on black background

This text has color #636361 on black background.


Color preview on white background

This text has color #636361 on white background.


Black color preview on #636361 background

This text has black color on #636361 background.


White color preview on #636361 background

This text has white color on #636361 background.


Related colors

Complementary color

Complementary color for #hex is #9C9C9E.


I love getcolorcode.com