COLOR #637D6A

HEX: #637D6A
RGB: (99,125,106)

Color info

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

RGB color model

#637D6A color RGB value is (99,125,106).

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

RGB channels and saturation

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

99
125
106

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

Portions of RGB colors in percentages

R + G + B =
99 + 125 + 106 = 330 (100%)
R 99 of 330 ~ 30%
G 125 of 330 ~ 37.88%
B 106 of 330 ~ 32.12%

%30
%37.88
%32.12

CMYK color model

#637D6A color CMYK value is (21,0,15,51).

  • cyan value is 20.80%
  • magenta value is 0.00%
  • yellow value is 15.20%
  • key color value is 50.98%
CMYK:
(21,0,15,51)
C21M0Y15K51 
(21%,0%,15%,51%)
(0.21/0.00/0.15/0.51)	

CMYK percentages

%20.8
%0
%15.2
%50.98

Codes

Color #637D6A in popluar color models

637D6A
RGB99125106
HSL136°11.61%43.92%
HSB/HSV136°20.80%49.02%
CMYK20.80%0.00%15.20%
50.98%

Color #637D6A in popluar number systems.

HEX637D6A
Decimal99125106
Binary110001111111011101010
Octal143175152

Shades and tints

Shades of #637D6A

#637D6A
(99,125,106)
#5A7261
(90,114,97)
#516758
(81,103,88)
#485C4F
(72,92,79)
#3F5146
(63,81,70)
#36463D
(54,70,61)
#2D3B34
(45,59,52)
#24302B
(36,48,43)
#1B2522
(27,37,34)
#121A19
(18,26,25)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #637D6A

#637D6A
(99,125,106)
#718877
(113,136,119)
#7F9384
(127,147,132)
#8D9E91
(141,158,145)
#9BA99E
(155,169,158)
#A9B4AB
(169,180,171)
#B7BFB8
(183,191,184)
#C5CAC5
(197,202,197)
#D3D5D2
(211,213,210)
#E1E0DF
(225,224,223)
#EFEBEC
(239,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637D6A; }

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

This text font color is #637D6A.


Background Color

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

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

This div background color is #637D6A.


Border color

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

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

This div border color is #637D6A.


Opacity

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

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

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

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

This text has shadow with #637D6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637D6A on black background.


Color preview on white background

This text has color #637D6A on white background.



Black color preview on #637D6A background

This text has black color on #637D6A background.


White color preview on #637D6A background

This text has white color on #637D6A background.