COLOR #636465

HEX: #636465
RGB: (99,100,101)

Color info

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

RGB color model

#636465 color RGB value is (99,100,101).

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

RGB channels and saturation

R 99 of 255 = 39%
G 100 of 255 = 39%
B 101 of 255 = 40%

99
100
101

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

Portions of RGB colors in percentages

R + G + B =
99 + 100 + 101 = 300 (100%)
R 99 of 300 ~ 33%
G 100 of 300 ~ 33.33%
B 101 of 300 ~ 33.67%

%33
%33.33
%33.67

CMYK color model

#636465 color CMYK value is (2,1,0,60).

  • cyan value is 1.98%
  • magenta value is 0.99%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(2,1,0,60)
C2M1Y0K60 
(2%,1%,0%,60%)
(0.02/0.01/0.00/0.60)	

CMYK percentages

%1.98
%0.99
%0
%60.39

Codes

Color #636465 in popluar color models

636465
RGB99100101
HSL210°1.00%39.22%
HSB/HSV210°1.98%39.61%
CMYK1.98%0.99%0.00%
60.39%

Color #636465 in popluar number systems.

HEX636465
Decimal99100101
Binary110001111001001100101
Octal143144145

Shades and tints

Shades of #636465

#636465
(99,100,101)
#5A5B5C
(90,91,92)
#515253
(81,82,83)
#48494A
(72,73,74)
#3F4041
(63,64,65)
#363738
(54,55,56)
#2D2E2F
(45,46,47)
#242526
(36,37,38)
#1B1C1D
(27,28,29)
#121314
(18,19,20)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #636465

#636465
(99,100,101)
#717273
(113,114,115)
#7F8081
(127,128,129)
#8D8E8F
(141,142,143)
#9B9C9D
(155,156,157)
#A9AAAB
(169,170,171)
#B7B8B9
(183,184,185)
#C5C6C7
(197,198,199)
#D3D4D5
(211,212,213)
#E1E2E3
(225,226,227)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636465; }

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

This text font color is #636465.


Background Color

.myBgColor { background-color: #636465; }

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

This div background color is #636465.


Border color

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

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

This div border color is #636465.


Opacity

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

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

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

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

This text has shadow with #636465 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636465 on black background.


Color preview on white background

This text has color #636465 on white background.



Black color preview on #636465 background

This text has black color on #636465 background.


White color preview on #636465 background

This text has white color on #636465 background.