COLOR #637D8C

HEX: #637D8C
RGB: (99,125,140)

Color info

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

RGB color model

#637D8C color RGB value is (99,125,140).

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

RGB channels and saturation

R 99 of 255 = 39%
G 125 of 255 = 49%
B 140 of 255 = 55%

99
125
140

R + G + B ~ 48%. #637D8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 125 + 140 = 364 (100%)
R 99 of 364 ~ 27.2%
G 125 of 364 ~ 34.34%
B 140 of 364 ~ 38.46%

%27.2
%34.34
%38.46

CMYK color model

#637D8C color CMYK value is (29,11,0,45).

  • cyan value is 29.29%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(29,11,0,45)
C29M11Y0K45 
(29%,11%,0%,45%)
(0.29/0.11/0.00/0.45)	

CMYK percentages

%29.29
%10.71
%0
%45.1

Codes

Color #637D8C in popluar color models

637D8C
RGB99125140
HSL202°17.15%46.86%
HSB/HSV202°29.29%54.90%
CMYK29.29%10.71%0.00%
45.10%

Color #637D8C in popluar number systems.

HEX637D8C
Decimal99125140
Binary1100011111110110001100
Octal143175214

Shades and tints

Shades of #637D8C

#637D8C
(99,125,140)
#5A7280
(90,114,128)
#516774
(81,103,116)
#485C68
(72,92,104)
#3F515C
(63,81,92)
#364650
(54,70,80)
#2D3B44
(45,59,68)
#243038
(36,48,56)
#1B252C
(27,37,44)
#121A20
(18,26,32)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #637D8C

#637D8C
(99,125,140)
#718896
(113,136,150)
#7F93A0
(127,147,160)
#8D9EAA
(141,158,170)
#9BA9B4
(155,169,180)
#A9B4BE
(169,180,190)
#B7BFC8
(183,191,200)
#C5CAD2
(197,202,210)
#D3D5DC
(211,213,220)
#E1E0E6
(225,224,230)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637D8C color. Also use rgb(99,125,140) instead hex code.

Text Font Color

.myTextColor { color: #637D8C; }

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

This text font color is #637D8C.


Background Color

.myBgColor { background-color: #637D8C; }

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

This div background color is #637D8C.


Border color

.myBorderColor { border: 1px solid #637D8C; }

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

This div border color is #637D8C.


Opacity

.myOpacity80 { color: #637D8C; opacity: 0.8; }

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

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

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

This text has shadow with #637D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637D8C on black background.


Color preview on white background

This text has color #637D8C on white background.



Black color preview on #637D8C background

This text has black color on #637D8C background.


White color preview on #637D8C background

This text has white color on #637D8C background.