COLOR #637079

HEX: #637079
RGB: (99,112,121)

Color info

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

RGB color model

#637079 color RGB value is (99,112,121).

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

RGB channels and saturation

R 99 of 255 = 39%
G 112 of 255 = 44%
B 121 of 255 = 47%

99
112
121

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

Portions of RGB colors in percentages

R + G + B =
99 + 112 + 121 = 332 (100%)
R 99 of 332 ~ 29.82%
G 112 of 332 ~ 33.73%
B 121 of 332 ~ 36.45%

%29.82
%33.73
%36.45

CMYK color model

#637079 color CMYK value is (18,7,0,53).

  • cyan value is 18.18%
  • magenta value is 7.44%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(18,7,0,53)
C18M7Y0K53 
(18%,7%,0%,53%)
(0.18/0.07/0.00/0.53)	

CMYK percentages

%18.18
%7.44
%0
%52.55

Codes

Color #637079 in popluar color models

637079
RGB99112121
HSL205°10.00%43.14%
HSB/HSV205°18.18%47.45%
CMYK18.18%7.44%0.00%
52.55%

Color #637079 in popluar number systems.

HEX637079
Decimal99112121
Binary110001111100001111001
Octal143160171

Shades and tints

Shades of #637079

#637079
(99,112,121)
#5A666E
(90,102,110)
#515C63
(81,92,99)
#485258
(72,82,88)
#3F484D
(63,72,77)
#363E42
(54,62,66)
#2D3437
(45,52,55)
#242A2C
(36,42,44)
#1B2021
(27,32,33)
#121616
(18,22,22)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #637079

#637079
(99,112,121)
#717D85
(113,125,133)
#7F8A91
(127,138,145)
#8D979D
(141,151,157)
#9BA4A9
(155,164,169)
#A9B1B5
(169,177,181)
#B7BEC1
(183,190,193)
#C5CBCD
(197,203,205)
#D3D8D9
(211,216,217)
#E1E5E5
(225,229,229)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637079; }

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

This text font color is #637079.


Background Color

.myBgColor { background-color: #637079; }

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

This div background color is #637079.


Border color

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

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

This div border color is #637079.


Opacity

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

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

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

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

This text has shadow with #637079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637079 on black background.


Color preview on white background

This text has color #637079 on white background.



Black color preview on #637079 background

This text has black color on #637079 background.


White color preview on #637079 background

This text has white color on #637079 background.