COLOR #637980

HEX: #637980
RGB: (99,121,128)

Color info

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

RGB color model

#637980 color RGB value is (99,121,128).

  • red value is 99;
  • green value is 121;
  • blue value is 128.
RGB:
(99,121,128)
(39%,47%,50%)

RGB channels and saturation

R 99 of 255 = 39%
G 121 of 255 = 47%
B 128 of 255 = 50%

99
121
128

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

Portions of RGB colors in percentages

R + G + B =
99 + 121 + 128 = 348 (100%)
R 99 of 348 ~ 28.45%
G 121 of 348 ~ 34.77%
B 128 of 348 ~ 36.78%

%28.45
%34.77
%36.78

CMYK color model

#637980 color CMYK value is (23,5,0,50).

  • cyan value is 22.66%
  • magenta value is 5.47%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(23,5,0,50)
C23M5Y0K50 
(23%,5%,0%,50%)
(0.23/0.05/0.00/0.50)	

CMYK percentages

%22.66
%5.47
%0
%49.8

Codes

Color #637980 in popluar color models

637980
RGB99121128
HSL194°12.78%44.51%
HSB/HSV194°22.66%50.20%
CMYK22.66%5.47%0.00%
49.80%

Color #637980 in popluar number systems.

HEX637980
Decimal99121128
Binary1100011111100110000000
Octal143171200

Shades and tints

Shades of #637980

#637980
(99,121,128)
#5A6E75
(90,110,117)
#51636A
(81,99,106)
#48585F
(72,88,95)
#3F4D54
(63,77,84)
#364249
(54,66,73)
#2D373E
(45,55,62)
#242C33
(36,44,51)
#1B2128
(27,33,40)
#12161D
(18,22,29)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #637980

#637980
(99,121,128)
#71858B
(113,133,139)
#7F9196
(127,145,150)
#8D9DA1
(141,157,161)
#9BA9AC
(155,169,172)
#A9B5B7
(169,181,183)
#B7C1C2
(183,193,194)
#C5CDCD
(197,205,205)
#D3D9D8
(211,217,216)
#E1E5E3
(225,229,227)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637980 color. Also use rgb(99,121,128) instead hex code.

Text Font Color

.myTextColor { color: #637980; }

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

This text font color is #637980.


Background Color

.myBgColor { background-color: #637980; }

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

This div background color is #637980.


Border color

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

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

This div border color is #637980.


Opacity

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

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

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

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

This text has shadow with #637980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637980 on black background.


Color preview on white background

This text has color #637980 on white background.



Black color preview on #637980 background

This text has black color on #637980 background.


White color preview on #637980 background

This text has white color on #637980 background.