COLOR #637470

HEX: #637470
RGB: (99,116,112)

Color info

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

RGB color model

#637470 color RGB value is (99,116,112).

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

RGB channels and saturation

R 99 of 255 = 39%
G 116 of 255 = 45%
B 112 of 255 = 44%

99
116
112

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

Portions of RGB colors in percentages

R + G + B =
99 + 116 + 112 = 327 (100%)
R 99 of 327 ~ 30.28%
G 116 of 327 ~ 35.47%
B 112 of 327 ~ 34.25%

%30.28
%35.47
%34.25

CMYK color model

#637470 color CMYK value is (15,0,3,55).

  • cyan value is 14.66%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(15,0,3,55)
C15M0Y3K55 
(15%,0%,3%,55%)
(0.15/0.00/0.03/0.55)	

CMYK percentages

%14.66
%0
%3.45
%54.51

Codes

Color #637470 in popluar color models

637470
RGB99116112
HSL166°7.91%42.16%
HSB/HSV166°14.66%45.49%
CMYK14.66%0.00%3.45%
54.51%

Color #637470 in popluar number systems.

HEX637470
Decimal99116112
Binary110001111101001110000
Octal143164160

Shades and tints

Shades of #637470

#637470
(99,116,112)
#5A6A66
(90,106,102)
#51605C
(81,96,92)
#485652
(72,86,82)
#3F4C48
(63,76,72)
#36423E
(54,66,62)
#2D3834
(45,56,52)
#242E2A
(36,46,42)
#1B2420
(27,36,32)
#121A16
(18,26,22)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #637470

#637470
(99,116,112)
#71807D
(113,128,125)
#7F8C8A
(127,140,138)
#8D9897
(141,152,151)
#9BA4A4
(155,164,164)
#A9B0B1
(169,176,177)
#B7BCBE
(183,188,190)
#C5C8CB
(197,200,203)
#D3D4D8
(211,212,216)
#E1E0E5
(225,224,229)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637470; }

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

This text font color is #637470.


Background Color

.myBgColor { background-color: #637470; }

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

This div background color is #637470.


Border color

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

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

This div border color is #637470.


Opacity

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

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

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

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

This text has shadow with #637470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637470 on black background.


Color preview on white background

This text has color #637470 on white background.



Black color preview on #637470 background

This text has black color on #637470 background.


White color preview on #637470 background

This text has white color on #637470 background.