COLOR #637B5F

HEX: #637B5F RGB: (99,123,95)

Color info

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

RGB color model

#637B5F color RGB value is (99,123,95).

RGB: (99,123,95) (39%, 48%, 37%)

RGB channels and saturation

R 99 of 255 = 39%
G 123 of 255 = 48%
B 95 of 255 = 37%

99
123
95

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

Portions of RGB colors in percentages

R + G + B = 99 + 123 + 95 = 317 (100%)
R 99 of 317 ~ 31.23%
G 123 of 317 ~ 38.8%
B 95 of 317 ~ 29.97'%

%31.23
%38.8
%29.97

CMYK color model

#637B5F color CMYK value is (20,0,23,52).

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

CMYK: (20,0,23,52)
C20M0Y23K52 (20%, 0%, 23%, 52%)
(0.20 / 0.00 / 0.23 / 0.52)

CMYK percentages

%19.51
%0
%22.76
%51.76

Codes

Color #637B5F in popluar color models

63 7B 5F
RGB 99 123 95
HSL 111° 12.84% 42.75%
HSB/HSV 111° 22.76% 48.24%
CMYK 19.51% 0.00% 22.76%
51.76%

Color #637B5F in popluar number systems.

HEX 63 7B 5F
Decimal 99 123 95
Binary 1100011 1111011 1011111
Octal 143 173 137

Shades and tints

Shades of #637B5F

#637B5F
(99,123,95)
#5A7057
(90,112,87)
#51654F
(81,101,79)
#485A47
(72,90,71)
#3F4F3F
(63,79,63)
#364437
(54,68,55)
#2D392F
(45,57,47)
#242E27
(36,46,39)
#1B231F
(27,35,31)
#121817
(18,24,23)
#090D0F
(9,13,15)
#000000
(0,0,0)

Tints of #637B5F

#637B5F
(99,123,95)
#71876D
(113,135,109)
#7F937B
(127,147,123)
#8D9F89
(141,159,137)
#9BAB97
(155,171,151)
#A9B7A5
(169,183,165)
#B7C3B3
(183,195,179)
#C5CFC1
(197,207,193)
#D3DBCF
(211,219,207)
#E1E7DD
(225,231,221)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637B5F; }

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

This text font color is #637B5F.

Background Color

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

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

This div background color is #637B5F.

Border color

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

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

This div border color is #637B5F.

Opacity

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

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

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

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

This text has shadow with #637B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #637B5F.

Preview

Color preview on black background

This text has color #637B5F on black background.


Color preview on white background

This text has color #637B5F on white background.


Black color preview on #637B5F background

This text has black color on #637B5F background.


White color preview on #637B5F background

This text has white color on #637B5F background.


Related colors

Complementary color

Complementary color for #hex is #9C84A0.


I love getcolorcode.com

Triadic colors

1 #5F637B and #7B5F63 with #637B5F are triadic colors.

2 #5F7B63 and #7B635F with #637B5F are triadic colors.