COLOR #637961

HEX: #637961
RGB: (99,121,97)

Color info

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

RGB color model

#637961 color RGB value is (99,121,97).

  • red value is 99;
  • green value is 121;
  • blue value is 97.
RGB:
(99,121,97)
(39%,47%,38%)

RGB channels and saturation

R 99 of 255 = 39%
G 121 of 255 = 47%
B 97 of 255 = 38%

99
121
97

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

Portions of RGB colors in percentages

R + G + B =
99 + 121 + 97 = 317 (100%)
R 99 of 317 ~ 31.23%
G 121 of 317 ~ 38.17%
B 97 of 317 ~ 30.6%

%31.23
%38.17
%30.6

CMYK color model

#637961 color CMYK value is (18,0,20,53).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 52.55%
CMYK:
(18,0,20,53)
C18M0Y20K53 
(18%,0%,20%,53%)
(0.18/0.00/0.20/0.53)	

CMYK percentages

%18.18
%0
%19.83
%52.55

Codes

Color #637961 in popluar color models

637961
RGB9912197
HSL115°11.01%42.75%
HSB/HSV115°19.83%47.45%
CMYK18.18%0.00%19.83%
52.55%

Color #637961 in popluar number systems.

HEX637961
Decimal9912197
Binary110001111110011100001
Octal143171141

Shades and tints

Shades of #637961

#637961
(99,121,97)
#5A6E59
(90,110,89)
#516351
(81,99,81)
#485849
(72,88,73)
#3F4D41
(63,77,65)
#364239
(54,66,57)
#2D3731
(45,55,49)
#242C29
(36,44,41)
#1B2121
(27,33,33)
#121619
(18,22,25)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #637961

#637961
(99,121,97)
#71856F
(113,133,111)
#7F917D
(127,145,125)
#8D9D8B
(141,157,139)
#9BA999
(155,169,153)
#A9B5A7
(169,181,167)
#B7C1B5
(183,193,181)
#C5CDC3
(197,205,195)
#D3D9D1
(211,217,209)
#E1E5DF
(225,229,223)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637961 color. Also use rgb(99,121,97) instead hex code.

Text Font Color

.myTextColor { color: #637961; }

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

This text font color is #637961.


Background Color

.myBgColor { background-color: #637961; }

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

This div background color is #637961.


Border color

.myBorderColor { border: 1px solid #637961; }

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

This div border color is #637961.


Opacity

.myOpacity80 { color: #637961; opacity: 0.8; }

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

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

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

This text has shadow with #637961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637961 on black background.


Color preview on white background

This text has color #637961 on white background.



Black color preview on #637961 background

This text has black color on #637961 background.


White color preview on #637961 background

This text has white color on #637961 background.