COLOR #637780

HEX: #637780
RGB: (99,119,128)

Color info

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

RGB color model

#637780 color RGB value is (99,119,128).

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

RGB channels and saturation

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

99
119
128

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

Portions of RGB colors in percentages

R + G + B =
99 + 119 + 128 = 346 (100%)
R 99 of 346 ~ 28.61%
G 119 of 346 ~ 34.39%
B 128 of 346 ~ 36.99%

%28.61
%34.39
%36.99

CMYK color model

#637780 color CMYK value is (23,7,0,50).

  • cyan value is 22.66%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(23,7,0,50)
C23M7Y0K50 
(23%,7%,0%,50%)
(0.23/0.07/0.00/0.50)	

CMYK percentages

%22.66
%7.03
%0
%49.8

Codes

Color #637780 in popluar color models

637780
RGB99119128
HSL199°12.78%44.51%
HSB/HSV199°22.66%50.20%
CMYK22.66%7.03%0.00%
49.80%

Color #637780 in popluar number systems.

HEX637780
Decimal99119128
Binary1100011111011110000000
Octal143167200

Shades and tints

Shades of #637780

#637780
(99,119,128)
#5A6D75
(90,109,117)
#51636A
(81,99,106)
#48595F
(72,89,95)
#3F4F54
(63,79,84)
#364549
(54,69,73)
#2D3B3E
(45,59,62)
#243133
(36,49,51)
#1B2728
(27,39,40)
#121D1D
(18,29,29)
#091312
(9,19,18)
#000000
(0,0,0)

Tints of #637780

#637780
(99,119,128)
#71838B
(113,131,139)
#7F8F96
(127,143,150)
#8D9BA1
(141,155,161)
#9BA7AC
(155,167,172)
#A9B3B7
(169,179,183)
#B7BFC2
(183,191,194)
#C5CBCD
(197,203,205)
#D3D7D8
(211,215,216)
#E1E3E3
(225,227,227)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637780; }

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

This text font color is #637780.


Background Color

.myBgColor { background-color: #637780; }

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

This div background color is #637780.


Border color

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

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

This div border color is #637780.


Opacity

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

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

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

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

This text has shadow with #637780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637780 on black background.


Color preview on white background

This text has color #637780 on white background.



Black color preview on #637780 background

This text has black color on #637780 background.


White color preview on #637780 background

This text has white color on #637780 background.