COLOR #636D7D

HEX: #636D7D
RGB: (99,109,125)

Color info

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

RGB color model

#636D7D color RGB value is (99,109,125).

  • red value is 99;
  • green value is 109;
  • blue value is 125.
RGB:
(99,109,125)
(39%,43%,49%)

RGB channels and saturation

R 99 of 255 = 39%
G 109 of 255 = 43%
B 125 of 255 = 49%

99
109
125

R + G + B ~ 44%. #636D7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 109 + 125 = 333 (100%)
R 99 of 333 ~ 29.73%
G 109 of 333 ~ 32.73%
B 125 of 333 ~ 37.54%

%29.73
%32.73
%37.54

CMYK color model

#636D7D color CMYK value is (21,13,0,51).

  • cyan value is 20.80%
  • magenta value is 12.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(21,13,0,51)
C21M13Y0K51 
(21%,13%,0%,51%)
(0.21/0.13/0.00/0.51)	

CMYK percentages

%20.8
%12.8
%0
%50.98

Codes

Color #636D7D in popluar color models

636D7D
RGB99109125
HSL217°11.61%43.92%
HSB/HSV217°20.80%49.02%
CMYK20.80%12.80%0.00%
50.98%

Color #636D7D in popluar number systems.

HEX636D7D
Decimal99109125
Binary110001111011011111101
Octal143155175

Shades and tints

Shades of #636D7D

#636D7D
(99,109,125)
#5A6472
(90,100,114)
#515B67
(81,91,103)
#48525C
(72,82,92)
#3F4951
(63,73,81)
#364046
(54,64,70)
#2D373B
(45,55,59)
#242E30
(36,46,48)
#1B2525
(27,37,37)
#121C1A
(18,28,26)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #636D7D

#636D7D
(99,109,125)
#717A88
(113,122,136)
#7F8793
(127,135,147)
#8D949E
(141,148,158)
#9BA1A9
(155,161,169)
#A9AEB4
(169,174,180)
#B7BBBF
(183,187,191)
#C5C8CA
(197,200,202)
#D3D5D5
(211,213,213)
#E1E2E0
(225,226,224)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #636D7D color. Also use rgb(99,109,125) instead hex code.

Text Font Color

.myTextColor { color: #636D7D; }

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

This text font color is #636D7D.


Background Color

.myBgColor { background-color: #636D7D; }

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

This div background color is #636D7D.


Border color

.myBorderColor { border: 1px solid #636D7D; }

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

This div border color is #636D7D.


Opacity

.myOpacity80 { color: #636D7D; opacity: 0.8; }

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

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

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

This text has shadow with #636D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636D7D on black background.


Color preview on white background

This text has color #636D7D on white background.



Black color preview on #636D7D background

This text has black color on #636D7D background.


White color preview on #636D7D background

This text has white color on #636D7D background.