COLOR #637E6A

HEX: #637E6A
RGB: (99,126,106)

Color info

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

RGB color model

#637E6A color RGB value is (99,126,106).

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

RGB channels and saturation

R 99 of 255 = 39%
G 126 of 255 = 49%
B 106 of 255 = 42%

99
126
106

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

Portions of RGB colors in percentages

R + G + B =
99 + 126 + 106 = 331 (100%)
R 99 of 331 ~ 29.91%
G 126 of 331 ~ 38.07%
B 106 of 331 ~ 32.02%

%29.91
%38.07
%32.02

CMYK color model

#637E6A color CMYK value is (21,0,16,51).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 50.59%
CMYK:
(21,0,16,51)
C21M0Y16K51 
(21%,0%,16%,51%)
(0.21/0.00/0.16/0.51)	

CMYK percentages

%21.43
%0
%15.87
%50.59

Codes

Color #637E6A in popluar color models

637E6A
RGB99126106
HSL136°12.00%44.12%
HSB/HSV136°21.43%49.41%
CMYK21.43%0.00%15.87%
50.59%

Color #637E6A in popluar number systems.

HEX637E6A
Decimal99126106
Binary110001111111101101010
Octal143176152

Shades and tints

Shades of #637E6A

#637E6A
(99,126,106)
#5A7361
(90,115,97)
#516858
(81,104,88)
#485D4F
(72,93,79)
#3F5246
(63,82,70)
#36473D
(54,71,61)
#2D3C34
(45,60,52)
#24312B
(36,49,43)
#1B2622
(27,38,34)
#121B19
(18,27,25)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #637E6A

#637E6A
(99,126,106)
#718977
(113,137,119)
#7F9484
(127,148,132)
#8D9F91
(141,159,145)
#9BAA9E
(155,170,158)
#A9B5AB
(169,181,171)
#B7C0B8
(183,192,184)
#C5CBC5
(197,203,197)
#D3D6D2
(211,214,210)
#E1E1DF
(225,225,223)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637E6A; }

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

This text font color is #637E6A.


Background Color

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

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

This div background color is #637E6A.


Border color

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

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

This div border color is #637E6A.


Opacity

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

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

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

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

This text has shadow with #637E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637E6A on black background.


Color preview on white background

This text has color #637E6A on white background.



Black color preview on #637E6A background

This text has black color on #637E6A background.


White color preview on #637E6A background

This text has white color on #637E6A background.