COLOR #637B6D

HEX: #637B6D
RGB: (99,123,109)

Color info

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

RGB color model

#637B6D color RGB value is (99,123,109).

  • red value is 99;
  • green value is 123;
  • blue value is 109.
RGB:
(99,123,109)
(39%,48%,43%)

RGB channels and saturation

R 99 of 255 = 39%
G 123 of 255 = 48%
B 109 of 255 = 43%

99
123
109

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

Portions of RGB colors in percentages

R + G + B =
99 + 123 + 109 = 331 (100%)
R 99 of 331 ~ 29.91%
G 123 of 331 ~ 37.16%
B 109 of 331 ~ 32.93%

%29.91
%37.16
%32.93

CMYK color model

#637B6D color CMYK value is (20,0,11,52).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 11.38%
  • key color value is 51.76%
CMYK:
(20,0,11,52)
C20M0Y11K52 
(20%,0%,11%,52%)
(0.20/0.00/0.11/0.52)	

CMYK percentages

%19.51
%0
%11.38
%51.76

Codes

Color #637B6D in popluar color models

637B6D
RGB99123109
HSL145°10.81%43.53%
HSB/HSV145°19.51%48.24%
CMYK19.51%0.00%11.38%
51.76%

Color #637B6D in popluar number systems.

HEX637B6D
Decimal99123109
Binary110001111110111101101
Octal143173155

Shades and tints

Shades of #637B6D

#637B6D
(99,123,109)
#5A7064
(90,112,100)
#51655B
(81,101,91)
#485A52
(72,90,82)
#3F4F49
(63,79,73)
#364440
(54,68,64)
#2D3937
(45,57,55)
#242E2E
(36,46,46)
#1B2325
(27,35,37)
#12181C
(18,24,28)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #637B6D

#637B6D
(99,123,109)
#71877A
(113,135,122)
#7F9387
(127,147,135)
#8D9F94
(141,159,148)
#9BABA1
(155,171,161)
#A9B7AE
(169,183,174)
#B7C3BB
(183,195,187)
#C5CFC8
(197,207,200)
#D3DBD5
(211,219,213)
#E1E7E2
(225,231,226)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637B6D color. Also use rgb(99,123,109) instead hex code.

Text Font Color

.myTextColor { color: #637B6D; }

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

This text font color is #637B6D.


Background Color

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

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

This div background color is #637B6D.


Border color

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

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

This div border color is #637B6D.


Opacity

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

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

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

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

This text has shadow with #637B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637B6D on black background.


Color preview on white background

This text has color #637B6D on white background.



Black color preview on #637B6D background

This text has black color on #637B6D background.


White color preview on #637B6D background

This text has white color on #637B6D background.