COLOR #637885

HEX: #637885
RGB: (99,120,133)

Color info

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

RGB color model

#637885 color RGB value is (99,120,133).

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

RGB channels and saturation

R 99 of 255 = 39%
G 120 of 255 = 47%
B 133 of 255 = 52%

99
120
133

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

Portions of RGB colors in percentages

R + G + B =
99 + 120 + 133 = 352 (100%)
R 99 of 352 ~ 28.13%
G 120 of 352 ~ 34.09%
B 133 of 352 ~ 37.78%

%28.13
%34.09
%37.78

CMYK color model

#637885 color CMYK value is (26,10,0,48).

  • cyan value is 25.56%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(26,10,0,48)
C26M10Y0K48 
(26%,10%,0%,48%)
(0.26/0.10/0.00/0.48)	

CMYK percentages

%25.56
%9.77
%0
%47.84

Codes

Color #637885 in popluar color models

637885
RGB99120133
HSL203°14.66%45.49%
HSB/HSV203°25.56%52.16%
CMYK25.56%9.77%0.00%
47.84%

Color #637885 in popluar number systems.

HEX637885
Decimal99120133
Binary1100011111100010000101
Octal143170205

Shades and tints

Shades of #637885

#637885
(99,120,133)
#5A6E79
(90,110,121)
#51646D
(81,100,109)
#485A61
(72,90,97)
#3F5055
(63,80,85)
#364649
(54,70,73)
#2D3C3D
(45,60,61)
#243231
(36,50,49)
#1B2825
(27,40,37)
#121E19
(18,30,25)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #637885

#637885
(99,120,133)
#718490
(113,132,144)
#7F909B
(127,144,155)
#8D9CA6
(141,156,166)
#9BA8B1
(155,168,177)
#A9B4BC
(169,180,188)
#B7C0C7
(183,192,199)
#C5CCD2
(197,204,210)
#D3D8DD
(211,216,221)
#E1E4E8
(225,228,232)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637885; }

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

This text font color is #637885.


Background Color

.myBgColor { background-color: #637885; }

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

This div background color is #637885.


Border color

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

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

This div border color is #637885.


Opacity

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

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

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

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

This text has shadow with #637885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637885 on black background.


Color preview on white background

This text has color #637885 on white background.



Black color preview on #637885 background

This text has black color on #637885 background.


White color preview on #637885 background

This text has white color on #637885 background.