COLOR #637E64

HEX: #637E64
RGB: (99,126,100)

Color info

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

RGB color model

#637E64 color RGB value is (99,126,100).

  • red value is 99;
  • green value is 126;
  • blue value is 100.
RGB:
(99,126,100)
(39%,49%,39%)

RGB channels and saturation

R 99 of 255 = 39%
G 126 of 255 = 49%
B 100 of 255 = 39%

99
126
100

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

Portions of RGB colors in percentages

R + G + B =
99 + 126 + 100 = 325 (100%)
R 99 of 325 ~ 30.46%
G 126 of 325 ~ 38.77%
B 100 of 325 ~ 30.77%

%30.46
%38.77
%30.77

CMYK color model

#637E64 color CMYK value is (21,0,21,51).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 20.63%
  • key color value is 50.59%
CMYK:
(21,0,21,51)
C21M0Y21K51 
(21%,0%,21%,51%)
(0.21/0.00/0.21/0.51)	

CMYK percentages

%21.43
%0
%20.63
%50.59

Codes

Color #637E64 in popluar color models

637E64
RGB99126100
HSL122°12.00%44.12%
HSB/HSV122°21.43%49.41%
CMYK21.43%0.00%20.63%
50.59%

Color #637E64 in popluar number systems.

HEX637E64
Decimal99126100
Binary110001111111101100100
Octal143176144

Shades and tints

Shades of #637E64

#637E64
(99,126,100)
#5A735B
(90,115,91)
#516852
(81,104,82)
#485D49
(72,93,73)
#3F5240
(63,82,64)
#364737
(54,71,55)
#2D3C2E
(45,60,46)
#243125
(36,49,37)
#1B261C
(27,38,28)
#121B13
(18,27,19)
#09100A
(9,16,10)
#000000
(0,0,0)

Tints of #637E64

#637E64
(99,126,100)
#718972
(113,137,114)
#7F9480
(127,148,128)
#8D9F8E
(141,159,142)
#9BAA9C
(155,170,156)
#A9B5AA
(169,181,170)
#B7C0B8
(183,192,184)
#C5CBC6
(197,203,198)
#D3D6D4
(211,214,212)
#E1E1E2
(225,225,226)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #637E64 color. Also use rgb(99,126,100) instead hex code.

Text Font Color

.myTextColor { color: #637E64; }

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

This text font color is #637E64.


Background Color

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

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

This div background color is #637E64.


Border color

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

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

This div border color is #637E64.


Opacity

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

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

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

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

This text has shadow with #637E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #637E64 on black background.


Color preview on white background

This text has color #637E64 on white background.



Black color preview on #637E64 background

This text has black color on #637E64 background.


White color preview on #637E64 background

This text has white color on #637E64 background.