COLOR #637B65

HEX: #637B65 RGB: (99,123,101)

Color info

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

RGB color model

#637B65 color RGB value is (99,123,101).

RGB: (99,123,101) (39%, 48%, 40%)

RGB channels and saturation

R 99 of 255 = 39%
G 123 of 255 = 48%
B 101 of 255 = 40%

99
123
101

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

Portions of RGB colors in percentages

R + G + B = 99 + 123 + 101 = 323 (100%)
R 99 of 323 ~ 30.65%
G 123 of 323 ~ 38.08%
B 101 of 323 ~ 31.27'%

%30.65
%38.08
%31.27

CMYK color model

#637B65 color CMYK value is (20,0,18,52).

  • cyan value is 19.51%
  • magenta value is 0.00%
  • yellow value is 17.89%
  • key color value is 51.76%

CMYK: (20,0,18,52)
C20M0Y18K52 (20%, 0%, 18%, 52%)
(0.20 / 0.00 / 0.18 / 0.52)

CMYK percentages

%19.51
%0
%17.89
%51.76

Codes

Color #637B65 in popluar color models

63 7B 65
RGB 99 123 101
HSL 125° 10.81% 43.53%
HSB/HSV 125° 19.51% 48.24%
CMYK 19.51% 0.00% 17.89%
51.76%

Color #637B65 in popluar number systems.

HEX 63 7B 65
Decimal 99 123 101
Binary 1100011 1111011 1100101
Octal 143 173 145

Shades and tints

Shades of #637B65

#637B65
(99,123,101)
#5A705C
(90,112,92)
#516553
(81,101,83)
#485A4A
(72,90,74)
#3F4F41
(63,79,65)
#364438
(54,68,56)
#2D392F
(45,57,47)
#242E26
(36,46,38)
#1B231D
(27,35,29)
#121814
(18,24,20)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #637B65

#637B65
(99,123,101)
#718773
(113,135,115)
#7F9381
(127,147,129)
#8D9F8F
(141,159,143)
#9BAB9D
(155,171,157)
#A9B7AB
(169,183,171)
#B7C3B9
(183,195,185)
#C5CFC7
(197,207,199)
#D3DBD5
(211,219,213)
#E1E7E3
(225,231,227)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637B65; }

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

This text font color is #637B65.

Background Color

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

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

This div background color is #637B65.

Border color

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

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

This div border color is #637B65.

Opacity

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

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

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

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

This text has shadow with #637B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #637B65.

Preview

Color preview on black background

This text has color #637B65 on black background.


Color preview on white background

This text has color #637B65 on white background.


Black color preview on #637B65 background

This text has black color on #637B65 background.


White color preview on #637B65 background

This text has white color on #637B65 background.


Related colors

Complementary color

Complementary color for #hex is #9C849A.


I love getcolorcode.com

Triadic colors

1 #65637B and #7B6563 with #637B65 are triadic colors.

2 #657B63 and #7B6365 with #637B65 are triadic colors.