COLOR #636585

HEX: #636585
RGB: (99,101,133)

Color info

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

RGB color model

#636585 color RGB value is (99,101,133).

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

RGB channels and saturation

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

99
101
133

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

Portions of RGB colors in percentages

R + G + B =
99 + 101 + 133 = 333 (100%)
R 99 of 333 ~ 29.73%
G 101 of 333 ~ 30.33%
B 133 of 333 ~ 39.94%

%29.73
%30.33
%39.94

CMYK color model

#636585 color CMYK value is (26,24,0,48).

  • cyan value is 25.56%
  • magenta value is 24.06%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(26,24,0,48)
C26M24Y0K48 
(26%,24%,0%,48%)
(0.26/0.24/0.00/0.48)	

CMYK percentages

%25.56
%24.06
%0
%47.84

Codes

Color #636585 in popluar color models

636585
RGB99101133
HSL236°14.66%45.49%
HSB/HSV236°25.56%52.16%
CMYK25.56%24.06%0.00%
47.84%

Color #636585 in popluar number systems.

HEX636585
Decimal99101133
Binary1100011110010110000101
Octal143145205

Shades and tints

Shades of #636585

#636585
(99,101,133)
#5A5C79
(90,92,121)
#51536D
(81,83,109)
#484A61
(72,74,97)
#3F4155
(63,65,85)
#363849
(54,56,73)
#2D2F3D
(45,47,61)
#242631
(36,38,49)
#1B1D25
(27,29,37)
#121419
(18,20,25)
#090B0D
(9,11,13)
#000000
(0,0,0)

Tints of #636585

#636585
(99,101,133)
#717390
(113,115,144)
#7F819B
(127,129,155)
#8D8FA6
(141,143,166)
#9B9DB1
(155,157,177)
#A9ABBC
(169,171,188)
#B7B9C7
(183,185,199)
#C5C7D2
(197,199,210)
#D3D5DD
(211,213,221)
#E1E3E8
(225,227,232)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #636585; }

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

This text font color is #636585.


Background Color

.myBgColor { background-color: #636585; }

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

This div background color is #636585.


Border color

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

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

This div border color is #636585.


Opacity

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

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

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

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

This text has shadow with #636585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #636585 on black background.


Color preview on white background

This text has color #636585 on white background.



Black color preview on #636585 background

This text has black color on #636585 background.


White color preview on #636585 background

This text has white color on #636585 background.