COLOR #637973

HEX: #637973
RGB: (99,121,115)

Color info

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

RGB color model

#637973 color RGB value is (99,121,115).

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

RGB channels and saturation

R 99 of 255 = 39%
G 121 of 255 = 47%
B 115 of 255 = 45%

99
121
115

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

Portions of RGB colors in percentages

R + G + B =
99 + 121 + 115 = 335 (100%)
R 99 of 335 ~ 29.55%
G 121 of 335 ~ 36.12%
B 115 of 335 ~ 34.33%

%29.55
%36.12
%34.33

CMYK color model

#637973 color CMYK value is (18,0,5,53).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 4.96%
  • key color value is 52.55%
CMYK:
(18,0,5,53)
C18M0Y5K53 
(18%,0%,5%,53%)
(0.18/0.00/0.05/0.53)	

CMYK percentages

%18.18
%0
%4.96
%52.55

Codes

Color #637973 in popluar color models

637973
RGB99121115
HSL164°10.00%43.14%
HSB/HSV164°18.18%47.45%
CMYK18.18%0.00%4.96%
52.55%

Color #637973 in popluar number systems.

HEX637973
Decimal99121115
Binary110001111110011110011
Octal143171163

Shades and tints

Shades of #637973

#637973
(99,121,115)
#5A6E69
(90,110,105)
#51635F
(81,99,95)
#485855
(72,88,85)
#3F4D4B
(63,77,75)
#364241
(54,66,65)
#2D3737
(45,55,55)
#242C2D
(36,44,45)
#1B2123
(27,33,35)
#121619
(18,22,25)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #637973

#637973
(99,121,115)
#71857F
(113,133,127)
#7F918B
(127,145,139)
#8D9D97
(141,157,151)
#9BA9A3
(155,169,163)
#A9B5AF
(169,181,175)
#B7C1BB
(183,193,187)
#C5CDC7
(197,205,199)
#D3D9D3
(211,217,211)
#E1E5DF
(225,229,223)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637973; }

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

This text font color is #637973.


Background Color

.myBgColor { background-color: #637973; }

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

This div background color is #637973.


Border color

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

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

This div border color is #637973.


Opacity

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

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

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

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

This text has shadow with #637973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637973 on black background.


Color preview on white background

This text has color #637973 on white background.



Black color preview on #637973 background

This text has black color on #637973 background.


White color preview on #637973 background

This text has white color on #637973 background.