COLOR #636769

HEX: #636769
RGB: (99,103,105)

Color info

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

RGB color model

#636769 color RGB value is (99,103,105).

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

RGB channels and saturation

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

99
103
105

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

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 105 = 307 (100%)
R 99 of 307 ~ 32.25%
G 103 of 307 ~ 33.55%
B 105 of 307 ~ 34.2%

%32.25
%33.55
%34.2

CMYK color model

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

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

CMYK percentages

%5.71
%1.9
%0
%58.82

Codes

Color #636769 in popluar color models

636769
RGB99103105
HSL200°2.94%40.00%
HSB/HSV200°5.71%41.18%
CMYK5.71%1.90%0.00%
58.82%

Color #636769 in popluar number systems.

HEX636769
Decimal99103105
Binary110001111001111101001
Octal143147151

Shades and tints

Shades of #636769

#636769
(99,103,105)
#5A5E60
(90,94,96)
#515557
(81,85,87)
#484C4E
(72,76,78)
#3F4345
(63,67,69)
#363A3C
(54,58,60)
#2D3133
(45,49,51)
#24282A
(36,40,42)
#1B1F21
(27,31,33)
#121618
(18,22,24)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #636769

#636769
(99,103,105)
#717476
(113,116,118)
#7F8183
(127,129,131)
#8D8E90
(141,142,144)
#9B9B9D
(155,155,157)
#A9A8AA
(169,168,170)
#B7B5B7
(183,181,183)
#C5C2C4
(197,194,196)
#D3CFD1
(211,207,209)
#E1DCDE
(225,220,222)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636769; }

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

This text font color is #636769.


Background Color

.myBgColor { background-color: #636769; }

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

This div background color is #636769.


Border color

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

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

This div border color is #636769.


Opacity

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

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

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

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

This text has shadow with #636769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636769 on black background.


Color preview on white background

This text has color #636769 on white background.



Black color preview on #636769 background

This text has black color on #636769 background.


White color preview on #636769 background

This text has white color on #636769 background.