COLOR #637861

HEX: #637861
RGB: (99,120,97)

Color info

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

RGB color model

#637861 color RGB value is (99,120,97).

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

RGB channels and saturation

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

99
120
97

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

Portions of RGB colors in percentages

R + G + B =
99 + 120 + 97 = 316 (100%)
R 99 of 316 ~ 31.33%
G 120 of 316 ~ 37.97%
B 97 of 316 ~ 30.7%

%31.33
%37.97
%30.7

CMYK color model

#637861 color CMYK value is (18,0,19,53).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 52.94%
CMYK:
(18,0,19,53)
C18M0Y19K53 
(18%,0%,19%,53%)
(0.18/0.00/0.19/0.53)	

CMYK percentages

%17.5
%0
%19.17
%52.94

Codes

Color #637861 in popluar color models

637861
RGB9912097
HSL115°10.60%42.55%
HSB/HSV115°19.17%47.06%
CMYK17.50%0.00%19.17%
52.94%

Color #637861 in popluar number systems.

HEX637861
Decimal9912097
Binary110001111110001100001
Octal143170141

Shades and tints

Shades of #637861

#637861
(99,120,97)
#5A6E59
(90,110,89)
#516451
(81,100,81)
#485A49
(72,90,73)
#3F5041
(63,80,65)
#364639
(54,70,57)
#2D3C31
(45,60,49)
#243229
(36,50,41)
#1B2821
(27,40,33)
#121E19
(18,30,25)
#091411
(9,20,17)
#000000
(0,0,0)

Tints of #637861

#637861
(99,120,97)
#71846F
(113,132,111)
#7F907D
(127,144,125)
#8D9C8B
(141,156,139)
#9BA899
(155,168,153)
#A9B4A7
(169,180,167)
#B7C0B5
(183,192,181)
#C5CCC3
(197,204,195)
#D3D8D1
(211,216,209)
#E1E4DF
(225,228,223)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #637861; }

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

This text font color is #637861.


Background Color

.myBgColor { background-color: #637861; }

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

This div background color is #637861.


Border color

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

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

This div border color is #637861.


Opacity

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

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

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

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

This text has shadow with #637861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637861 on black background.


Color preview on white background

This text has color #637861 on white background.



Black color preview on #637861 background

This text has black color on #637861 background.


White color preview on #637861 background

This text has white color on #637861 background.