COLOR #637E74

HEX: #637E74
RGB: (99,126,116)

Color info

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

RGB color model

#637E74 color RGB value is (99,126,116).

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

RGB channels and saturation

R 99 of 255 = 39%
G 126 of 255 = 49%
B 116 of 255 = 45%

99
126
116

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

Portions of RGB colors in percentages

R + G + B =
99 + 126 + 116 = 341 (100%)
R 99 of 341 ~ 29.03%
G 126 of 341 ~ 36.95%
B 116 of 341 ~ 34.02%

%29.03
%36.95
%34.02

CMYK color model

#637E74 color CMYK value is (21,0,8,51).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 50.59%
CMYK:
(21,0,8,51)
C21M0Y8K51 
(21%,0%,8%,51%)
(0.21/0.00/0.08/0.51)	

CMYK percentages

%21.43
%0
%7.94
%50.59

Codes

Color #637E74 in popluar color models

637E74
RGB99126116
HSL158°12.00%44.12%
HSB/HSV158°21.43%49.41%
CMYK21.43%0.00%7.94%
50.59%

Color #637E74 in popluar number systems.

HEX637E74
Decimal99126116
Binary110001111111101110100
Octal143176164

Shades and tints

Shades of #637E74

#637E74
(99,126,116)
#5A736A
(90,115,106)
#516860
(81,104,96)
#485D56
(72,93,86)
#3F524C
(63,82,76)
#364742
(54,71,66)
#2D3C38
(45,60,56)
#24312E
(36,49,46)
#1B2624
(27,38,36)
#121B1A
(18,27,26)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #637E74

#637E74
(99,126,116)
#718980
(113,137,128)
#7F948C
(127,148,140)
#8D9F98
(141,159,152)
#9BAAA4
(155,170,164)
#A9B5B0
(169,181,176)
#B7C0BC
(183,192,188)
#C5CBC8
(197,203,200)
#D3D6D4
(211,214,212)
#E1E1E0
(225,225,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637E74; }

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

This text font color is #637E74.


Background Color

.myBgColor { background-color: #637E74; }

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

This div background color is #637E74.


Border color

.myBorderColor { border: 1px solid #637E74; }

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

This div border color is #637E74.


Opacity

.myOpacity80 { color: #637E74; opacity: 0.8; }

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

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

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

This text has shadow with #637E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637E74 on black background.


Color preview on white background

This text has color #637E74 on white background.



Black color preview on #637E74 background

This text has black color on #637E74 background.


White color preview on #637E74 background

This text has white color on #637E74 background.