COLOR #636369

HEX: #636369
RGB: (99,99,105)

Color info

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

RGB color model

#636369 color RGB value is (99,99,105).

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

RGB channels and saturation

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

99
99
105

R + G + B ~ 40%. #636369 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 99 + 105 = 303 (100%)
R 99 of 303 ~ 32.67%
G 99 of 303 ~ 32.67%
B 105 of 303 ~ 34.65%

%32.67
%32.67
%34.65

CMYK color model

#636369 color CMYK value is (6,6,0,59).

  • cyan value is 5.71%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(6,6,0,59)
C6M6Y0K59 
(6%,6%,0%,59%)
(0.06/0.06/0.00/0.59)	

CMYK percentages

%5.71
%5.71
%0
%58.82

Codes

Color #636369 in popluar color models

636369
RGB9999105
HSL240°2.94%40.00%
HSB/HSV240°5.71%41.18%
CMYK5.71%5.71%0.00%
58.82%

Color #636369 in popluar number systems.

HEX636369
Decimal9999105
Binary110001111000111101001
Octal143143151

Shades and tints

Shades of #636369

#636369
(99,99,105)
#5A5A60
(90,90,96)
#515157
(81,81,87)
#48484E
(72,72,78)
#3F3F45
(63,63,69)
#36363C
(54,54,60)
#2D2D33
(45,45,51)
#24242A
(36,36,42)
#1B1B21
(27,27,33)
#121218
(18,18,24)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #636369

#636369
(99,99,105)
#717176
(113,113,118)
#7F7F83
(127,127,131)
#8D8D90
(141,141,144)
#9B9B9D
(155,155,157)
#A9A9AA
(169,169,170)
#B7B7B7
(183,183,183)
#C5C5C4
(197,197,196)
#D3D3D1
(211,211,209)
#E1E1DE
(225,225,222)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636369; }

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

This text font color is #636369.


Background Color

.myBgColor { background-color: #636369; }

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

This div background color is #636369.


Border color

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

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

This div border color is #636369.


Opacity

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

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

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

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

This text has shadow with #636369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636369 on black background.


Color preview on white background

This text has color #636369 on white background.



Black color preview on #636369 background

This text has black color on #636369 background.


White color preview on #636369 background

This text has white color on #636369 background.