COLOR #636785

HEX: #636785
RGB: (99,103,133)

Color info

#636785 contains red, green and blue colors in about the same proportion. Web safe color of #636785 is #666699 (or #669).

RGB color model

#636785 color RGB value is (99,103,133).

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

RGB channels and saturation

R 99 of 255 = 39%
G 103 of 255 = 40%
B 133 of 255 = 52%

99
103
133

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

Portions of RGB colors in percentages

R + G + B =
99 + 103 + 133 = 335 (100%)
R 99 of 335 ~ 29.55%
G 103 of 335 ~ 30.75%
B 133 of 335 ~ 39.7%

%29.55
%30.75
%39.7

CMYK color model

#636785 color CMYK value is (26,23,0,48).

  • cyan value is 25.56%
  • magenta value is 22.56%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(26,23,0,48)
C26M23Y0K48 
(26%,23%,0%,48%)
(0.26/0.23/0.00/0.48)	

CMYK percentages

%25.56
%22.56
%0
%47.84

Codes

Color #636785 in popluar color models

636785
RGB99103133
HSL233°14.66%45.49%
HSB/HSV233°25.56%52.16%
CMYK25.56%22.56%0.00%
47.84%

Color #636785 in popluar number systems.

HEX636785
Decimal99103133
Binary1100011110011110000101
Octal143147205

Shades and tints

Shades of #636785

#636785
(99,103,133)
#5A5E79
(90,94,121)
#51556D
(81,85,109)
#484C61
(72,76,97)
#3F4355
(63,67,85)
#363A49
(54,58,73)
#2D313D
(45,49,61)
#242831
(36,40,49)
#1B1F25
(27,31,37)
#121619
(18,22,25)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #636785

#636785
(99,103,133)
#717490
(113,116,144)
#7F819B
(127,129,155)
#8D8EA6
(141,142,166)
#9B9BB1
(155,155,177)
#A9A8BC
(169,168,188)
#B7B5C7
(183,181,199)
#C5C2D2
(197,194,210)
#D3CFDD
(211,207,221)
#E1DCE8
(225,220,232)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636785; }

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

This text font color is #636785.


Background Color

.myBgColor { background-color: #636785; }

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

This div background color is #636785.


Border color

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

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

This div border color is #636785.


Opacity

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

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

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

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

This text has shadow with #636785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636785 on black background.


Color preview on white background

This text has color #636785 on white background.



Black color preview on #636785 background

This text has black color on #636785 background.


White color preview on #636785 background

This text has white color on #636785 background.